Forum Discussion
MalMacDowall
5 months agoCommunity Member
Rise Suspend Data - How to read it to fault find?
Hello Brainstrust. We are working on troubleshooting a BIG Rise course.
We have been running it as a Tin Can on the LMS. We have had issues with about 10% of users course completion recording in ...
JohnPinkster-19
5 months agoCommunity Member
So Rise is using the LZWCompress library (https://www.npmjs.com/package/lzwcompress) to compress the suspend data in order to store everything they can to conform to the cmi.suspend_data size limit (various sizes for different scorm types)
I just made a quick CodePen that should give you what you are looking for. https://codepen.io/John-Pinkster/pen/qBzENJR
Just paste your full suspend data into that input and it will return something readable!
- MalMacDowall5 months agoCommunity Member
WOW - Thats amazing - Like meeting an alien interpreter. Thanks, John, that's decoded it so I can work through the logic along with the course. Thanks so much.