File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.8: download - view: text, annotated - select for diffs
Wed Apr 21 20:37:41 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
No more "Add hint text here." in future questions.

    1: <problem>
    2: 
    3: <startouttext />Enter the text of the question here.<endouttext />
    4: 
    5: <radiobuttonresponse max="10" randomize="yes">
    6: 
    7:     <foilgroup>
    8: 
    9: <foil location="random" value="true" name="foil1">
   10: <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.
   11: <endouttext />
   12: </foil>
   13: 
   14: <foil location="random" value="true" name="foil2">
   15: <startouttext />This is foil Two, and it is currently set to "true."  Only one true foil is selected.
   16: <endouttext />
   17: </foil>
   18: 
   19: <foil location="random" value="false" name="foil3">
   20: <startouttext />This is foil Three, and it is currently set to "false."
   21: <endouttext />
   22: </foil>
   23: 
   24: <foil location="random" value="false" name="foil4">
   25: <startouttext />This is foil Four, and it is currently set to "false."
   26: <endouttext />
   27: </foil>
   28: 
   29: <foil location="random" value="false" name="foil5">
   30: <startouttext />This is foil Five, and it is currently set to "false."
   31: <endouttext />
   32: </foil>
   33: 
   34:     </foilgroup>
   35:     
   36:     <hintgroup><startouttext /><endouttext />
   37:     </hintgroup>
   38: 
   39: </radiobuttonresponse>
   40: 
   41: </problem>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>