File:  [LON-CAPA] / loncom / homework / templates / SimpleMatching.problem
Revision 1.2: download - view: text, annotated - select for diffs
Wed Feb 19 16:48:08 2003 UTC (21 years, 2 months ago) by matthew
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, conference_2003, HEAD
New matching problem template developed with Ed.

    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:             
   17:             <item name="none"><startouttext />None of the above<endouttext /></item>
   18:         </itemgroup>
   19: <foil location="random" value="none" name="For Whom the Bell Tolls">
   20: <startouttext />For Whom the Bell Tolls<endouttext />
   21: </foil>
   22: 
   23: <foil location="random" value="alex" name="Gulag">
   24: <startouttext />The Gulag Archipelago<endouttext />
   25: </foil>
   26: <foil location="random" value="none" name="Satanic Verses">
   27: <startouttext />The Satanic Verses<endouttext />
   28: </foil>
   29: 
   30: <foil location="random" value="shakespeare" name="King Lear">
   31: <startouttext />King Lear<endouttext />
   32: </foil>
   33: <foil location="random" value="none" name="Gettysburg Address">
   34: <startouttext />Gettysburg Address<endouttext />
   35: </foil>
   36: <foil location="random" value="shakespeare" name="Hamlet">
   37: <startouttext />Hamlet<endouttext />
   38: </foil>
   39:     </foilgroup>
   40: </matchresponse>
   41: </problem>
   42: 

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