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

<problem>
<startouttext />Enter the question text here.<endouttext />
<rankresponse max="10" randomize="yes">
    <foilgroup>
<foil location="random" value="1" name="foil1">1</foil>
<foil location="random" value="2" name="foil2">2</foil>
<foil location="random" value="3" name="foil3">3</foil>
<foil location="random" value="2" name="foil4">2</foil>
<foil location="random" value="2.0" name="foil5">2.0</foil>
<foil location="random" value="4" name="foil6">4</foil>
<foil location="random" value="-1" name="foil7">-1</foil>
    </foilgroup>
</rankresponse>
</problem>

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