File:  [LON-CAPA] / loncom / homework / templates / numerical.problem
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jul 2 18:40:54 2001 UTC (23 years ago) by albertel
Branches: MAIN
CVS tags: HEAD
- problem templates

    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: 	<textline />
   10: 	<hintgroup>
   11: 		<startouttext />
   12: Enter the hint text here.
   13: 		<endouttext />
   14: 	</hintgroup>
   15: </numericalresponse>
   16: </problem>

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