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
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
Davide