WeBWorK Problems

custom answer checker for RadioMultiAnswer

Re: custom answer checker for RadioMultiAnswer

by Glenn Rice -
Number of replies: 0

It seems that you can't call Value::Error in a RadioMultiAnswer checker.  You will need to user $self->appendMessage instead.  That doesn't throw an exception, so you will also need to explicitly "return 0".