WeBWorK Problems

Parser::Number::Decimals(); ?

Re: Parser::Number::Decimals(); ?

by Davide Cervone -
Number of replies: 0
You can use
    Context()->flags->remove("NumberCheck");
to remove the check that Parser::Number::NoDecimals() installs.