-
Notifications
You must be signed in to change notification settings - Fork 52
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
LMS Units with only SCORM blocks do not mark Unit as completed in navbar #90
Comments
@jristau1984 SCORM xblock marks unit as complete when scorm content emits relevant completion events. Could you please make sure your scorm content is emitting those events. |
I cannot, as the content it proprietary to the partners that is reporting this issue. However, I can confirm that multiple partners are reporting this issue with their scorm blocks. Is there something else I can provide to help here? |
If you have access to the course having SCORM xblock, you can monitor what events it is emitting in browser's dev tools console. If it emits |
I am encountering the same issue. It does save the slide I am in but doesn't mark the unit as completed. I am using storm 1.2/ |
IN the console, I am getting this warning. I am running the system in local environment. |
Repro steps:
The text was updated successfully, but these errors were encountered: