File:  [LON-CAPA] / loncom / homework / templates / SimpleTrueFalse.problem
Revision 1.4: download - view: text, annotated - select for diffs
Sat Feb 6 17:57:04 2010 UTC (14 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_10_0_RC1, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3
* Template adjusted for new two-option checkbox
* Fixed template for normal optionresponse

    1: <problem>
    2: 
    3: <startouttext />
    4: Type Question Here.
    5: <endouttext />
    6: 
    7: <optionresponse max="10">
    8:     <foilgroup options="('True','False')" checkboxvalue="True">
    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>