File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 9 19:18:54 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added a bunch of templates

<problem>

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

<radiobuttonresponse max="10">

    <foilgroup>

<foil name="foil1" value="true">
This foil1 and it it is true.  All other answers must be "false" or "unused".
</foil>

<foil name="foil2" value="false">
This is foil2 and it is false.
</foil>

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

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

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

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

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

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

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

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

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

</radiobuttonresponse>

</problem>

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