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