File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jun 6 08:55:35 2002 UTC (21 years, 11 months 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><startouttext />Type Question Here.<endouttext />
    2: <optionresponse max="10">
    3:     <foilgroup options="('True','False')">
    4: <foil name="Foil1" value="True">
    5: <startouttext />This is foil One.  True<endouttext />
    6: </foil>
    7: <foil name="Foil2" value="False">
    8: <startouttext />This is foil Two.  False<endouttext />
    9: </foil>
   10: <foil name="Foil3" value="True">
   11: <startouttext />This is foil Three.  True<endouttext />
   12: </foil>
   13: <foil name="Foil4" value="False">
   14: <startouttext />This is foil Four.  False<endouttext />
   15: </foil>
   16: <foil name="Foil5" value="True">
   17: <startouttext />This is foil Five.  True<endouttext />
   18: </foil>
   19: <foil name="Foil6" value="False">
   20: <startouttext />This is foil Six.  False<endouttext />
   21: </foil>
   22: <foil name="Foil7" value="True">
   23: <startouttext />This is foil Seven.  True<endouttext />
   24: </foil>
   25: <foil name="Foil8" value="False">
   26: <startouttext />This is foil Eight.  False<endouttext />
   27: </foil>
   28: 
   29:     </foilgroup>
   30:     <hintgroup><startouttext />Add hint text here.<endouttext />
   31:     </hintgroup>
   32: </optionresponse>
   33: </problem>

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