File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.2: download - view: text, annotated - select for diffs
Wed Nov 7 21:38:41 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring, stable_2002_april, stable_2001_fall, HEAD
- missing text blocks

    1: <problem>
    2: 
    3: <startouttext />
    4: Enter the text of the question here.
    5: <endouttext />
    6: 
    7: <radiobuttonresponse max="10">
    8: 
    9:     <foilgroup>
   10: 
   11: <foil name="foil1" value="true">
   12: <startouttext />This foil1 and it it is true.  All other answers must be "false" or "unused".<endouttext />
   13: </foil>
   14: 
   15: <foil name="foil2" value="false">
   16: <startouttext />This is foil2 and it is false.<endouttext />
   17: </foil>
   18: 
   19: <foil name="foil3" value="false">
   20: <startouttext />This is foil3 and it is false.<endouttext />
   21: </foil>
   22: 
   23: <foil name="foil4" value="false">
   24: <startouttext />This is foil4 and it is false.<endouttext />
   25: </foil>
   26: 
   27: <foil name="foil5" value="false">
   28: <startouttext />This is foil5 and it is false.<endouttext />
   29: </foil>
   30: 
   31: <foil name="foil6" value="unused">
   32: <startouttext />This is foil6 and it is unsused.<endouttext />
   33: </foil>
   34: 
   35: <foil name="foil7" value="unused">
   36: <startouttext />This is foil7 and it is unsused.<endouttext />
   37: </foil>
   38: 
   39: <foil name="foil8" value="unused">
   40: <startouttext />This is foil8 and it is unsused.<endouttext />
   41: </foil>
   42: 
   43: <foil name="foil9" value="unused">
   44: <startouttext />This is foil9 and it is unsused.<endouttext />
   45: </foil>
   46: 
   47: <foil name="foil10" value="unused">
   48: <startouttext />This is foil10 and it is unsused.<endouttext />
   49: </foil>
   50: 
   51:     </foilgroup>
   52:     
   53:     <hintgroup><startouttext />Add hint text here.<endouttext />
   54:     </hintgroup>
   55: 
   56: </radiobuttonresponse>
   57: 
   58: </problem>

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