File:  [LON-CAPA] / loncom / homework / templates / SimpleMatching.problem
Revision 1.3: download - view: text, annotated - select for diffs
Fri Jun 6 04:40:31 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, HEAD
- none of the above needs to be last

    1: <problem>
    2: <startouttext />Match the author to their work.<endouttext />
    3: <matchresponse max="10" randomize="yes">
    4:     <foilgroup>
    5:         <itemgroup>
    6: 
    7: <item name="shakespeare">
    8: <startouttext />William Shakespeare<endouttext />
    9: </item>
   10: <item name="alex">
   11: <startouttext />Aleksandr Isaevich Solzhenitsyn <endouttext />
   12: </item>
   13: <item name="dickinson">
   14: <startouttext />Emily Dickinson<endouttext />
   15: </item>
   16: <item location="bottom" name="none"><startouttext />None of the above<endouttext /></item>
   17:         </itemgroup>
   18: <foil location="random" value="none" name="For Whom the Bell Tolls">
   19: <startouttext />For Whom the Bell Tolls<endouttext />
   20: </foil>
   21: 
   22: <foil location="random" value="alex" name="Gulag">
   23: <startouttext />The Gulag Archipelago<endouttext />
   24: </foil>
   25: <foil location="random" value="none" name="Satanic Verses">
   26: <startouttext />The Satanic Verses<endouttext />
   27: </foil>
   28: 
   29: <foil location="random" value="shakespeare" name="King Lear">
   30: <startouttext />King Lear<endouttext />
   31: </foil>
   32: <foil location="random" value="none" name="Gettysburg Address">
   33: <startouttext />Gettysburg Address<endouttext />
   34: </foil>
   35: <foil location="random" value="shakespeare" name="Hamlet">
   36: <startouttext />Hamlet<endouttext />
   37: </foil>
   38:     </foilgroup>
   39: </matchresponse>
   40: </problem>
   41: 

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