Diff for /loncom/homework/templates/RadioResponse.problem between versions 1.1 and 1.11

version 1.1, 2001/10/09 19:18:54 version 1.11, 2009/07/06 17:12:47
Line 1 Line 1
 <problem>  <problem>
   
   <parameter name="maxtries" type="int_pos" default="2" description="Maximum Number of Tries" />
   
 <startouttext />  <startouttext />
 Enter the text of the question here.  Enter the text of the question here.
 <endouttext />  <endouttext />
   
 <radiobuttonresponse max="10">  <radiobuttonresponse max="10" randomize="yes">
   
     <foilgroup>      <foilgroup>
           <foil location="random" value="true" name="foil1">
 <foil name="foil1" value="true">              <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.<endouttext />
 This foil1 and it it is true.  All other answers must be "false" or "unused".          </foil>
 </foil>          <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 name="foil2" value="false">          </foil>
 This is foil2 and it is false.          <foil location="random" value="false" name="foil3">
 </foil>              <startouttext />This is foil Three, and it is currently set to "false."<endouttext />
           </foil>
 <foil name="foil3" value="false">          <foil location="random" value="false" name="foil4">
 This is foil3 and it is false.              <startouttext />This is foil Four, and it is currently set to "false."<endouttext />
 </foil>          </foil>
           <foil location="random" value="false" name="foil5">
 <foil name="foil4" value="false">              <startouttext />This is foil Five, and it is currently set to "false."<endouttext />
 This is foil4 and it is false.          </foil>
 </foil>  
   
 <foil name="foil5" value="false">  
 This is foil5 and it is false.  
 </foil>  
   
 <foil name="foil6" value="unused">  
 This is foil6 and it is unsused.  
 </foil>  
   
 <foil name="foil7" value="unused">  
 This is foil7 and it is unsused.  
 </foil>  
   
 <foil name="foil8" value="unused">  
 This is foil8 and it is unsused.  
 </foil>  
   
 <foil name="foil9" value="unused">  
 This is foil9 and it is unsused.  
 </foil>  
   
 <foil name="foil10" value="unused">  
 This is foil10 and it is unsused.  
 </foil>  
   
     </foilgroup>      </foilgroup>
       
     <hintgroup><startouttext />Add hint text here.<endouttext />  
     </hintgroup>  
   
 </radiobuttonresponse>  </radiobuttonresponse>
   
 </problem>  </problem>

Removed from v.1.1  
changed lines
  Added in v.1.11


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