--- loncom/homework/templates/RadioResponse.problem	2002/10/29 18:32:51	1.4
+++ loncom/homework/templates/RadioResponse.problem	2003/03/11 19:53:07	1.6
@@ -1,6 +1,8 @@
 <problem>
 
-<startouttext />Enter the text of the question here.
+<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 />
 
 <radiobuttonresponse max="10">
@@ -8,45 +10,28 @@
     <foilgroup>
 
 <foil name="foil1" value="true">
-<startouttext />This foil1 and it it is true.  Only one "true" 
-foil will be selected for radio response problems.<endouttext />
+<startouttext />This is foil One, and it is currently set to "true."
+<endouttext />
 </foil>
 
 <foil name="foil2" value="true">
-<startouttext />This is foil2 and it is true. Only one "true" 
-foil will be selected for radio response problems.<endouttext />
+<startouttext />This is foil Two, and it is currently set to "true."
+<endouttext />
 </foil>
 
 <foil name="foil3" value="false">
-<startouttext />This is foil3 and it is false.<endouttext />
+<startouttext />This is foil Three, and it is currently set to "false."
+<endouttext />
 </foil>
 
 <foil name="foil4" value="false">
-<startouttext />This is foil4 and it is false.<endouttext />
-</foil>
-
-<foil name="foil5" value="false">
-<startouttext />This is foil5 and it is false.<endouttext />
-</foil>
-
-<foil name="foil6" value="unused">
-<startouttext />This is foil6 and it is unused.<endouttext />
-</foil>
-
-<foil name="foil7" value="unused">
-<startouttext />This is foil7 and it is unused.<endouttext />
-</foil>
-
-<foil name="foil8" value="unused">
-<startouttext />This is foil8 and it is unused.<endouttext />
-</foil>
-
-<foil name="foil9" value="unused">
-<startouttext />This is foil9 and it is unused.<endouttext />
+<startouttext />This is foil Four, and it is currently set to "false."
+<endouttext />
 </foil>
 
-<foil name="foil10" value="unused">
-<startouttext />This is foil10 and it is unused.<endouttext />
+<foil name="foil5" value="unused">
+<startouttext />This is foil Five, and it is currently set to "unused."
+<endouttext />
 </foil>
 
     </foilgroup>