-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix auto grading not working for multiple choice questions when multiple correct answers #6906
Conversation
WordPress Dependencies ReportThe
This comment was automatically generated by the |
Codecov Report
@@ Coverage Diff @@
## trunk #6906 +/- ##
=========================================
Coverage 46.88% 46.88%
Complexity 10190 10190
=========================================
Files 554 554
Lines 36751 36751
Branches 381 381
=========================================
Hits 17230 17230
Misses 19215 19215
Partials 306 306 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Are you testing on an entry that was already graded/saved? If yes, could you try on a new grading entry? I've noticed that the auto-grade is not working for already graded/saved entries but that's another issue... Here's how it looks on my end: CqQ4GC.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great for multiple correct answers, thank you! 👍
Depends on #6884
Proposed Changes
This fixes the multiple choice questions auto grading not working when there are multiple correct answers.
Testing Instructions
Pre-Merge Checklist