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

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

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