Annotation of loncom/homework/templates/SimpleFormula.problem, revision 1.1
1.1 ! albertel 1: <problem>
! 2: <script type="loncapa/perl"># Enter computations here
! 3:
! 4: </script>
! 5: <startouttext />Enter Question Text Here. <endouttext />
! 6: <formularesponse answer="$answer" id="11" samples="">
! 7: <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default=".0001" />
! 8: <textline size="50" />
! 9: <hintgroup>
! 10: </hintgroup>
! 11: </formularesponse>
! 12:
! 13: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>