File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ =head1 DESCRIPTION
117117correct answer in the form the correct answer is given (molecular or
118118condensed structural form). If you want to allow either form, then
119119you can set the flag C<acceptMolecularForm > to C<1 > , in which case,
120- the student's answwer is compared first to the original correct answer
120+ the student's answer is compared first to the original correct answer
121121and then to its molecular form. For example, if the correct answer is
122- ` (NH_4)_3PO_4` , then a student answer of ` N_3H_12PO_4` would also be
122+ C< (NH_4)_3PO_4 > , then a student answer of C< N_3H_12PO_4 > would also be
123123considered correct when this flag is set to C<1 > .
124124
125125You can convert a compound (or every term of a complete reaction) to
@@ -128,7 +128,7 @@ =head1 DESCRIPTION
128128
129129 $R = Compute("CH_3CH_2CH_3")->molecularForm;
130130
131- would make C<$R > be the quivalent of C<Compute("C_3H_8") > .
131+ would make C<$R > be the equivalent of C<Compute("C_3H_8") > .
132132
133133Note that student answers aren't reduced to molecular form when
134134C<acceptMolecularForm > is true. If you want to allow students to
You can’t perform that action at this time.
0 commit comments