Diff for /loncom/homework/templates/SelectFromOptions-Simple.problem between versions 1.2 and 1.9

version 1.2, 2002/06/06 08:55:35 version 1.9, 2009/07/06 17:12:47
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem>
 <optionresponse max="10">  
     <foilgroup options="('True','False')">  
 <foil name="Foil1" value="True">  
 <startouttext />This is foil One.  True<endouttext />  
 </foil>  
 <foil name="Foil2" value="False">  
 <startouttext />This is foil Two.  False<endouttext />  
 </foil>  
 <foil name="Foil3" value="True">  
 <startouttext />This is foil Three.  True<endouttext />  
 </foil>  
 <foil name="Foil4" value="False">  
 <startouttext />This is foil Four.  False<endouttext />  
 </foil>  
 <foil name="Foil5" value="True">  
 <startouttext />This is foil Five.  True<endouttext />  
 </foil>  
 <foil name="Foil6" value="False">  
 <startouttext />This is foil Six.  False<endouttext />  
 </foil>  
 <foil name="Foil7" value="True">  
 <startouttext />This is foil Seven.  True<endouttext />  
 </foil>  
 <foil name="Foil8" value="False">  
 <startouttext />This is foil Eight.  False<endouttext />  
 </foil>  
   
   <startouttext />
   Type Question Here.
   <endouttext />
   
   <optionresponse max="10" randomize="yes">
       <foilgroup options="('Green','Red')">
           <foil location="random" value="Green" name="Foil1">
               <startouttext />This is foil One. It is currently set to "Green."<endouttext />
           </foil>
           <foil location="random" value="Red" name="Foil2">
               <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
           </foil>
           <foil location="random" value="Green" name="Foil3">
               <startouttext />This is foil Three. It is currently set to "Green."<endouttext />
           </foil>
           <foil location="random" value="Red" name="Foil4">
               <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
           </foil>
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup>
           <startouttext /><endouttext />
     </hintgroup>      </hintgroup>
 </optionresponse>  </optionresponse>
   
 </problem>  </problem>

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


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