File:  [LON-CAPA] / loncom / homework / templates / numerical.problem
Revision 1.2: download - view: text, annotated - select for diffs
Mon Oct 8 19:29:38 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added parameters

    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" display="Numerical Tolerance" />
   10: 	<responseparam name="sig" type="int_range,0-16" default="0,15" display="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>