File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.7: download - view: text, annotated - select for diffs
Tue Jul 29 00:51:17 2003 UTC (20 years, 9 months ago) by albertel
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, HEAD
- updates to the templates from felicia

<problem>

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

</radiobuttonresponse>

</problem>

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