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, 3 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

<problem>

<startouttext />
Type Question Here.
<endouttext />

<optionresponse max="10">
    <foilgroup options="('True','False')" checkboxvalue="True">
        <foil name="Foil1" value="True">
            <startouttext />This is foil One. It is currently set to "True."<endouttext />
        </foil>
        <foil name="Foil2" value="False">
            <startouttext />This is foil Two. It is currently set to "False."<endouttext />
        </foil>
        <foil name="Foil3" value="True">
            <startouttext />This is foil Three. It is currently set to "True."<endouttext />
        </foil>
        <foil name="Foil4" value="False">
            <startouttext />This is foil Four. It is currently set to "False."<endouttext />
        </foil>
        <foil name="Foil5" value="True">
            <startouttext />This is foil Five. It is currently set to "True."<endouttext />
        </foil>
        <foil name="Foil6" value="False">
            <startouttext />This is foil Six. It is currently set to "False."<endouttext />
        </foil>
    </foilgroup>
    <hintgroup>
        <startouttext /><endouttext />
    </hintgroup>
</optionresponse>

</problem>

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