WeBWorK Problems

Using step() with parser

Using step() with parser

by David Gilliam -
Number of replies: 1
I have not been able to use the webwork function step with answers checked using the parser. Of course I can use the old answer checkers but I was wondering if step has been replaced or eliminated  in the parser?



Thanks
In reply to David Gilliam

Re: Using step() with parser

by Davide Cervone -
The step() and fact() functions are not part of the standard Numeric context. There are in a different context, however, so if you want them, use Context("LegacyNumeric") rather than Context("Numeric") instead.

Davide