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

1.3     ! www         1: <problem><startouttext />Type Question Here.
1.2       albertel    2: <endouttext />
                      3: <optionresponse max="10">
1.3     ! www         4:     <foilgroup options="('Green','Red')">
1.1       albertel    5: 		<conceptgroup concept="One">
1.3     ! www         6: <foil name="OneA" value="Green">
        !             7: <startouttext />This is statement OneA of concept One.  Green<endouttext />
1.1       albertel    8: </foil>
                      9: 
1.3     ! www        10: <foil name="OneB" value="Red">
        !            11: <startouttext />This is statement OneB of concept One.  Red<endouttext />
1.1       albertel   12: </foil>
                     13: 
1.3     ! www        14: <foil name="OneC" value="Green">
        !            15: <startouttext />This is statement OneC of concept One.  Green<endouttext />
1.1       albertel   16: </foil>
                     17: 		</conceptgroup>
                     18: 
                     19: 		<conceptgroup concept="Two">
1.3     ! www        20: <foil name="TwoA" value="Green">
        !            21: <startouttext />This is statement TwoA of concept Two.  Green<endouttext />
1.1       albertel   22: </foil>
1.3     ! www        23: <foil name="TwoB" value="Red">
        !            24: <startouttext />This is statement TwoB of concept Two.  Red<endouttext />
1.1       albertel   25: </foil>
                     26: 		</conceptgroup>
                     27: 
                     28: 		<conceptgroup concept="Three">
1.3     ! www        29: <foil name="ThreeA" value="Green">
        !            30: <startouttext />This is statement ThreeA of concept Three.  Green<endouttext />
1.1       albertel   31: </foil>
1.3     ! www        32: <foil name="ThreeB" value="Red">
        !            33: <startouttext />This is statement ThreeB of concept Three.  Red<endouttext />
1.1       albertel   34: </foil>
                     35: 		</conceptgroup>
                     36: 
                     37: 		<conceptgroup concept="Four">
1.3     ! www        38: <foil name="FourA" value="Green">
        !            39: <startouttext />This is statement FourA of concept Four.  Green<endouttext />
1.1       albertel   40: </foil>
1.3     ! www        41: <foil name="FourB" value="Red">
        !            42: <startouttext />This is statement FourB of concept Four.  Red<endouttext />
1.1       albertel   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>