Diff for /loncom/homework/templates/SelectFromOptions-Simple.problem between versions 1.5 and 1.6

version 1.5, 2003/05/13 20:45:20 version 1.6, 2003/07/29 00:51:17
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem><startouttext />Type Question Here.<endouttext />
 <optionresponse max="10">  <optionresponse max="10" randomize="yes">
     <foilgroup options="('Green','Red')">      <foilgroup options="('Green','Red')">
 <foil name="Foil1" value="Green">  <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 name="Foil2" value="Red">  <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 name="Foil3" value="Green">  <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="Green" name="">
   <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
   </foil>
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup><startouttext />Add hint text here.<endouttext />
     </hintgroup>      </hintgroup>

Removed from v.1.5  
changed lines
  Added in v.1.6


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