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