Skip to content

Make sure to account for an undefined ANSWER_ENTRY_ORDER in the single problem grader. (Hotfix of #3195) - #3196

Open
drgrice1 wants to merge 1 commit into
openwebwork:mainfrom
drgrice1:bugfix/grader-undef-answer-order-hotfix
Open

Make sure to account for an undefined ANSWER_ENTRY_ORDER in the single problem grader. (Hotfix of #3195)#3196
drgrice1 wants to merge 1 commit into
openwebwork:mainfrom
drgrice1:bugfix/grader-undef-answer-order-hotfix

Conversation

@drgrice1

@drgrice1 drgrice1 commented Sep 3, 2026

Copy link
Copy Markdown
Member

Previously the problem grader could only be made visible when the problem successfully rendered. Now that it is always visible, a little more care is needed. The ANSWER_ENTRY_ORDER array in the PG flags will not be defined if the problem does not successfully render.

This fixes issue #3194.

…gle problem grader.

Previously the problem grader could only be made visible when the
problem successfully rendered.  Now that it is always visible, a little
more care is needed.  The `ANSWER_ENTRY_ORDER` array in the PG flags
will not be defined if the problem does not successfully render.

This fixes issue openwebwork#3194.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants