File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-8ConceptGoups.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 9 19:18:55 2001 UTC (22 years, 6 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 concept 
group foils will be displayed.<endouttext />
<optionresponse max="8">
    <foilgroup options="('True','False')">
		<conceptgroup concept="One">
<foil name="OneA" value="True">
<startouttext />This is statement OneA of concept One.  True<endouttext />
</foil>

<foil name="OneB" value="False">
<startouttext />This is statement OneB of concept One.  False<endouttext />
</foil>

<foil name="OneC" value="True">
<startouttext />This is statement OneC of concept One.  True<endouttext />
</foil>
		</conceptgroup>

		<conceptgroup concept="Two">
<foil name="TwoA" value="True">
<startouttext />This is statement TwoA of concept Two.  True<endouttext />
</foil>
<foil name="TwoB" value="False">
<startouttext />This is statement TwoB of concept Two.  False<endouttext />
</foil>
		</conceptgroup>

		<conceptgroup concept="Three">
<foil name="ThreeA" value="True">
<startouttext />This is statement ThreeA of concept Three.  True<endouttext />
</foil>
<foil name="ThreeB" value="False">
<startouttext />This is statement ThreeB of concept Three.  False<endouttext />
</foil>
		</conceptgroup>

		<conceptgroup concept="Four">
<foil name="FourA" value="True">
<startouttext />This is statement FourA of concept Four.  True<endouttext />
</foil>
<foil name="FourB" value="False">
<startouttext />This is statement FourB of concept Four.  False<endouttext />
</foil>
		</conceptgroup>

		<conceptgroup concept="Five">
<foil name="FiveA" value="True">
<startouttext />This is statement FiveA of concept Five.  True<endouttext />
</foil>
<foil name="FiveB" value="False">
<startouttext />This is statement FiveB of concept Five.  False<endouttext />
</foil>
		</conceptgroup>

		<conceptgroup concept="Six">
<foil name="SixA" value="True">
<startouttext />This is statement SixA of concept Six.  True<endouttext />
</foil>
<foil name="SixB" value="False">
<startouttext />This is statement SixB of concept Six.  False<endouttext />
</foil>

		</conceptgroup>

                <conceptgroup concept="Seven">
<foil name="SevenA" value="True">
<startouttext />This is statement SevenA of concept Seven.  True<endouttext />
</foil>
<foil name="SevenB" value="False">
<startouttext />This is statement SixB of concept Six.  False<endouttext />
</foil>

                </conceptgroup>

                <conceptgroup concept="Eight">
<foil name="EightA" value="True">
<startouttext />This is statement EightA of concept Eight.  True<endouttext />
</foil>
<foil name="EightB" value="False">
<startouttext />This is statement EightB of concept Eight.  False<endouttext />
</foil>

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

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