JSON to SCORM 1.2 LMS
I trying to use javascript to store some JSON to a SCORM 1.2 LMS but it's failing.
I make a call like
SCORM_CallLMSSetValue("cmi.comments", JSON.stringify(data) );
// where 'data' is a one dim array
and it throws an exception because the value is an invalid string eg.
"["Test data"]"
Is this an issue with Cp or with the LMS?
