File:
[LON-CAPA] /
loncom /
homework /
templates /
RadioResponse.problem
Revision
1.9:
download - view:
text,
annotated -
select for diffs
Thu Feb 22 19:57:28 2007 UTC (18 years, 1 month ago) by
www
Branches:
MAIN
CVS tags:
version_2_6_X,
version_2_6_3,
version_2_6_2,
version_2_6_1,
version_2_6_0,
version_2_5_X,
version_2_5_99_1,
version_2_5_99_0,
version_2_5_2,
version_2_5_1,
version_2_5_0,
version_2_4_X,
version_2_4_99_0,
version_2_4_2,
version_2_4_1,
version_2_4_0,
version_2_3_99_0,
HEAD
So that we do not get criticised again for having 99 tries on a 5 foil question.
<problem>
<parameter name="maxtries" type="int_pos" default="2" description="Maximum Number of Tries" />
<startouttext />Enter the text of the question here.<endouttext />
<radiobuttonresponse max="10" randomize="yes">
<foilgroup>
<foil location="random" value="true" name="foil1">
<startouttext />This is foil One, and it is currently set to "true." Only one true foil is selected.
<endouttext />
</foil>
<foil location="random" value="true" name="foil2">
<startouttext />This is foil Two, and it is currently set to "true." Only one true foil is selected.
<endouttext />
</foil>
<foil location="random" value="false" name="foil3">
<startouttext />This is foil Three, and it is currently set to "false."
<endouttext />
</foil>
<foil location="random" value="false" name="foil4">
<startouttext />This is foil Four, and it is currently set to "false."
<endouttext />
</foil>
<foil location="random" value="false" name="foil5">
<startouttext />This is foil Five, and it is currently set to "false."
<endouttext />
</foil>
</foilgroup>
<hintgroup><startouttext /><endouttext />
</hintgroup>
</radiobuttonresponse>
</problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>