File:  [LON-CAPA] / loncom / homework / templates / RadioResponse.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 9 19:18:54 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added a bunch of templates

    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: This foil1 and it it is true.  All other answers must be "false" or "unused".
   13: </foil>
   14: 
   15: <foil name="foil2" value="false">
   16: This is foil2 and it is false.
   17: </foil>
   18: 
   19: <foil name="foil3" value="false">
   20: This is foil3 and it is false.
   21: </foil>
   22: 
   23: <foil name="foil4" value="false">
   24: This is foil4 and it is false.
   25: </foil>
   26: 
   27: <foil name="foil5" value="false">
   28: This is foil5 and it is false.
   29: </foil>
   30: 
   31: <foil name="foil6" value="unused">
   32: This is foil6 and it is unsused.
   33: </foil>
   34: 
   35: <foil name="foil7" value="unused">
   36: This is foil7 and it is unsused.
   37: </foil>
   38: 
   39: <foil name="foil8" value="unused">
   40: This is foil8 and it is unsused.
   41: </foil>
   42: 
   43: <foil name="foil9" value="unused">
   44: This is foil9 and it is unsused.
   45: </foil>
   46: 
   47: <foil name="foil10" value="unused">
   48: This is foil10 and it is unsused.
   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>