Diff for /loncom/homework/templates/Plot_curve.problem between versions 1.1 and 1.3

version 1.1, 2003/12/17 16:56:59 version 1.3, 2004/04/22 17:14:30
Line 9 Line 9
     <xlabel>Label X</xlabel>      <xlabel>Label X</xlabel>
     <ylabel>Label Y</ylabel>      <ylabel>Label Y</ylabel>
     <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">      <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
         <curve>sin(x)</curve>          <function>sin(x)</function>
     </curve>      </curve>
 </gnuplot>  </gnuplot>
   
Line 20 Line 20
     <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />      <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
     <textline />      <textline />
 <hintgroup>  <hintgroup>
 <startouttext />Enter the hint text here. <endouttext />  <startouttext /><endouttext />
 </hintgroup>  </hintgroup>
 </numericalresponse>  </numericalresponse>
 </problem>  </problem>

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


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