DOCUMENT();loadMacros("PGstandard.pl","parserPopUp.pl",);TEXT(beginproblem());$popup = PopUp(["?", "a>b", "a=b", "a<b"], "a<b");BEGIN_TEXTTest: \{ $popup->menu() \}.$PAREND_TEXTANS( $popup->cmp() );Context()->texStrings;SOLUTION(EV3(<<'END_SOLUTION'));$PAR SOLUTION $PARThe correct answer is \{ $popup->correct_ans() \}words.END_SOLUTIONContext()->normalStrings;ENDDOCUMENT();
When I select "Show correct answers", the answer is not printed correctly in the Correct column:
How should I fix it? Many thanks!
Liping