Diff for /loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem between versions 1.1 and 1.3

version 1.1, 2001/10/09 19:18:55 version 1.3, 2003/03/11 19:53:07
Line 1 Line 1
 <problem><startouttext />Type Question Here.  <problem><startouttext />Type Question Here.
 <br /> <br />In the problem editor:  <endouttext />
 Set the delete above to yes and click "Submit   <optionresponse max="10">
 Changes" to delete this Text Block.  Change the "4"       <foilgroup options="('Green','Red')">
 below to "3" and only three of the four concept   
 group foils will be displayed.<endouttext />  
 <optionresponse max="4">  
     <foilgroup options="('True','False')">  
  <conceptgroup concept="One">   <conceptgroup concept="One">
 <foil name="OneA" value="True">  <foil name="OneA" value="Green">
 <startouttext />This is statement OneA of concept One.  True<endouttext />  <startouttext />This is statement OneA of concept One.  Green<endouttext />
 </foil>  </foil>
   
 <foil name="OneB" value="False">  <foil name="OneB" value="Red">
 <startouttext />This is statement OneB of concept One.  False<endouttext />  <startouttext />This is statement OneB of concept One.  Red<endouttext />
 </foil>  </foil>
   
 <foil name="OneC" value="True">  <foil name="OneC" value="Green">
 <startouttext />This is statement OneC of concept One.  True<endouttext />  <startouttext />This is statement OneC of concept One.  Green<endouttext />
 </foil>  </foil>
  </conceptgroup>   </conceptgroup>
   
  <conceptgroup concept="Two">   <conceptgroup concept="Two">
 <foil name="TwoA" value="True">  <foil name="TwoA" value="Green">
 <startouttext />This is statement TwoA of concept Two.  True<endouttext />  <startouttext />This is statement TwoA of concept Two.  Green<endouttext />
 </foil>  </foil>
 <foil name="TwoB" value="False">  <foil name="TwoB" value="Red">
 <startouttext />This is statement TwoB of concept Two.  False<endouttext />  <startouttext />This is statement TwoB of concept Two.  Red<endouttext />
 </foil>  </foil>
  </conceptgroup>   </conceptgroup>
   
  <conceptgroup concept="Three">   <conceptgroup concept="Three">
 <foil name="ThreeA" value="True">  <foil name="ThreeA" value="Green">
 <startouttext />This is statement ThreeA of concept Three.  True<endouttext />  <startouttext />This is statement ThreeA of concept Three.  Green<endouttext />
 </foil>  </foil>
 <foil name="ThreeB" value="False">  <foil name="ThreeB" value="Red">
 <startouttext />This is statement ThreeB of concept Three.  False<endouttext />  <startouttext />This is statement ThreeB of concept Three.  Red<endouttext />
 </foil>  </foil>
  </conceptgroup>   </conceptgroup>
   
  <conceptgroup concept="Four">   <conceptgroup concept="Four">
 <foil name="FourA" value="True">  <foil name="FourA" value="Green">
 <startouttext />This is statement FourA of concept Four.  True<endouttext />  <startouttext />This is statement FourA of concept Four.  Green<endouttext />
 </foil>  </foil>
 <foil name="FourB" value="False">  <foil name="FourB" value="Red">
 <startouttext />This is statement FourB of concept Four.  False<endouttext />  <startouttext />This is statement FourB of concept Four.  Red<endouttext />
 </foil>  </foil>
  </conceptgroup>   </conceptgroup>
     </foilgroup>      </foilgroup>

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


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