File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.2: download - view: text, annotated - select for diffs
Wed Nov 7 21:38:41 2001 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring, stable_2002_april, stable_2001_fall, HEAD
- missing text blocks

<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.  All other answers must be "false" or "unused".<endouttext />
</foil>

<foil name="foil2" value="false">
<startouttext />This is foil2 and it is false.<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>