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

version 1.1, 2001/10/09 19:18:55 version 1.4, 2009/07/06 17:12:47
Line 1 Line 1
 <problem><startouttext />Type Question Here.  <problem>
 <br /> <br />In the problem editor:  
 Set the delete above to yes and click "Submit   <startouttext />
 Changes" to delete this Text Block.  Change the "4"   Type Question Here.
 below to "3" and only three of the four concept   <endouttext />
 group foils will be displayed.<endouttext />  
 <optionresponse max="4">  <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.1  
changed lines
  Added in v.1.4


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