File:  [LON-CAPA] / loncom / homework / templates / SimpleRank.problem
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 12 20:10:18 2003 UTC (21 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, conference_2003, HEAD
- adding templates for rank/match response

    1: <problem>
    2: <startouttext />Enter the question text here.<endouttext />
    3: <rankresponse max="10" randomize="yes">
    4:     <foilgroup>
    5: <foil location="random" value="1" name="foil1">1</foil>
    6: <foil location="random" value="2" name="foil2">2</foil>
    7: <foil location="random" value="3" name="foil3">3</foil>
    8: <foil location="random" value="2" name="foil4">2</foil>
    9: <foil location="random" value="2.0" name="foil5">2.0</foil>
   10: <foil location="random" value="4" name="foil6">4</foil>
   11: <foil location="random" value="-1" name="foil7">-1</foil>
   12:     </foilgroup>
   13: </rankresponse>
   14: </problem>

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