File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.6: download - view: text, annotated - select for diffs
Tue Mar 11 19:53:07 2003 UTC (21 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003, HEAD
Cut down total number of templated foils
Try to address confusion about what OptionResponse can do, and add
True/False, which is what people are looking for.

    1: <problem>
    2: 
    3: <startouttext />Enter the text of the question here. Of the foils provided,
    4: LON-CAPA will randomly select one "true" foil,
    5: and "false" foils up the "Max Number Of Shown Foils."
    6: <endouttext />
    7: 
    8: <radiobuttonresponse max="10">
    9: 
   10:     <foilgroup>
   11: 
   12: <foil name="foil1" value="true">
   13: <startouttext />This is foil One, and it is currently set to "true."
   14: <endouttext />
   15: </foil>
   16: 
   17: <foil name="foil2" value="true">
   18: <startouttext />This is foil Two, and it is currently set to "true."
   19: <endouttext />
   20: </foil>
   21: 
   22: <foil name="foil3" value="false">
   23: <startouttext />This is foil Three, and it is currently set to "false."
   24: <endouttext />
   25: </foil>
   26: 
   27: <foil name="foil4" value="false">
   28: <startouttext />This is foil Four, and it is currently set to "false."
   29: <endouttext />
   30: </foil>
   31: 
   32: <foil name="foil5" value="unused">
   33: <startouttext />This is foil Five, and it is currently set to "unused."
   34: <endouttext />
   35: </foil>
   36: 
   37:     </foilgroup>
   38:     
   39:     <hintgroup><startouttext />Add hint text here.<endouttext />
   40:     </hintgroup>
   41: 
   42: </radiobuttonresponse>
   43: 
   44: </problem>

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