Diff for /loncom/homework/templates/Attic/Plot.problem between versions 1.1 and 1.2

version 1.1, 2002/06/06 08:56:43 version 1.2, 2002/10/21 14:54:40
Line 1 Line 1
 <problem>  <problem>
 <script type="loncapa/perl"># Enter computations here</script><gnuplot width="300" transparent="off" grid="on" font="large" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on">  
     <axis xmin="0" ymin="0" xmax="15" ymax="15" color="x000000" />  
   
     <xlabel>Label X</xlabel>  <script type="loncapa/perl"># Enter computations here
   </script>
   
   <gnuplot width="300" transparent="off" samples="100" grid="on" font="large" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on">
       <axis xmin="0" ymin="0" xmax="10" ymax="10" color="x000000" />
       <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">
      <data>1,2,3,4,5,6,7,8,9,10</data>          <data>1,2,3,4,5,6,7,8,9</data>
      <data>1,2,3,4,5,6,7,8,9,10</data>          <data>1,2,3,4,5,6,7,8,9</data>
 </curve>      </curve>
 </gnuplot>  </gnuplot>
   
   
 <startouttext />Enter Question Text Here.<endouttext />  <startouttext />Enter Question Text Here.<endouttext />
 <numericalresponse answer="" id="11">  
  <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />  <numericalresponse answer="">
  <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />      <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
  <textline />      <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
  <hintgroup>      <textline />
  <startouttext />Enter the hint text here.  <hintgroup>
  <endouttext />  <startouttext />Enter the hint text here. <endouttext />
  </hintgroup>  </hintgroup>
 </numericalresponse>  </numericalresponse>
 </problem>  </problem>
   

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


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