File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.5: download - view: text, annotated - select for diffs
Wed Dec 11 15:21:45 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, HEAD
Hide some of the multiple concept group templates, slighty reduce number of
foils in other templates.

    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: <foil name="foil6" value="unused">
   38: <startouttext />This is foil Six, and it is currently set to "unused."
   39: <endouttext />
   40: </foil>
   41: 
   42:     </foilgroup>
   43:     
   44:     <hintgroup><startouttext />Add hint text here.<endouttext />
   45:     </hintgroup>
   46: 
   47: </radiobuttonresponse>
   48: 
   49: </problem>

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