Posted: Thu Mar 27, 2014 4:48 pm
Post subject: iSpring Pro 7 SCORM 1.2 compliance issue - cmi.suspend_data
|
|
Hi,
We've used iSpring Pro SCORMS (1.2) with our Moodle LMS with no issue. We are in the process of migrating over to a new LMS. We have had issues with SCORMS displaying within the new LMS. The new vendor has traced it down to a non compliance with SCORM 1.2.
I've investigated this myself and have to agree with their conclusion. I uploaded one of our SCORMS to ScormCloud for debugging. The output debug when calling LMS function LMSSetValue is calling:
LMSSetValue('cmi.suspend_data', '{'lastViewedSlide':0,'viewedSlides':[0],'duration':1820}')
The JSON encoded string is not valid. It should have double quotes to be valid.
Within Moodle is seems to "correct" the output to accept it.
Do you see this as an issue from your end?
We are using the latest version of iSpring Pro 7.
Regards
Dave
|