Annotation of loncom/homework/templates/reaction.problem, revision 1.2
1.1 albertel 1: <problem>
1.2 ! bisitz 2:
1.1 albertel 3: <script type="loncapa/perl">
4: $formula = "C2H5OH";
5: $name = "ethanol";
6: $answer = "C2H5OH + 3O2 -> 2CO2 + 3H2O";
7: </script>
1.2 ! bisitz 8:
1.1 albertel 9: <startouttext />
1.2 ! bisitz 10: <p>
! 11: Write a balanced reaction for the complete combustion of $name (<chem>$formula</chem>) in oxygen, using the smallest integer coefficients.
! 12: </p>
1.1 albertel 13: <endouttext />
1.2 ! bisitz 14:
! 15: <reactionresponse answer="$answer" initial="$formula ->">
1.1 albertel 16: <textline readonly="yes" />
17: <hintgroup showoncorrect="no">
1.2 ! bisitz 18: <stringhint answer="/\(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>
1.1 albertel 22: </hintgroup>
1.2 ! bisitz 23: </reactionresponse>
! 24:
1.1 albertel 25: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>