Diff for /loncom/homework/templates/numerical.problem between versions 1.4 and 1.5

version 1.4, 2003/07/07 16:55:12 version 1.5, 2003/07/29 00:51:17
Line 1 Line 1
 <problem>  <problem>
 <script type="loncapa/perl">  <script type="loncapa/perl">#Enter the computations here
 #Enter the computations here  $a=&random(1,10,1);
 </script>  $b=&random(1,10,1);
 <startouttext />  $c=$a+$b;</script>
 Enter the problem text here.  <startouttext />Enter the problem text here.
 <endouttext />  What is $a + $b?<endouttext />
 <numericalresponse answer="0">  <numericalresponse answer="$c">
  <responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance" />   <responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance" />
  <responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />   <responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
  <textline />   <textline />
  <hintgroup>   <hintgroup>
  <startouttext />   <startouttext />Enter the hint text here.
 Enter the hint text here.  
  <endouttext />   <endouttext />
  </hintgroup>   </hintgroup>
 </numericalresponse>  </numericalresponse>

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>