Skip to content

Fix how parserRadioMultiAnswer.pl answers are counted as unanswered when grading a test (hotfix of #3208) - #3209

Open
drgrice1 wants to merge 1 commit into
openwebwork:mainfrom
drgrice1:test-unanswered-radio-multi-hotfix
Open

Fix how parserRadioMultiAnswer.pl answers are counted as unanswered when grading a test (hotfix of #3208)#3209
drgrice1 wants to merge 1 commit into
openwebwork:mainfrom
drgrice1:test-unanswered-radio-multi-hotfix

Conversation

@drgrice1

@drgrice1 drgrice1 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Currently the javascript considers all of the inputs. However, the inputs in the unchecked parts of a RadioMultiAnswer will not have an answer, and should not affect whether a question is determined to be answered or not. So the part sub answers for the unchecked radio buttons are ignored, and only the checked radio button answers considered.

…hen grading a test.

Currently the javascript considers all of the inputs.  However, the
inputs in the unchecked parts of a `RadioMultiAnswer` will not have an
answer, and should not affect whether a question is determined to be
answered or not. So the part sub answers for the unchecked radio buttons
are ignored, and only the checked radio button answers considered.
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