Diff for /loncom/homework/templates/Plot_curve.problem between versions 1.5 and 1.6

version 1.5, 2007/10/29 16:13:10 version 1.6, 2009/07/06 17:12:47
Line 15  $function="$amplitude*sin($omega*x)"; Line 15  $function="$amplitude*sin($omega*x)";
     </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.5  
changed lines
  Added in v.1.6


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