Annotation of loncom/homework/templates/RadioResponse.problem, revision 1.5
1.1 albertel 1: <problem>
2:
1.5 ! www 3: <startouttext />Enter the text of the question here. Of the foils provided,
! 4: LON-CAPA will randomly select one "true" foil,
! 5: and "false" foils up the "Max Number Of Shown Foils."
1.1 albertel 6: <endouttext />
7:
8: <radiobuttonresponse max="10">
9:
10: <foilgroup>
11:
12: <foil name="foil1" value="true">
1.5 ! www 13: <startouttext />This is foil One, and it is currently set to "true."
! 14: <endouttext />
1.1 albertel 15: </foil>
16:
1.3 albertel 17: <foil name="foil2" value="true">
1.5 ! www 18: <startouttext />This is foil Two, and it is currently set to "true."
! 19: <endouttext />
1.1 albertel 20: </foil>
21:
22: <foil name="foil3" value="false">
1.5 ! www 23: <startouttext />This is foil Three, and it is currently set to "false."
! 24: <endouttext />
1.1 albertel 25: </foil>
26:
27: <foil name="foil4" value="false">
1.5 ! www 28: <startouttext />This is foil Four, and it is currently set to "false."
! 29: <endouttext />
1.1 albertel 30: </foil>
31:
1.5 ! www 32: <foil name="foil5" value="unused">
! 33: <startouttext />This is foil Five, and it is currently set to "unused."
! 34: <endouttext />
1.1 albertel 35: </foil>
36:
37: <foil name="foil6" value="unused">
1.5 ! www 38: <startouttext />This is foil Six, and it is currently set to "unused."
! 39: <endouttext />
1.1 albertel 40: </foil>
41:
42: </foilgroup>
43:
44: <hintgroup><startouttext />Add hint text here.<endouttext />
45: </hintgroup>
46:
47: </radiobuttonresponse>
48:
49: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>