File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.3: download - view: text, annotated - select for diffs
Wed Dec 11 15:21:45 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, HEAD
Hide some of the multiple concept group templates, slighty reduce number of
foils in other templates.

<problem><startouttext />Type Question Here.<endouttext />
<optionresponse max="10">
    <foilgroup options="('True','False')">
<foil name="Foil1" value="True">
<startouttext />This is foil One. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil2" value="False">
<startouttext />This is foil Two. It is currently set to "False."<endouttext />
</foil>
<foil name="Foil3" value="True">
<startouttext />This is foil Three. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil4" value="False">
<startouttext />This is foil Four. It is currently set to "False."<endouttext />
</foil>
<foil name="Foil5" value="True">
<startouttext />This is foil Five. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil6" value="False">
<startouttext />This is foil Six. It is currently set to "False."<endouttext />
</foil>

    </foilgroup>
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

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