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

<problem><startouttext />Type Question Here.
<br /> <br />In the problem editor:
Set the delete above to yes and click "Submit 
Changes" to delete this Text Block.  Change the "8" 
below to "5" and only five of the eight foils will
be displayed.  <endouttext />
<optionresponse max="10">
    <foilgroup options="('True','False')">
<foil name="One" value="True">
<startouttext />This is foil One.  True<endouttext />
</foil>
<foil name="Two" value="False">
<startouttext />This is foil Two.  False<endouttext />
</foil>
<foil name="Three" value="True">
<startouttext />This is foil Three.  True<endouttext />
</foil>
<foil name="Four" value="False">
<startouttext />This is foil Four.  False<endouttext />
</foil>
<foil name="Five" value="True">
<startouttext />This is foil Five.  True<endouttext />
</foil>
<foil name="Six" value="False">
<startouttext />This is foil Six.  False<endouttext />
</foil>
<foil name="Seven" value="True">
<startouttext />This is foil Seven.  True<endouttext />
</foil>
<foil name="Eight" value="False">
<startouttext />This is foil Eight.  False<endouttext />
</foil>

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

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