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

1.1     ! albertel    1: <problem><startouttext />Type Question Here.
        !             2: <br /> <br />In the problem editor:
        !             3: Set the delete above to yes and click "Submit 
        !             4: Changes" to delete this Text Block.  Change the "4" 
        !             5: below to "3" and only three of the four concept 
        !             6: group foils will be displayed.<endouttext />
        !             7: <optionresponse max="4">
        !             8:     <foilgroup options="('True','False')">
        !             9: 		<conceptgroup concept="One">
        !            10: <foil name="OneA" value="True">
        !            11: <startouttext />This is statement OneA of concept One.  True<endouttext />
        !            12: </foil>
        !            13: 
        !            14: <foil name="OneB" value="False">
        !            15: <startouttext />This is statement OneB of concept One.  False<endouttext />
        !            16: </foil>
        !            17: 
        !            18: <foil name="OneC" value="True">
        !            19: <startouttext />This is statement OneC of concept One.  True<endouttext />
        !            20: </foil>
        !            21: 		</conceptgroup>
        !            22: 
        !            23: 		<conceptgroup concept="Two">
        !            24: <foil name="TwoA" value="True">
        !            25: <startouttext />This is statement TwoA of concept Two.  True<endouttext />
        !            26: </foil>
        !            27: <foil name="TwoB" value="False">
        !            28: <startouttext />This is statement TwoB of concept Two.  False<endouttext />
        !            29: </foil>
        !            30: 		</conceptgroup>
        !            31: 
        !            32: 		<conceptgroup concept="Three">
        !            33: <foil name="ThreeA" value="True">
        !            34: <startouttext />This is statement ThreeA of concept Three.  True<endouttext />
        !            35: </foil>
        !            36: <foil name="ThreeB" value="False">
        !            37: <startouttext />This is statement ThreeB of concept Three.  False<endouttext />
        !            38: </foil>
        !            39: 		</conceptgroup>
        !            40: 
        !            41: 		<conceptgroup concept="Four">
        !            42: <foil name="FourA" value="True">
        !            43: <startouttext />This is statement FourA of concept Four.  True<endouttext />
        !            44: </foil>
        !            45: <foil name="FourB" value="False">
        !            46: <startouttext />This is statement FourB of concept Four.  False<endouttext />
        !            47: </foil>
        !            48: 		</conceptgroup>
        !            49:     </foilgroup>
        !            50:     <hintgroup><startouttext />Add hint text here.<endouttext />
        !            51:     </hintgroup>
        !            52: </optionresponse>
        !            53: </problem>

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