Annotation of loncom/homework/templates/reaction.problem, revision 1.3
1.1 albertel 1: <problem>
1.2 bisitz 2:
1.1 albertel 3: <script type="loncapa/perl">
1.3 ! www 4: # you could randomize here
1.1 albertel 5: $formula = "C2H5OH";
6: $name = "ethanol";
7: $answer = "C2H5OH + 3O2 -> 2CO2 + 3H2O";
8: </script>
1.2 bisitz 9:
1.1 albertel 10: <startouttext />
1.2 bisitz 11: <p>
12: Write a balanced reaction for the complete combustion of $name (<chem>$formula</chem>) in oxygen, using the smallest integer coefficients.
13: </p>
1.1 albertel 14: <endouttext />
1.2 bisitz 15:
16: <reactionresponse answer="$answer" initial="$formula ->">
1.1 albertel 17: <textline readonly="yes" />
1.2 bisitz 18: </reactionresponse>
19:
1.1 albertel 20: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>