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

<problem>
<script type="loncapa/perl">
#Enter the computations here
</script>
<startouttext />
Enter the problem text here.
<endouttext />
<numericalresponse>
	<responseparam type="tolerance" default="5%" name="tol" display="Numerical Tolerance" />
	<responseparam name="sig" type="int_range,0-16" default="0,15" display="Significant Figures" />
	<textline />
	<hintgroup>
		<startouttext />
Enter the hint text here.
		<endouttext />
	</hintgroup>
</numericalresponse>
</problem>

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