File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.7: download - view: text, annotated - select for diffs
Wed Apr 21 20:37:41 2004 UTC (20 years ago) by www
Branches: MAIN
CVS tags: version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
No more "Add hint text here." in future questions.

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

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