File:  [LON-CAPA] / loncom / homework / templates / SimpleMatching.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: HEAD
- adding templates for rank/match response

    1: <problem>
    2: <startouttext />Enter the question text here.<endouttext />
    3: <matchresponse max="10" randomize="yes">
    4:     <foilgroup>
    5:         <itemgroup>
    6:             <item name="True"><startouttext /><b>True</b><endouttext /></item>
    7:             <item name="False"><startouttext /><b>False</b><endouttext /></item>
    8:         </itemgroup>
    9: <foil value="True" name="foil1">
   10: <startouttext />This is foil1 and it is True<endouttext /></foil>
   11: <foil value="False" name="foil2">
   12: <startouttext />This is foil2 and it is False<endouttext /></foil>
   13: <foil value="True" name="foil1">
   14: <startouttext />This is foil3 and it is True<endouttext /></foil>
   15: <foil value="unused" name="foil1">
   16: <startouttext />This is foil4 and it is unused<endouttext /></foil>
   17:     </foilgroup>
   18: </matchresponse>
   19: </problem>

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