Annotation of loncom/homework/templates/RadioResponse.problem, revision 1.4
1.1 albertel 1: <problem>
2:
1.3 albertel 3: <startouttext />Enter the text of the question here.
1.1 albertel 4: <endouttext />
5:
6: <radiobuttonresponse max="10">
7:
8: <foilgroup>
9:
10: <foil name="foil1" value="true">
1.3 albertel 11: <startouttext />This foil1 and it it is true. Only one "true"
12: foil will be selected for radio response problems.<endouttext />
1.1 albertel 13: </foil>
14:
1.3 albertel 15: <foil name="foil2" value="true">
16: <startouttext />This is foil2 and it is true. Only one "true"
17: foil will be selected for radio response problems.<endouttext />
1.1 albertel 18: </foil>
19:
20: <foil name="foil3" value="false">
1.2 albertel 21: <startouttext />This is foil3 and it is false.<endouttext />
1.1 albertel 22: </foil>
23:
24: <foil name="foil4" value="false">
1.2 albertel 25: <startouttext />This is foil4 and it is false.<endouttext />
1.1 albertel 26: </foil>
27:
28: <foil name="foil5" value="false">
1.2 albertel 29: <startouttext />This is foil5 and it is false.<endouttext />
1.1 albertel 30: </foil>
31:
32: <foil name="foil6" value="unused">
1.4 ! matthew 33: <startouttext />This is foil6 and it is unused.<endouttext />
1.1 albertel 34: </foil>
35:
36: <foil name="foil7" value="unused">
1.4 ! matthew 37: <startouttext />This is foil7 and it is unused.<endouttext />
1.1 albertel 38: </foil>
39:
40: <foil name="foil8" value="unused">
1.4 ! matthew 41: <startouttext />This is foil8 and it is unused.<endouttext />
1.1 albertel 42: </foil>
43:
44: <foil name="foil9" value="unused">
1.4 ! matthew 45: <startouttext />This is foil9 and it is unused.<endouttext />
1.1 albertel 46: </foil>
47:
48: <foil name="foil10" value="unused">
1.4 ! matthew 49: <startouttext />This is foil10 and it is unused.<endouttext />
1.1 albertel 50: </foil>
51:
52: </foilgroup>
53:
54: <hintgroup><startouttext />Add hint text here.<endouttext />
55: </hintgroup>
56:
57: </radiobuttonresponse>
58:
59: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>