File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.3: download - view: text, annotated - select for diffs
Thu Jun 6 08:55:35 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- updated templates by felicia

<problem>

<startouttext />Enter the text of the question here.
<endouttext />

<radiobuttonresponse max="10">

    <foilgroup>

<foil name="foil1" value="true">
<startouttext />This foil1 and it it is true.  Only one "true" 
foil will be selected for radio response problems.<endouttext />
</foil>

<foil name="foil2" value="true">
<startouttext />This is foil2 and it is true. Only one "true" 
foil will be selected for radio response problems.<endouttext />
</foil>

<foil name="foil3" value="false">
<startouttext />This is foil3 and it is false.<endouttext />
</foil>

<foil name="foil4" value="false">
<startouttext />This is foil4 and it is false.<endouttext />
</foil>

<foil name="foil5" value="false">
<startouttext />This is foil5 and it is false.<endouttext />
</foil>

<foil name="foil6" value="unused">
<startouttext />This is foil6 and it is unsused.<endouttext />
</foil>

<foil name="foil7" value="unused">
<startouttext />This is foil7 and it is unsused.<endouttext />
</foil>

<foil name="foil8" value="unused">
<startouttext />This is foil8 and it is unsused.<endouttext />
</foil>

<foil name="foil9" value="unused">
<startouttext />This is foil9 and it is unsused.<endouttext />
</foil>

<foil name="foil10" value="unused">
<startouttext />This is foil10 and it is unsused.<endouttext />
</foil>

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

</radiobuttonresponse>

</problem>

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