Annotation of loncom/homework/templates/numerical.problem, revision 1.2
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 />
8: <numericalresponse>
1.2 ! albertel 9: <responseparam type="tolerance" default="5%" name="tol" display="Numerical Tolerance" />
! 10: <responseparam name="sig" type="int_range,0-16" default="0,15" display="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>