Forum Discussion
Decoding suspend_data Field: Is It Possible?
- 1 year ago
Yes, you can easily decode the suspend data. Rise uses the lzwCompress library. https://www.npmjs.com/package/lzwcompress
Here is a CodePen example on how you can decode it. https://codepen.io/John-Pinkster/pen/qBzENJR
Word of caution: don’t try and update this data as the Rise course logic will just override what you put in there.
I will leave the decoding bit for others to explain if it is possible.
In terms of the LMS, there is no need for the LMS to understand the bookmarking data. The bookmarking data is passed to the LMS and transferred back and is not read.
As for completion and question level data that is sent separately using Scorm.
Hi Phil,
"As for completion and question level data that is sent separately using Scorm."
Please can you elaborate on this.
Related Content
- 1 year ago