Diff for /loncom/homework/templates/SelectFromOptions-Simple.problem between versions 1.1 and 1.10

version 1.1, 2001/10/09 19:18:55 version 1.10, 2010/02/06 17:57:04
Line 1 Line 1
 <problem><startouttext />Type Question Here.  <problem>
 <br /> <br />In the problem editor:  
 Set the delete above to yes and click "Submit   
 Changes" to delete this Text Block.  Change the "8"   
 below to "5" and only five of the eight foils will  
 be displayed.  <endouttext />  
 <optionresponse max="10">  
     <foilgroup options="('True','False')">  
 <foil name="One" value="True">  
 <startouttext />This is foil One.  True<endouttext />  
 </foil>  
 <foil name="Two" value="False">  
 <startouttext />This is foil Two.  False<endouttext />  
 </foil>  
 <foil name="Three" value="True">  
 <startouttext />This is foil Three.  True<endouttext />  
 </foil>  
 <foil name="Four" value="False">  
 <startouttext />This is foil Four.  False<endouttext />  
 </foil>  
 <foil name="Five" value="True">  
 <startouttext />This is foil Five.  True<endouttext />  
 </foil>  
 <foil name="Six" value="False">  
 <startouttext />This is foil Six.  False<endouttext />  
 </foil>  
 <foil name="Seven" value="True">  
 <startouttext />This is foil Seven.  True<endouttext />  
 </foil>  
 <foil name="Eight" value="False">  
 <startouttext />This is foil Eight.  False<endouttext />  
 </foil>  
   
   <startouttext />
   Type Question Here.
   <endouttext />
   
   <optionresponse max="10" randomize="yes">
       <foilgroup options="('Green','Red','Blue')">
           <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="Blue" name="Foil3">
               <startouttext />This is foil Three. It is currently set to "Blue."<endouttext />
           </foil>
           <foil location="random" value="Red" name="Foil4">
               <startouttext />This is foil Four. 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.1  
changed lines
  Added in v.1.10


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