File:  [LON-CAPA] / loncom / homework / templates / SimpleMatching.problem
Revision 1.4: download - view: text, annotated - select for diffs
Fri Feb 11 20:16:44 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, bz5969, HEAD, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Sure, go ahead and press sensitive buttons for no good reason.

    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="Tom Sawyer">
   26: <startouttext />Tom Sawyer<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>