Annotation of loncom/homework/templates/numerical.problem, revision 1.6
1.1 albertel 1: <problem>
1.5 albertel 2: <script type="loncapa/perl">#Enter the computations here
3: $a=&random(1,10,1);
4: $b=&random(1,10,1);
5: $c=$a+$b;</script>
6: <startouttext />Enter the problem text here.
7: What is $a + $b?<endouttext />
8: <numericalresponse answer="$c">
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>
1.6 ! www 13: <startouttext /><endouttext />
1.1 albertel 14: </hintgroup>
15: </numericalresponse>
16: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>