-
Notifications
You must be signed in to change notification settings - Fork 249
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
Incorrect "Unknown" lesson status when completing assessment and course in different attempts #2398
Comments
Hi @brian-learningpool , @moloko , Please consider this scenario as well, lets say when a user directly try(without completing the lessons) the assessment and got "failed" and in another session if he completes all lesson the success status shows "Unknown" Ideally it should be "Failed". I doubt this bug could be happening on tracking.js but i just started checking. @moloko - Does this scenario is a real issue for on-prem systems? |
…eting assessment first
…ter' This corrects an issue with incorrect course completion statuses being passed back when a course was being completed over multiple sessions.
…ter' This corrects an issue with incorrect course completion statuses being passed back when a course was being completed over multiple sessions.
…ter' (#2402) This corrects an issue with incorrect course completion statuses being passed back when a course was being completed over multiple sessions.
* Resolves #2398, re-populates _assessmentState from 'assessments:register' This corrects an issue with incorrect course completion statuses being passed back when a course was being completed over multiple sessions. * Added listener for 'assessment:restored' event to tracking.js This event is raised by Assessment v3.0.2.
Subject of the issue
Reported by @muthuselvan86 on Gitter. If a course has an assessment and course content tracked as part of the completion criteria, in instances where the assessment is completed first, the session closed and then resumed, when the rest of the course content is completed the lesson status is incorrectly showing as "Unknown".
Your environment
Steps to reproduce
As above.
Expected behaviour
A "Completed" status would be written to the LMS.
Actual behaviour
An "Unknown" status is being written because the assessment is not found.
The text was updated successfully, but these errors were encountered: