File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.5: download - view: text, annotated - select for diffs
Wed Dec 11 15:21:45 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, HEAD
Hide some of the multiple concept group templates, slighty reduce number of
foils in other templates.

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

<foil name="foil6" value="unused">
<startouttext />This is foil Six, 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>