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

version 1.1, 2001/10/09 19:18:55 version 1.2, 2002/06/06 08:55:35
Line 1 Line 1
 <problem><startouttext />Type Question Here.  <problem><startouttext />Type Question Here.<endouttext />
 <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">  <optionresponse max="10">
     <foilgroup options="('True','False')">      <foilgroup options="('True','False')">
 <foil name="One" value="True">  <foil name="Foil1" value="True">
 <startouttext />This is foil One.  True<endouttext />  <startouttext />This is foil One.  True<endouttext />
 </foil>  </foil>
 <foil name="Two" value="False">  <foil name="Foil2" value="False">
 <startouttext />This is foil Two.  False<endouttext />  <startouttext />This is foil Two.  False<endouttext />
 </foil>  </foil>
 <foil name="Three" value="True">  <foil name="Foil3" value="True">
 <startouttext />This is foil Three.  True<endouttext />  <startouttext />This is foil Three.  True<endouttext />
 </foil>  </foil>
 <foil name="Four" value="False">  <foil name="Foil4" value="False">
 <startouttext />This is foil Four.  False<endouttext />  <startouttext />This is foil Four.  False<endouttext />
 </foil>  </foil>
 <foil name="Five" value="True">  <foil name="Foil5" value="True">
 <startouttext />This is foil Five.  True<endouttext />  <startouttext />This is foil Five.  True<endouttext />
 </foil>  </foil>
 <foil name="Six" value="False">  <foil name="Foil6" value="False">
 <startouttext />This is foil Six.  False<endouttext />  <startouttext />This is foil Six.  False<endouttext />
 </foil>  </foil>
 <foil name="Seven" value="True">  <foil name="Foil7" value="True">
 <startouttext />This is foil Seven.  True<endouttext />  <startouttext />This is foil Seven.  True<endouttext />
 </foil>  </foil>
 <foil name="Eight" value="False">  <foil name="Foil8" value="False">
 <startouttext />This is foil Eight.  False<endouttext />  <startouttext />This is foil Eight.  False<endouttext />
 </foil>  </foil>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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