Forum Discussion
SCORM 1.2 Question Text
I discovered that SCORM_2004 wouldn't work with SABA. I couldn't get it to report any scores at all. We reverted bact to SCORM 1.2.
To solve the problem, I patched the SCORMFunctions.js to send the required text to SABA. Since SABA looks for the question in a text field, I'm sending the information to the value text instead of description. I've updated all of our courses with this patch, and it has been working fine since.
This file is in your packages lms folder.
I added this code after the line: "//ignore the description parameter in SCORM 1.2, there is nothing we can do with it"
if (strDescription != undefined && strDescription != null && strDescription != ""){
blnResult = SCORM_CallLMSSetValue("cmi.interactions." + intInteractionIndex + ".text", strDescription) && blnResult;
}
I'm attaching a copy of the patched file for you here.
I hope that this helps,
Dave
Thanks Dave! We will test.
Related Content
- 10 years ago
- 8 months ago
- 10 months ago