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.

<problem>
<startouttext />Match the author to their work.<endouttext />
<matchresponse max="10" randomize="yes">
    <foilgroup>
        <itemgroup>

<item name="shakespeare">
<startouttext />William Shakespeare<endouttext />
</item>
<item name="alex">
<startouttext />Aleksandr Isaevich Solzhenitsyn <endouttext />
</item>
<item name="dickinson">
<startouttext />Emily Dickinson<endouttext />
</item>
            
            <item name="none"><startouttext />None of the above<endouttext /></item>
        </itemgroup>
<foil location="random" value="none" name="For Whom the Bell Tolls">
<startouttext />For Whom the Bell Tolls<endouttext />
</foil>

<foil location="random" value="alex" name="Gulag">
<startouttext />The Gulag Archipelago<endouttext />
</foil>
<foil location="random" value="none" name="Satanic Verses">
<startouttext />The Satanic Verses<endouttext />
</foil>

<foil location="random" value="shakespeare" name="King Lear">
<startouttext />King Lear<endouttext />
</foil>
<foil location="random" value="none" name="Gettysburg Address">
<startouttext />Gettysburg Address<endouttext />
</foil>
<foil location="random" value="shakespeare" name="Hamlet">
<startouttext />Hamlet<endouttext />
</foil>
    </foilgroup>
</matchresponse>
</problem>


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