Diff for /loncom/homework/templates/numerical.problem between versions 1.3 and 1.7

version 1.3, 2001/10/09 14:53:44 version 1.7, 2008/05/19 20:38:30
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>  <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" />  
  <textline />   <textline />
  <hintgroup>  
  <startouttext />  
 Enter the hint text here.  
  <endouttext />  
  </hintgroup>  
 </numericalresponse>  </numericalresponse>
 </problem>  </problem>

Removed from v.1.3  
changed lines
  Added in v.1.7


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