WeBWorK Problems

Error that only sometimes appears with contextInequalities

Re: Error that only sometimes appears with contextInequalities

by Davide Cervone -
Number of replies: 0
Sorry, it should be
    from => $context
not
    from => "Interval"
My mistake. You want to take the "NONE" from the Inequalities context, not the Interval context. But due to a bug in the redefine() method, you can't do it by giving its name, but must give a pointer to the context object instead.

Davide