File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jun 6 08:55:35 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- updated templates by felicia

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

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

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