Forum Discussion
Rise not saving progress
As Paul said, give it a go on SCORM Cloud as it is a good benchmark LMS for testing SCORM content. Their implementation is very good.
If you still experience issues on SCORM Cloud, it is possible that there is too much data being sent to the LMS. As the SCORM 1.2 specification is very old, the LMS will only allow a maximum of 4096 characters to be stored on the suspend_data field, which is used for resume data (Moodle LMS has a setting that allows you to store more by setting the LMS to non-standard).
If the content does still fail to track correctly on SCORM Cloud, you could try publishing to SCORM 2004 3rd or 4th edition and testing again on SCORM Cloud. If it works, the issue was most likely the data exceeding 4096 characters. SCORM 2004 allows 64,000 characters.
Exceeding SCORM 1.2 limits tends to happen in large course that are set to Resume on every slide, or with courses that contain quizzes that can be Resumed. The data stored for quizzes to resume is very verbose, and quickly chews up the suspend_data allowance.