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