Annotation of loncom/homework/templates/SimpleTrueFalse.problem, revision 1.2
1.1 www 1: <problem><startouttext />Type Question Here.<endouttext />
2: <optionresponse max="10">
3: <foilgroup options="('True','False')">
4: <foil name="Foil1" value="True">
5: <startouttext />This is foil One. It is currently set to "True."<endouttext />
6: </foil>
7: <foil name="Foil2" value="False">
8: <startouttext />This is foil Two. It is currently set to "False."<endouttext />
9: </foil>
10: <foil name="Foil3" value="True">
11: <startouttext />This is foil Three. It is currently set to "True."<endouttext />
12: </foil>
13: <foil name="Foil4" value="False">
14: <startouttext />This is foil Four. It is currently set to "False."<endouttext />
15: </foil>
16: <foil name="Foil5" value="True">
17: <startouttext />This is foil Five. It is currently set to "True."<endouttext />
18: </foil>
19: <foil name="Foil6" value="False">
20: <startouttext />This is foil Six. It is currently set to "False."<endouttext />
21: </foil>
22:
23: </foilgroup>
1.2 ! www 24: <hintgroup><startouttext /><endouttext />
1.1 www 25: </hintgroup>
26: </optionresponse>
27: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>