Annotation of loncom/homework/templates/SelectFromOptions-Simple.problem, revision 1.2
1.2 ! albertel 1: <problem><startouttext />Type Question Here.<endouttext />
1.1 albertel 2: <optionresponse max="10">
3: <foilgroup options="('True','False')">
1.2 ! albertel 4: <foil name="Foil1" value="True">
1.1 albertel 5: <startouttext />This is foil One. True<endouttext />
6: </foil>
1.2 ! albertel 7: <foil name="Foil2" value="False">
1.1 albertel 8: <startouttext />This is foil Two. False<endouttext />
9: </foil>
1.2 ! albertel 10: <foil name="Foil3" value="True">
1.1 albertel 11: <startouttext />This is foil Three. True<endouttext />
12: </foil>
1.2 ! albertel 13: <foil name="Foil4" value="False">
1.1 albertel 14: <startouttext />This is foil Four. False<endouttext />
15: </foil>
1.2 ! albertel 16: <foil name="Foil5" value="True">
1.1 albertel 17: <startouttext />This is foil Five. True<endouttext />
18: </foil>
1.2 ! albertel 19: <foil name="Foil6" value="False">
1.1 albertel 20: <startouttext />This is foil Six. False<endouttext />
21: </foil>
1.2 ! albertel 22: <foil name="Foil7" value="True">
1.1 albertel 23: <startouttext />This is foil Seven. True<endouttext />
24: </foil>
1.2 ! albertel 25: <foil name="Foil8" value="False">
1.1 albertel 26: <startouttext />This is foil Eight. False<endouttext />
27: </foil>
28:
29: </foilgroup>
30: <hintgroup><startouttext />Add hint text here.<endouttext />
31: </hintgroup>
32: </optionresponse>
33: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>