File:  [LON-CAPA] / loncom / homework / templates / numerical.problem
Revision 1.3: download - view: text, annotated - select for diffs
Tue Oct 9 14:53:44 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, conference_2003, STABLE, HEAD
- description not display

    1: <problem>
    2: <script type="loncapa/perl">
    3: #Enter the computations here
    4: </script>
    5: <startouttext />
    6: Enter the problem text here.
    7: <endouttext />
    8: <numericalresponse>
    9: 	<responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance" />
   10: 	<responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
   11: 	<textline />
   12: 	<hintgroup>
   13: 		<startouttext />
   14: Enter the hint text here.
   15: 		<endouttext />
   16: 	</hintgroup>
   17: </numericalresponse>
   18: </problem>

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