Annotation of loncom/homework/templates/SelectFromOptions-8ConceptGoups.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 "8" 
        !             5: below to "5" and only five of the eight concept 
        !             6: group foils will be displayed.<endouttext />
        !             7: <optionresponse max="8">
        !             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: 
        !            50: 		<conceptgroup concept="Five">
        !            51: <foil name="FiveA" value="True">
        !            52: <startouttext />This is statement FiveA of concept Five.  True<endouttext />
        !            53: </foil>
        !            54: <foil name="FiveB" value="False">
        !            55: <startouttext />This is statement FiveB of concept Five.  False<endouttext />
        !            56: </foil>
        !            57: 		</conceptgroup>
        !            58: 
        !            59: 		<conceptgroup concept="Six">
        !            60: <foil name="SixA" value="True">
        !            61: <startouttext />This is statement SixA of concept Six.  True<endouttext />
        !            62: </foil>
        !            63: <foil name="SixB" value="False">
        !            64: <startouttext />This is statement SixB of concept Six.  False<endouttext />
        !            65: </foil>
        !            66: 
        !            67: 		</conceptgroup>
        !            68: 
        !            69:                 <conceptgroup concept="Seven">
        !            70: <foil name="SevenA" value="True">
        !            71: <startouttext />This is statement SevenA of concept Seven.  True<endouttext />
        !            72: </foil>
        !            73: <foil name="SevenB" value="False">
        !            74: <startouttext />This is statement SixB of concept Six.  False<endouttext />
        !            75: </foil>
        !            76: 
        !            77:                 </conceptgroup>
        !            78: 
        !            79:                 <conceptgroup concept="Eight">
        !            80: <foil name="EightA" value="True">
        !            81: <startouttext />This is statement EightA of concept Eight.  True<endouttext />
        !            82: </foil>
        !            83: <foil name="EightB" value="False">
        !            84: <startouttext />This is statement EightB of concept Eight.  False<endouttext />
        !            85: </foil>
        !            86: 
        !            87:                 </conceptgroup>
        !            88:     </foilgroup>
        !            89:     <hintgroup><startouttext />Add hint text here.<endouttext />
        !            90:     </hintgroup>
        !            91: </optionresponse>
        !            92: </problem>

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