WeBWorK Problems

combining parserMultiAnswer and LABELED_ANS

Re: combining parserMultiAnswer and LABELED_ANS

by Andrew Parker -
Number of replies: 0
This is perfect. I crafted a little workaround to hide the ggbEntry (as the whole point is to work it out for oneself) using the following in the checker:

$self->{ans}[0]->{preview_text_string} = "hidden";
$self->{ans}[0]->{preview_latex_string} = "hidden";

But now, with the singleResult=>1, I can set the format to not even display either %1 or %2, however the situation requires.

You've been a massive help, thanks again!