Diff for /loncom/homework/templates/RadioResponse.problem between versions 1.3 and 1.9

version 1.3, 2002/06/06 08:55:35 version 1.9, 2007/02/22 19:57:28
Line 1 Line 1
 <problem>  <problem>
   <parameter name="maxtries" type="int_pos" default="2" description="Maximum Number of Tries" />
   <startouttext />Enter the text of the question here.<endouttext />
   
 <startouttext />Enter the text of the question here.  <radiobuttonresponse max="10" randomize="yes">
 <endouttext />  
   
 <radiobuttonresponse max="10">  
   
     <foilgroup>      <foilgroup>
   
 <foil name="foil1" value="true">  <foil location="random" value="true" name="foil1">
 <startouttext />This foil1 and it it is true.  Only one "true"  <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.
 foil will be selected for radio response problems.<endouttext />  <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 />  
 </foil>  
   
 <foil name="foil3" value="false">  
 <startouttext />This is foil3 and it is 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 unsused.<endouttext />  
 </foil>  </foil>
   
 <foil name="foil7" value="unused">  <foil location="random" value="true" name="foil2">
 <startouttext />This is foil7 and it is unsused.<endouttext />  <startouttext />This is foil Two, and it is currently set to "true."  Only one true foil is selected.
   <endouttext />
 </foil>  </foil>
   
 <foil name="foil8" value="unused">  <foil location="random" value="false" name="foil3">
 <startouttext />This is foil8 and it is unsused.<endouttext />  <startouttext />This is foil Three, and it is currently set to "false."
   <endouttext />
 </foil>  </foil>
   
 <foil name="foil9" value="unused">  <foil location="random" value="false" name="foil4">
 <startouttext />This is foil9 and it is unsused.<endouttext />  <startouttext />This is foil Four, and it is currently set to "false."
   <endouttext />
 </foil>  </foil>
   
 <foil name="foil10" value="unused">  <foil location="random" value="false" name="foil5">
 <startouttext />This is foil10 and it is unsused.<endouttext />  <startouttext />This is foil Five, and it is currently set to "false."
   <endouttext />
 </foil>  </foil>
   
     </foilgroup>      </foilgroup>
           
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup><startouttext /><endouttext />
     </hintgroup>      </hintgroup>
   
 </radiobuttonresponse>  </radiobuttonresponse>

Removed from v.1.3  
changed lines
  Added in v.1.9


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