I agree about the quality of the systems (especially compared with other products including a number of good open source LMSs).
In respect of this specific issue, although we weren't getting the errors relating to the min and max score referred to in another post we have resolved the issue by removing the following two lines from the file LMS.js
SCORM_SetValue("cmi.core.score.min", sMin.toString());
SCORM_SetValue("cmi.core.score.max", sMax.toString());
These are non mandatory values so I'm not sure whether CourseLab is at fault for including them or the Oracle iLearning for complaining about being passed the values. Either way our courses now show the scores and status correctly in the LMS
I agree about the quality of the systems (especially compared with other products including a number of good open source LMSs).
In respect of this specific issue, although we weren't getting the errors relating to the min and max score referred to in another post we have resolved the issue by removing the following two lines from the file LMS.js
SCORM_SetValue("cmi.core.score.min", sMin.toString());
SCORM_SetValue("cmi.core.score.max", sMax.toString());
These are non mandatory values so I'm not sure whether CourseLab is at fault for including them or the Oracle iLearning for complaining about being passed the values. Either way our courses now show the scores and status correctly in the LMS