Course not setting to 'Complete' - but only 'Passed'

Oct 08, 2012

Hi,

I have a course that I have set within the publish - LMS - LMS Reporting - set to incomplete/complete.  Unfortunately when uploaded to our LMS, when complete this sets the status as 'Passed'.  Could someone tell me if there is a big here or am I setting it in the wrong place.

Thank you.

p.s. This does it on a few courses that I have.

4 Replies
Shyam Saha

Hi Andy,

I too have got similar issues earlier. Seems like a bug.

But this can be easily solved. Just change 2 files and you are all set to get completed in the LMS. 

File 1 - SCORM2004Functions.js (You can find it in the lms folder of the published file)

Change this line

var SCORM2004_PASSED = "passed";

to

var SCORM2004_PASSED = "completed"; 

File 2 - SCORMFunctions.js (You can find it in the lms folder of the published file)

Change this line

var SCORM_PASSED = "passed";

to

var SCORM_PASSED = "completed"; 

Though it's not supported by Articulate, but I had to do these changes for my LMS. It worked for me. Hope it works for you.

Thanks.

This discussion is closed. You can start a new discussion or contact Articulate Support.