Diff for /loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem between versions 1.2 and 1.4

version 1.2, 2002/06/06 08:55:35 version 1.4, 2009/07/06 17:12:47
Line 1 Line 1
 <problem><startouttext />Type Question Here.  <problem>
   
   <startouttext />
   Type Question Here.
 <endouttext />  <endouttext />
   
 <optionresponse max="10">  <optionresponse max="10">
     <foilgroup options="('True','False')">      <foilgroup options="('Green','Red')">
  <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="Red">
 <foil name="OneB" value="False">              <startouttext />This is statement OneB of concept One.  Red<endouttext />
 <startouttext />This is statement OneB of concept One.  False<endouttext />          </foil>
 </foil>          <foil name="OneC" value="Green">
               <startouttext />This is statement OneC of concept One.  Green<endouttext />
 <foil name="OneC" value="True">          </foil>
 <startouttext />This is statement OneC of concept One.  True<endouttext />      </conceptgroup>
 </foil>  
  </conceptgroup>      <conceptgroup concept="Two">
           <foil name="TwoA" value="Green">
  <conceptgroup concept="Two">                  <startouttext />This is statement TwoA of concept Two.  Green<endouttext />
 <foil name="TwoA" value="True">          </foil>
 <startouttext />This is statement TwoA of concept Two.  True<endouttext />          <foil name="TwoB" value="Red">
 </foil>              <startouttext />This is statement TwoB of concept Two.  Red<endouttext />
 <foil name="TwoB" value="False">          </foil>
 <startouttext />This is statement TwoB of concept Two.  False<endouttext />      </conceptgroup>
 </foil>  
  </conceptgroup>      <conceptgroup concept="Three">
           <foil name="ThreeA" value="Green">
  <conceptgroup concept="Three">              <startouttext />This is statement ThreeA of concept Three.  Green<endouttext />
 <foil name="ThreeA" value="True">          </foil>
 <startouttext />This is statement ThreeA of concept Three.  True<endouttext />          <foil name="ThreeB" value="Red">
 </foil>              <startouttext />This is statement ThreeB of concept Three.  Red<endouttext />
 <foil name="ThreeB" value="False">          </foil>
 <startouttext />This is statement ThreeB of concept Three.  False<endouttext />      </conceptgroup>
 </foil>  
  </conceptgroup>      <conceptgroup concept="Four">
           <foil name="FourA" value="Green">
  <conceptgroup concept="Four">              <startouttext />This is statement FourA of concept Four.  Green<endouttext />
 <foil name="FourA" value="True">          </foil>
 <startouttext />This is statement FourA of concept Four.  True<endouttext />          <foil name="FourB" value="Red">
 </foil>              <startouttext />This is statement FourB of concept Four.  Red<endouttext />
 <foil name="FourB" value="False">          </foil>
 <startouttext />This is statement FourB of concept Four.  False<endouttext />      </conceptgroup>
 </foil>  
  </conceptgroup>  
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup><startouttext />Add hint text here.<endouttext />
     </hintgroup>      </hintgroup>
 </optionresponse>  </optionresponse>
   
 </problem>  </problem>

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


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