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