File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.6: download - view: text, annotated - select for diffs
Tue Mar 11 19:53:07 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
CVS tags: 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 />Enter the text of the question here. Of the foils provided,
LON-CAPA will randomly select one "true" foil,
and "false" foils up the "Max Number Of Shown Foils."
<endouttext />

<radiobuttonresponse max="10">

    <foilgroup>

<foil name="foil1" value="true">
<startouttext />This is foil One, and it is currently set to "true."
<endouttext />
</foil>

<foil name="foil2" value="true">
<startouttext />This is foil Two, and it is currently set to "true."
<endouttext />
</foil>

<foil name="foil3" value="false">
<startouttext />This is foil Three, and it is currently set to "false."
<endouttext />
</foil>

<foil name="foil4" value="false">
<startouttext />This is foil Four, and it is currently set to "false."
<endouttext />
</foil>

<foil name="foil5" value="unused">
<startouttext />This is foil Five, and it is currently set to "unused."
<endouttext />
</foil>

    </foilgroup>
    
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>

</radiobuttonresponse>

</problem>

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