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

version 1.9, 2009/07/06 17:12:47 version 1.10, 2010/02/06 17:57:04
Line 5  Type Question Here. Line 5  Type Question Here.
 <endouttext />  <endouttext />
   
 <optionresponse max="10" randomize="yes">  <optionresponse max="10" randomize="yes">
     <foilgroup options="('Green','Red')">      <foilgroup options="('Green','Red','Blue')">
         <foil location="random" value="Green" name="Foil1">          <foil location="random" value="Green" name="Foil1">
             <startouttext />This is foil One. It is currently set to "Green."<endouttext />              <startouttext />This is foil One. It is currently set to "Green."<endouttext />
         </foil>          </foil>
         <foil location="random" value="Red" name="Foil2">          <foil location="random" value="Red" name="Foil2">
             <startouttext />This is foil Two. It is currently set to "Red."<endouttext />              <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
         </foil>          </foil>
         <foil location="random" value="Green" name="Foil3">          <foil location="random" value="Blue" name="Foil3">
             <startouttext />This is foil Three. It is currently set to "Green."<endouttext />              <startouttext />This is foil Three. It is currently set to "Blue."<endouttext />
         </foil>          </foil>
         <foil location="random" value="Red" name="Foil4">          <foil location="random" value="Red" name="Foil4">
             <startouttext />This is foil Two. It is currently set to "Red."<endouttext />              <startouttext />This is foil Four. It is currently set to "Red."<endouttext />
         </foil>          </foil>
     </foilgroup>      </foilgroup>
     <hintgroup>      <hintgroup>

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


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