File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.11: download - view: text, annotated - select for diffs
Thu Dec 5 17:43:22 2013 UTC (10 years, 4 months ago) by bisitz
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, HEAD
Punctuation

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