WeBWorK Problems

Odd number of elements in anonymous hash

Re: Odd number of elements in anonymous hash

by Alex Jordan -
Number of replies: 0
There is a line of code:

Context()->strings->add(None=>{},"No solution"=>{None});

with an anonymous hash reference {None} that only has the bareword None in it, not a key-value pair. I would suspect that is the source of this error message.