File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.5: download - view: text, annotated - select for diffs
Tue May 13 20:45:20 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003, HEAD
- Bluh

<problem><startouttext />Type Question Here.<endouttext />
<optionresponse max="10">
    <foilgroup options="('Green','Red')">
<foil name="Foil1" value="Green">
<startouttext />This is foil One. It is currently set to "Green."<endouttext />
</foil>
<foil name="Foil2" value="Red">
<startouttext />This is foil Two. It is currently set to "Red."<endouttext />
</foil>
<foil name="Foil3" value="Green">
<startouttext />This is foil Three. It is currently set to "Green."<endouttext />
</foil>
    </foilgroup>
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

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