File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.4: download - view: text, annotated - select for diffs
Tue Mar 11 19:53:07 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
CVS tags: HEAD
Cut down total number of templated foils
Try to address confusion about what OptionResponse can do, and add
True/False, which is what people are looking for.

<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 />
    </foilgroup>
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

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