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

version 1.3, 2003/03/11 19:53:07 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="('Green','Red')">      <foilgroup options="('Green','Red')">
  <conceptgroup concept="One">      <conceptgroup concept="One">
 <foil name="OneA" value="Green">          <foil name="OneA" value="Green">
 <startouttext />This is statement OneA of concept One.  Green<endouttext />              <startouttext />This is statement OneA of concept One.  Green<endouttext />
 </foil>          </foil>
           <foil name="OneB" value="Red">
 <foil name="OneB" value="Red">              <startouttext />This is statement OneB of concept One.  Red<endouttext />
 <startouttext />This is statement OneB of concept One.  Red<endouttext />          </foil>
 </foil>          <foil name="OneC" value="Green">
               <startouttext />This is statement OneC of concept One.  Green<endouttext />
 <foil name="OneC" value="Green">          </foil>
 <startouttext />This is statement OneC of concept One.  Green<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="Green">          </foil>
 <startouttext />This is statement TwoA of concept Two.  Green<endouttext />          <foil name="TwoB" value="Red">
 </foil>              <startouttext />This is statement TwoB of concept Two.  Red<endouttext />
 <foil name="TwoB" value="Red">          </foil>
 <startouttext />This is statement TwoB of concept Two.  Red<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="Green">          </foil>
 <startouttext />This is statement ThreeA of concept Three.  Green<endouttext />          <foil name="ThreeB" value="Red">
 </foil>              <startouttext />This is statement ThreeB of concept Three.  Red<endouttext />
 <foil name="ThreeB" value="Red">          </foil>
 <startouttext />This is statement ThreeB of concept Three.  Red<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="Green">          </foil>
 <startouttext />This is statement FourA of concept Four.  Green<endouttext />          <foil name="FourB" value="Red">
 </foil>              <startouttext />This is statement FourB of concept Four.  Red<endouttext />
 <foil name="FourB" value="Red">          </foil>
 <startouttext />This is statement FourB of concept Four.  Red<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.3  
changed lines
  Added in v.1.4


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