Annotation of loncom/homework/templates/SelectFromOptions-Simple.problem, revision 1.4
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.1 albertel 12: </foilgroup>
13: <hintgroup><startouttext />Add hint text here.<endouttext />
14: </hintgroup>
15: </optionresponse>
16: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>