File:  [LON-CAPA] / loncom / homework / templates / SimpleTrueFalse.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 11 19:53:07 2003 UTC (21 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003, HEAD
Cut down total number of templated foils
Try to address confusion about what OptionResponse can do, and add
True/False, which is what people are looking for.

    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. It is currently set to "True."<endouttext />
    6: </foil>
    7: <foil name="Foil2" value="False">
    8: <startouttext />This is foil Two. It is currently set to "False."<endouttext />
    9: </foil>
   10: <foil name="Foil3" value="True">
   11: <startouttext />This is foil Three. It is currently set to "True."<endouttext />
   12: </foil>
   13: <foil name="Foil4" value="False">
   14: <startouttext />This is foil Four. It is currently set to "False."<endouttext />
   15: </foil>
   16: <foil name="Foil5" value="True">
   17: <startouttext />This is foil Five. It is currently set to "True."<endouttext />
   18: </foil>
   19: <foil name="Foil6" value="False">
   20: <startouttext />This is foil Six. It is currently set to "False."<endouttext />
   21: </foil>
   22: 
   23:     </foilgroup>
   24:     <hintgroup><startouttext />Add hint text here.<endouttext />
   25:     </hintgroup>
   26: </optionresponse>
   27: </problem>

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