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

version 1.10, 2008/05/19 20:38:30 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 />Enter the text of the question here.<endouttext />  
   
 <radiobuttonresponse max="10" randomize="yes">  
   
     <foilgroup>  
   
 <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 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 location="random" value="false" name="foil3">  
 <startouttext />This is foil Three, and it is currently set to "false."  
 <endouttext />  
 </foil>  
   
 <foil location="random" value="false" name="foil4">  <parameter name="maxtries" type="int_pos" default="2" description="Maximum Number of Tries" />
 <startouttext />This is foil Four, and it is currently set to "false."  
 <endouttext />  
 </foil>  
   
 <foil location="random" value="false" name="foil5">  <startouttext />
 <startouttext />This is foil Five, and it is currently set to "false."  Enter the text of the question here.
 <endouttext />  <endouttext />
 </foil>  
   
   <radiobuttonresponse max="10" randomize="yes">
       <foilgroup>
           <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 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 location="random" value="false" name="foil3">
               <startouttext />This is foil Three, and it is currently set to "false."<endouttext />
           </foil>
           <foil location="random" value="false" name="foil4">
               <startouttext />This is foil Four, and it is currently set to "false."<endouttext />
           </foil>
           <foil location="random" value="false" name="foil5">
               <startouttext />This is foil Five, and it is currently set to "false."<endouttext />
           </foil>
     </foilgroup>      </foilgroup>
   
 </radiobuttonresponse>  </radiobuttonresponse>
   
 </problem>  </problem>

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


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