File:  [LON-CAPA] / loncom / homework / templates / Attic / Plot.problem
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jun 6 08:56:43 2002 UTC (22 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- new templates from felicia

    1: <problem>
    2: <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">
    3:     <axis xmin="0" ymin="0" xmax="15" ymax="15" color="x000000" />
    4: 
    5:     <xlabel>Label X</xlabel>
    6: 
    7:     <ylabel>Label Y</ylabel>
    8: 
    9:     
   10: 
   11: 
   12:     <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
   13:      <data>1,2,3,4,5,6,7,8,9,10</data>
   14:      <data>1,2,3,4,5,6,7,8,9,10</data>
   15: </curve>
   16: </gnuplot>
   17: 
   18: 
   19: <startouttext />Enter Question Text Here.<endouttext />
   20: <numericalresponse answer="" id="11">
   21: 	<responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
   22: 	<responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
   23: 	<textline />
   24: 	<hintgroup>
   25: 		<startouttext />Enter the hint text here.
   26: 		<endouttext />
   27: 	</hintgroup>
   28: </numericalresponse>
   29: </problem>

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