Annotation of loncom/homework/templates/SelectFromOptions-5ConceptGoups.problem, revision 1.2
1.2 ! albertel 1: <problem><startouttext />Type Question Here.
! 2: <endouttext />
! 3: <optionresponse max="10">
1.1 albertel 4: <foilgroup options="('True','False')">
5: <conceptgroup concept="One">
6: <foil name="OneA" value="True">
7: <startouttext />This is statement OneA of concept One. True<endouttext />
8: </foil>
9:
10: <foil name="OneB" value="False">
11: <startouttext />This is statement OneB of concept One. False<endouttext />
12: </foil>
13:
14: <foil name="OneC" value="True">
15: <startouttext />This is statement OneC of concept One. True<endouttext />
16: </foil>
17: </conceptgroup>
18:
19: <conceptgroup concept="Two">
20: <foil name="TwoA" value="True">
21: <startouttext />This is statement TwoA of concept Two. True<endouttext />
22: </foil>
23: <foil name="TwoB" value="False">
24: <startouttext />This is statement TwoB of concept Two. False<endouttext />
25: </foil>
26: </conceptgroup>
27:
28: <conceptgroup concept="Three">
29: <foil name="ThreeA" value="True">
30: <startouttext />This is statement ThreeA of concept Three. True<endouttext />
31: </foil>
32: <foil name="ThreeB" value="False">
33: <startouttext />This is statement ThreeB of concept Three. False<endouttext />
34: </foil>
35: </conceptgroup>
36:
37: <conceptgroup concept="Four">
38: <foil name="FourA" value="True">
39: <startouttext />This is statement FourA of concept Four. True<endouttext />
40: </foil>
41: <foil name="FourB" value="False">
42: <startouttext />This is statement FourB of concept Four. False<endouttext />
43: </foil>
44: </conceptgroup>
45:
46: <conceptgroup concept="Five">
47: <foil name="FiveA" value="True">
48: <startouttext />This is statement FiveA of concept Five. True<endouttext />
49: </foil>
50: <foil name="FiveB" value="False">
51: <startouttext />This is statement FiveB of concept Five. False<endouttext />
52: </foil>
53: </conceptgroup>
54:
55: </foilgroup>
56: <hintgroup><startouttext />Add hint text here.<endouttext />
57: </hintgroup>
58: </optionresponse>
59: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>