File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.3: download - view: text, annotated - select for diffs
Thu Jun 6 08:55:35 2002 UTC (22 years ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- updated templates by felicia

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

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