Annotation of loncom/homework/templates/SelectFromOptions-Simple.problem, revision 1.5
1.2 albertel 1: <problem><startouttext />Type Question Here.<endouttext />
1.1 albertel 2: <optionresponse max="10">
1.4 www 3: <foilgroup options="('Green','Red')">
4: <foil name="Foil1" value="Green">
5: <startouttext />This is foil One. It is currently set to "Green."<endouttext />
1.1 albertel 6: </foil>
1.4 www 7: <foil name="Foil2" value="Red">
8: <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
1.1 albertel 9: </foil>
1.4 www 10: <foil name="Foil3" value="Green">
11: <startouttext />This is foil Three. It is currently set to "Green."<endouttext />
1.5 ! albertel 12: </foil>
1.1 albertel 13: </foilgroup>
14: <hintgroup><startouttext />Add hint text here.<endouttext />
15: </hintgroup>
16: </optionresponse>
17: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>