Alright, I’m in a bit of a frustrating situation. I’m working on a Unity project that needs to report score values to an LMS of which I can use SCORM. I don’t have direct access to simply debug what’s wrong (the frustrating part).
From what I’ve been told the Unity WebPlayer talks to SCORM, and then SABA talks to SCORM. Before I began testing in that environment, I made sure it worked on the SCORM Cloud, and it had no issue there. When bringing it to the target server, it only tracks completion and does not find the score info. However the score is being sent in the ScormManager.Commit() call to SCORM without error.
Now normally on this server all of the courses are just text based and created with Publisher. I was able to peak at some of that code and it seems it’s looking for AICC values and not SCORM, yet somehow it still detects the completion sent to SCORM.
Here is a snippit of the Unity-side C# code that does all the SCORM calls. I’ll also note this is just a test to see if it works, not the final form of the code:
http://paste.ofcode.org/bxCsAsC4rfrZLSWXPQ4j5Z
Any help is much appreciated. If there’s any additional info you need, just let me know.
Note: I need 50 rep to add new tags, would a moderator be kind enough to set the following tags? “SABA”, and “AICC”