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

<problem><startouttext />Type Question Here.
<endouttext />
<optionresponse max="10">
    <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>
    </foilgroup>
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

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