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

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

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