File:  [LON-CAPA] / loncom / homework / templates / reaction_hint.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jul 7 23:38:39 2009 UTC (14 years, 9 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_8_99_0, 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_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Updated reaction and organic response templates, including hints

<problem>

<startouttext />
<p>
Write a balanced reaction for hydrogen gas and oxygen gas forming water, using the smallest integer coefficients.
</p>
<endouttext />

<reactionresponse answer="2H2 + O2 -> 2H2O" initial="">
    <textline readonly="yes" />
    <hintgroup showoncorrect="no">

        <reactionhint answer="H2 + O -> H2O" name="gas"/>
        <hintpart on="gas">
            <startouttext />Oxygen is a diatomic gas.<endouttext />
        </hintpart>

        <stringhint answer="/\((s|l|g)\)/" name="state" type="re" />
        <hintpart on="state">
            <startouttext />Do not include symbols for state of matter in your answer.<endouttext />
        </hintpart>

    </hintgroup>
</reactionresponse>

</problem>

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