This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
CMI learner_id/student_id not supported #24
Comments
TakeshiDaveau
changed the title
CMI not supported
CMI learner_id/student_id not supported
Dec 16, 2019
Since the edx_xblock_scorm does not support learner_id/student_id when playing a scorm file. I suggest for short term solution to fix this issue in the SCORM package, we can use cookie to store student_id based on generated a random UUID. The code like this
We can get a student_id like this
|
Or change to use localStorage to avoid 3rd cookie blocking issue with browser |
Since this is an open source package I already did a pull request #26 and I modify by myself the package before uploading it on OpenEDX. You solution is not a quick fix at all since it will only keep the student ID on 1 device/browser. What a poor experience for a student to lose is progress every time he changes device. But I don't care anymore about this so I close this issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
Is this package support CMI event listed here : https://scorm.com/scorm-explained/technical-scorm/run-time/run-time-reference/ ?
I juste tested it and I can't access the learner_id/student_id
If not is there any means to get the student id ?
Thanks in advance
The text was updated successfully, but these errors were encountered: