Annotation of loncom/homework/templates/SimpleMatching.problem, revision 1.3

1.1       albertel    1: <problem>
1.2       matthew     2: <startouttext />Match the author to their work.<endouttext />
1.1       albertel    3: <matchresponse max="10" randomize="yes">
                      4:     <foilgroup>
                      5:         <itemgroup>
1.2       matthew     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>
1.3     ! albertel   16: <item location="bottom" name="none"><startouttext />None of the above<endouttext /></item>
1.1       albertel   17:         </itemgroup>
1.2       matthew    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>
1.1       albertel   38:     </foilgroup>
                     39: </matchresponse>
                     40: </problem>
1.2       matthew    41: 

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