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