Diff for /loncom/homework/templates/SelectFromOptions-Simple.problem between versions 1.4 and 1.11

version 1.4, 2003/03/11 19:53:07 version 1.11, 2013/12/05 17:43:22
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem>
 <optionresponse max="10">  
     <foilgroup options="('Green','Red')">  <startouttext />
 <foil name="Foil1" value="Green">  Type Question Here.
 <startouttext />This is foil One. It is currently set to "Green."<endouttext />  <endouttext />
 </foil>  
 <foil name="Foil2" value="Red">  <optionresponse max="10" randomize="yes">
 <startouttext />This is foil Two. It is currently set to "Red."<endouttext />      <foilgroup options="('Green','Red','Blue')">
 </foil>          <foil location="random" value="Green" name="Foil1">
 <foil name="Foil3" value="Green">              <startouttext />This is foil One. It is currently set to "Green".<endouttext />
 <startouttext />This is foil Three. 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.4  
changed lines
  Added in v.1.11


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