-
Notifications
You must be signed in to change notification settings - Fork 35
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: Defensive sanity check of assessment data (fixes #178) #179
Conversation
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.
Looks good, I'm sure there are other items of data that can benefit from this approach both in this plugin and others if anyone has ideas.
I wonder if when these sorts of contradictions are detected we at least log the occurrence in the console so that there is some record of it for debugging purposes. |
Added log for when this discrepancy occurs.
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.
Working as expected in latest FW,
🎉 This PR is included in version 5.1.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fix
Testing
You wouldn't be able to reproduce in the core assessment. For example, our Adapt course had learners with low broadband connection as well as a distributed assessment & various banks of assessments. SCORM & xAPI was also added to this project so that contributed to slightly longer load times.