Annotation of loncom/homework/templates/reaction_hint.problem, revision 1.1

1.1     ! www         1: <problem>
        !             2: 
        !             3: <startouttext />
        !             4: <p>
        !             5: Write a balanced reaction for hydrogen gas and oxygen gas forming water, using the smallest integer coefficients.
        !             6: </p>
        !             7: <endouttext />
        !             8: 
        !             9: <reactionresponse answer="2H2 + O2 -> 2H2O" initial="">
        !            10:     <textline readonly="yes" />
        !            11:     <hintgroup showoncorrect="no">
        !            12: 
        !            13:         <reactionhint answer="H2 + O -> H2O" name="gas"/>
        !            14:         <hintpart on="gas">
        !            15:             <startouttext />Oxygen is a diatomic gas.<endouttext />
        !            16:         </hintpart>
        !            17: 
        !            18:         <stringhint answer="/\((s|l|g)\)/" name="state" type="re" />
        !            19:         <hintpart on="state">
        !            20:             <startouttext />Do not include symbols for state of matter in your answer.<endouttext />
        !            21:         </hintpart>
        !            22: 
        !            23:     </hintgroup>
        !            24: </reactionresponse>
        !            25: 
        !            26: </problem>

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