Diff for /loncom/homework/templates/RadioResponse.problem between versions 1.6 and 1.7

version 1.6, 2003/03/11 19:53:07 version 1.7, 2003/07/29 00:51:17
Line 1 Line 1
 <problem>  <problem>
   
 <startouttext />Enter the text of the question here. Of the foils provided,  <startouttext />Enter the text of the question here.<endouttext />
 LON-CAPA will randomly select one "true" foil,  
 and "false" foils up the "Max Number Of Shown Foils."  
 <endouttext />  
   
 <radiobuttonresponse max="10">  <radiobuttonresponse max="10" randomize="yes">
   
     <foilgroup>      <foilgroup>
   
 <foil name="foil1" value="true">  <foil location="random" value="true" name="foil1">
 <startouttext />This is foil One, and it is currently set to "true."  <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.
 <endouttext />  <endouttext />
 </foil>  </foil>
   
 <foil name="foil2" value="true">  <foil location="random" value="true" name="foil2">
 <startouttext />This is foil Two, and it is currently set to "true."  <startouttext />This is foil Two, and it is currently set to "true."  Only one true foil is selected.
 <endouttext />  <endouttext />
 </foil>  </foil>
   
 <foil name="foil3" value="false">  <foil location="random" value="false" name="foil3">
 <startouttext />This is foil Three, and it is currently set to "false."  <startouttext />This is foil Three, and it is currently set to "false."
 <endouttext />  <endouttext />
 </foil>  </foil>
   
 <foil name="foil4" value="false">  <foil location="random" value="false" name="foil4">
 <startouttext />This is foil Four, and it is currently set to "false."  <startouttext />This is foil Four, and it is currently set to "false."
 <endouttext />  <endouttext />
 </foil>  </foil>
   
 <foil name="foil5" value="unused">  <foil location="random" value="false" name="foil5">
 <startouttext />This is foil Five, and it is currently set to "unused."  <startouttext />This is foil Five, and it is currently set to "false."
 <endouttext />  <endouttext />
 </foil>  </foil>
   

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>