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, 7 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

<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" 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>