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

    1: <problem><startouttext />Type Question Here.
    2: <br /> <br />In the problem editor:
    3: Set the delete above to yes and click "Submit 
    4: Changes" to delete this Text Block.  Change the "8" 
    5: below to "5" and only five of the eight foils will
    6: be displayed.  <endouttext />
    7: <optionresponse max="10">
    8:     <foilgroup options="('True','False')">
    9: <foil name="One" value="True">
   10: <startouttext />This is foil One.  True<endouttext />
   11: </foil>
   12: <foil name="Two" value="False">
   13: <startouttext />This is foil Two.  False<endouttext />
   14: </foil>
   15: <foil name="Three" value="True">
   16: <startouttext />This is foil Three.  True<endouttext />
   17: </foil>
   18: <foil name="Four" value="False">
   19: <startouttext />This is foil Four.  False<endouttext />
   20: </foil>
   21: <foil name="Five" value="True">
   22: <startouttext />This is foil Five.  True<endouttext />
   23: </foil>
   24: <foil name="Six" value="False">
   25: <startouttext />This is foil Six.  False<endouttext />
   26: </foil>
   27: <foil name="Seven" value="True">
   28: <startouttext />This is foil Seven.  True<endouttext />
   29: </foil>
   30: <foil name="Eight" value="False">
   31: <startouttext />This is foil Eight.  False<endouttext />
   32: </foil>
   33: 
   34:     </foilgroup>
   35:     <hintgroup><startouttext />Add hint text here.<endouttext />
   36:     </hintgroup>
   37: </optionresponse>
   38: </problem>

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