"How make Webwork display *MULTILINE* string answers properly when student wants Webwork to "Show correct answers" ?
Davide attached the last iteration of some mods to contextArbitraryString.pl
that fixed the display of multiline answers.
If I understand correctly, it basically now uses HTML instead of Latex
with the addition of Context()->flags->set(noLaTeXresults => 1); to
problem files with string answers among other niceties.
Now that I'm upgrading to a newer version of Webwork, is this still needed?
Should I just replace original contextArbitraryString.pl with this one?
I did a diff of both versions and it wasn't clear if that would work.
Can these fixes possibly be added to Webwork source if they haven't already, or, is there another way to avoid issues when upgrading?
Thanks!
chris