File:  [LON-CAPA] / loncom / homework / templates / numerical.problem
Revision 1.4: download - view: text, annotated - select for diffs
Mon Jul 7 16:55:12 2003 UTC (20 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Numerical problem template should show where to put the answer, even
when viewing in XML. (Nit.)

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

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