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

<problem>

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

<optionresponse max="10">
    <foilgroup options="('True','False')" checkboxvalue="True" checkboxoptions="nochoice">
        <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>