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

version 1.8, 2005/01/07 05:02:49 version 1.9, 2009/07/06 17:12:47
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem>
   
   <startouttext />
   Type Question Here.
   <endouttext />
   
 <optionresponse max="10" randomize="yes">  <optionresponse max="10" randomize="yes">
     <foilgroup options="('Green','Red')">      <foilgroup options="('Green','Red')">
 <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="Green" name="Foil3">
 <startouttext />This is foil Three. It is currently set to "Green."<endouttext />              <startouttext />This is foil Three. It is currently set to "Green."<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 Two. It is currently set to "Red."<endouttext />
 </foil>          </foil>
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext /><endouttext />      <hintgroup>
           <startouttext /><endouttext />
     </hintgroup>      </hintgroup>
 </optionresponse>  </optionresponse>
   
 </problem>  </problem>

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


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