Annotation of loncom/homework/templates/numerical.problem, revision 1.7
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" />
1.1 albertel 10: <textline />
11: </numericalresponse>
12: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>