Skip to content
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

Open
jristau1984 opened this issue Oct 24, 2024 · 4 comments

Comments

@jristau1984
Copy link

Repro steps:

  1. Create a course that has a unit containing a SCORM block
  2. Go to LMS and progress to the Unit, then all the way thru the SCORM block contents
  3. Progress beyond the Unit, see that the progress is never marked as completed in the Navigation bar.
@DawoudSheraz
Copy link

@Danyal-Faheem @ziafazal FYI

@ziafazal
Copy link
Collaborator

@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.

@jristau1984
Copy link
Author

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?

@ziafazal
Copy link
Collaborator

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 completed, passed or failed event at any point in the scorm content navigation you can see it in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants