File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.10: 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_11_0_RC2, version_2_11_0_RC1, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
* Template adjusted for new two-option checkbox
* Fixed template for normal optionresponse

<problem>

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

<optionresponse max="10" randomize="yes">
    <foilgroup options="('Green','Red','Blue')">
        <foil location="random" value="Green" name="Foil1">
            <startouttext />This is foil One. It is currently set to "Green."<endouttext />
        </foil>
        <foil location="random" value="Red" name="Foil2">
            <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
        </foil>
        <foil location="random" value="Blue" name="Foil3">
            <startouttext />This is foil Three. It is currently set to "Blue."<endouttext />
        </foil>
        <foil location="random" value="Red" name="Foil4">
            <startouttext />This is foil Four. It is currently set to "Red."<endouttext />
        </foil>
    </foilgroup>
    <hintgroup>
        <startouttext /><endouttext />
    </hintgroup>
</optionresponse>

</problem>

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