WeBWorK Problems

Unrandomizing answers in pgchoicemacros.pl

Re: Unrandomizing answers in pgchoicemacros.pl

by Alex Jordan -
Number of replies: 0

Glenn has identified the real cause. At the stage where I was looking closely at WeBWorK code revision, I was only looking at PGchoicemacros.pl. But it turned out to be a change in PGbasicmacros.pl. In any case it is an issue with perl randomizing hash order, and it sounds like the PR I opened (https://github.com/openwebwork/pg/pull/1102) will address this. If you can wait for a parallel PR to be merged into the main pg branch, that is best. If you cannot wait, you could manually apply those changes.