File:  [LON-CAPA] / loncom / homework / templates / SimpleMatching.problem
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 12 20:10:18 2003 UTC (21 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- adding templates for rank/match response

<problem>
<startouttext />Enter the question text here.<endouttext />
<matchresponse max="10" randomize="yes">
    <foilgroup>
        <itemgroup>
            <item name="True"><startouttext /><b>True</b><endouttext /></item>
            <item name="False"><startouttext /><b>False</b><endouttext /></item>
        </itemgroup>
<foil value="True" name="foil1">
<startouttext />This is foil1 and it is True<endouttext /></foil>
<foil value="False" name="foil2">
<startouttext />This is foil2 and it is False<endouttext /></foil>
<foil value="True" name="foil1">
<startouttext />This is foil3 and it is True<endouttext /></foil>
<foil value="unused" name="foil1">
<startouttext />This is foil4 and it is unused<endouttext /></foil>
    </foilgroup>
</matchresponse>
</problem>

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