Diff for /loncom/homework/templates/Plot_data.problem between versions 1.4.8.1 and 1.6

version 1.4.8.1, 2010/08/20 03:54:56 version 1.6, 2010/08/01 14:15:12
Line 27  for ($x=$x_min;$x<=$x_max;$x=$x+0.05) { Line 27  for ($x=$x_min;$x<=$x_max;$x=$x+0.05) {
     </curve>      </curve>
 </gnuplot>  </gnuplot>
   
 <startouttext />What is the amplitude of this function?<endouttext />  <startouttext />
   What is the amplitude of this function?
   <endouttext />
   
 <numericalresponse answer="$amplitude" format="2s">  <numericalresponse answer="$amplitude" format="2s">
     <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />      <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
       
     <textline readonly="no" />      <textline readonly="no" />
   
 </numericalresponse>  </numericalresponse>
 </problem>  
   
   </problem>

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


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