Annotation of loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem, revision 1.2

1.2     ! albertel    1: <problem><startouttext />Type Question Here.
        !             2: <endouttext />
        !             3: <optionresponse max="10">
1.1       albertel    4:     <foilgroup options="('True','False')">
                      5: 		<conceptgroup concept="One">
                      6: <foil name="OneA" value="True">
                      7: <startouttext />This is statement OneA of concept One.  True<endouttext />
                      8: </foil>
                      9: 
                     10: <foil name="OneB" value="False">
                     11: <startouttext />This is statement OneB of concept One.  False<endouttext />
                     12: </foil>
                     13: 
                     14: <foil name="OneC" value="True">
                     15: <startouttext />This is statement OneC of concept One.  True<endouttext />
                     16: </foil>
                     17: 		</conceptgroup>
                     18: 
                     19: 		<conceptgroup concept="Two">
                     20: <foil name="TwoA" value="True">
                     21: <startouttext />This is statement TwoA of concept Two.  True<endouttext />
                     22: </foil>
                     23: <foil name="TwoB" value="False">
                     24: <startouttext />This is statement TwoB of concept Two.  False<endouttext />
                     25: </foil>
                     26: 		</conceptgroup>
                     27: 
                     28: 		<conceptgroup concept="Three">
                     29: <foil name="ThreeA" value="True">
                     30: <startouttext />This is statement ThreeA of concept Three.  True<endouttext />
                     31: </foil>
                     32: <foil name="ThreeB" value="False">
                     33: <startouttext />This is statement ThreeB of concept Three.  False<endouttext />
                     34: </foil>
                     35: 		</conceptgroup>
                     36: 
                     37: 		<conceptgroup concept="Four">
                     38: <foil name="FourA" value="True">
                     39: <startouttext />This is statement FourA of concept Four.  True<endouttext />
                     40: </foil>
                     41: <foil name="FourB" value="False">
                     42: <startouttext />This is statement FourB of concept Four.  False<endouttext />
                     43: </foil>
                     44: 		</conceptgroup>
                     45:     </foilgroup>
                     46:     <hintgroup><startouttext />Add hint text here.<endouttext />
                     47:     </hintgroup>
                     48: </optionresponse>
                     49: </problem>

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