--- loncom/homework/templates/RadioResponse.problem	2002/12/11 15:21:45	1.5
+++ loncom/homework/templates/RadioResponse.problem	2004/04/21 20:37:41	1.8
@@ -1,47 +1,39 @@
 <problem>
 
-<startouttext />Enter the text of the question here. Of the foils provided,
-LON-CAPA will randomly select one "true" foil,
-and "false" foils up the "Max Number Of Shown Foils."
-<endouttext />
+<startouttext />Enter the text of the question here.<endouttext />
 
-<radiobuttonresponse max="10">
+<radiobuttonresponse max="10" randomize="yes">
 
     <foilgroup>
 
-<foil name="foil1" value="true">
-<startouttext />This is foil One, and it is currently set to "true."
-<endouttext />
-</foil>
-
-<foil name="foil2" value="true">
-<startouttext />This is foil Two, and it is currently set to "true."
+<foil location="random" value="true" name="foil1">
+<startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.
 <endouttext />
 </foil>
 
-<foil name="foil3" value="false">
-<startouttext />This is foil Three, and it is currently set to "false."
+<foil location="random" value="true" name="foil2">
+<startouttext />This is foil Two, and it is currently set to "true."  Only one true foil is selected.
 <endouttext />
 </foil>
 
-<foil name="foil4" value="false">
-<startouttext />This is foil Four, and it is currently set to "false."
+<foil location="random" value="false" name="foil3">
+<startouttext />This is foil Three, and it is currently set to "false."
 <endouttext />
 </foil>
 
-<foil name="foil5" value="unused">
-<startouttext />This is foil Five, and it is currently set to "unused."
+<foil location="random" value="false" name="foil4">
+<startouttext />This is foil Four, and it is currently set to "false."
 <endouttext />
 </foil>
 
-<foil name="foil6" value="unused">
-<startouttext />This is foil Six, and it is currently set to "unused."
+<foil location="random" value="false" name="foil5">
+<startouttext />This is foil Five, and it is currently set to "false."
 <endouttext />
 </foil>
 
     </foilgroup>
     
-    <hintgroup><startouttext />Add hint text here.<endouttext />
+    <hintgroup><startouttext /><endouttext />
     </hintgroup>
 
 </radiobuttonresponse>