File:  [LON-CAPA] / loncom / homework / templates / SimpleTrueFalse.problem
Revision 1.5: download - view: text, annotated - select for diffs
Sun Sep 5 20:50:44 2010 UTC (13 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, 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_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Bug #6329

    1: <problem>
    2: 
    3: <startouttext />
    4: Type Question Here.
    5: <endouttext />
    6: 
    7: <optionresponse max="10">
    8:     <foilgroup options="('True','False')" checkboxvalue="True" checkboxoptions="nochoice">
    9:         <foil name="Foil1" value="True">
   10:             <startouttext />This is foil One. It is currently set to "True."<endouttext />
   11:         </foil>
   12:         <foil name="Foil2" value="False">
   13:             <startouttext />This is foil Two. It is currently set to "False."<endouttext />
   14:         </foil>
   15:         <foil name="Foil3" value="True">
   16:             <startouttext />This is foil Three. It is currently set to "True."<endouttext />
   17:         </foil>
   18:         <foil name="Foil4" value="False">
   19:             <startouttext />This is foil Four. It is currently set to "False."<endouttext />
   20:         </foil>
   21:         <foil name="Foil5" value="True">
   22:             <startouttext />This is foil Five. It is currently set to "True."<endouttext />
   23:         </foil>
   24:         <foil name="Foil6" value="False">
   25:             <startouttext />This is foil Six. It is currently set to "False."<endouttext />
   26:         </foil>
   27:     </foilgroup>
   28:     <hintgroup>
   29:         <startouttext /><endouttext />
   30:     </hintgroup>
   31: </optionresponse>
   32: 
   33: </problem>

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