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

version 1.6, 2004/04/22 17:14:30 version 1.7, 2008/05/19 20:38:30
Line 7  $c=$a+$b;</script> Line 7  $c=$a+$b;</script>
 What is $a + $b?<endouttext />  What is $a + $b?<endouttext />
 <numericalresponse answer="$c">  <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 /><endouttext />  
  </hintgroup>  
 </numericalresponse>  </numericalresponse>
 </problem>  </problem>

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


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