File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.10: download - view: text, annotated - select for diffs
Mon May 19 20:38:30 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_99_1, version_2_6_99_0, bz5969, HEAD, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Bug #1724: Categories, helplinks, and examples for templates

<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>

</radiobuttonresponse>

</problem>

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