Annotation of loncom/homework/templates/numerical.problem, revision 1.4
1.1 albertel 1: <problem>
2: <script type="loncapa/perl">
3: #Enter the computations here
4: </script>
5: <startouttext />
6: Enter the problem text here.
7: <endouttext />
1.4 ! bowersj2 8: <numericalresponse answer="0">
1.3 albertel 9: <responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance" />
10: <responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
1.1 albertel 11: <textline />
12: <hintgroup>
13: <startouttext />
14: Enter the hint text here.
15: <endouttext />
16: </hintgroup>
17: </numericalresponse>
18: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>