Diff for /loncom/homework/templates/SimpleTrueFalse.problem between versions 1.1 and 1.5

version 1.1, 2003/03/11 19:53:07 version 1.5, 2010/09/05 20:50:44
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem>
 <optionresponse max="10">  
     <foilgroup options="('True','False')">  <startouttext />
 <foil name="Foil1" value="True">  Type Question Here.
 <startouttext />This is foil One. It is currently set to "True."<endouttext />  <endouttext />
 </foil>  
 <foil name="Foil2" value="False">  
 <startouttext />This is foil Two. It is currently set to "False."<endouttext />  
 </foil>  
 <foil name="Foil3" value="True">  
 <startouttext />This is foil Three. It is currently set to "True."<endouttext />  
 </foil>  
 <foil name="Foil4" value="False">  
 <startouttext />This is foil Four. It is currently set to "False."<endouttext />  
 </foil>  
 <foil name="Foil5" value="True">  
 <startouttext />This is foil Five. It is currently set to "True."<endouttext />  
 </foil>  
 <foil name="Foil6" value="False">  
 <startouttext />This is foil Six. It is currently set to "False."<endouttext />  
 </foil>  
   
   <optionresponse max="10">
       <foilgroup options="('True','False')" checkboxvalue="True" checkboxoptions="nochoice">
           <foil name="Foil1" value="True">
               <startouttext />This is foil One. It is currently set to "True."<endouttext />
           </foil>
           <foil name="Foil2" value="False">
               <startouttext />This is foil Two. It is currently set to "False."<endouttext />
           </foil>
           <foil name="Foil3" value="True">
               <startouttext />This is foil Three. It is currently set to "True."<endouttext />
           </foil>
           <foil name="Foil4" value="False">
               <startouttext />This is foil Four. It is currently set to "False."<endouttext />
           </foil>
           <foil name="Foil5" value="True">
               <startouttext />This is foil Five. It is currently set to "True."<endouttext />
           </foil>
           <foil name="Foil6" value="False">
               <startouttext />This is foil Six. It is currently set to "False."<endouttext />
           </foil>
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup>
           <startouttext /><endouttext />
     </hintgroup>      </hintgroup>
 </optionresponse>  </optionresponse>
   
 </problem>  </problem>

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


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