File:
[LON-CAPA] /
loncom /
homework /
templates /
SimpleTrueFalse.problem
Revision
1.1:
download - view:
text,
annotated -
select for diffs
Tue Mar 11 19:53:07 2003 UTC (22 years, 1 month ago) by
www
Branches:
MAIN
CVS tags:
version_1_1_X,
version_1_1_3,
version_1_1_2,
version_1_1_1,
version_1_1_0,
version_1_0_99_3,
version_1_0_99_2,
version_1_0_99_1,
version_1_0_99,
version_1_0_3,
version_1_0_2,
version_1_0_1,
version_1_0_0,
version_0_99_5,
version_0_99_4,
version_0_99_3,
version_0_99_2,
version_0_99_1,
version_0_99_0,
conference_2003,
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="('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>