File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.11: download - view: text, annotated - select for diffs
Thu Dec 5 17:43:22 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0, HEAD
Punctuation

    1: <problem>
    2: 
    3: <startouttext />
    4: Type Question Here.
    5: <endouttext />
    6: 
    7: <optionresponse max="10" randomize="yes">
    8:     <foilgroup options="('Green','Red','Blue')">
    9:         <foil location="random" value="Green" name="Foil1">
   10:             <startouttext />This is foil One. It is currently set to "Green".<endouttext />
   11:         </foil>
   12:         <foil location="random" value="Red" name="Foil2">
   13:             <startouttext />This is foil Two. It is currently set to "Red".<endouttext />
   14:         </foil>
   15:         <foil location="random" value="Blue" name="Foil3">
   16:             <startouttext />This is foil Three. It is currently set to "Blue".<endouttext />
   17:         </foil>
   18:         <foil location="random" value="Red" name="Foil4">
   19:             <startouttext />This is foil Four. It is currently set to "Red".<endouttext />
   20:         </foil>
   21:     </foilgroup>
   22:     <hintgroup>
   23:         <startouttext /><endouttext />
   24:     </hintgroup>
   25: </optionresponse>
   26: 
   27: </problem>

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