Reporting % Complete to LMS

Jan 24, 2017

I am trying to report the Percentage Completed of a course to my LMS.  Not the Score %.  So if I have a course and there are 9 slides and a quiz at the end. The user closes the course on slide 3 for the LMS to report that the course is at 30% progress and that there is an incomplete since the quiz was not taken. I know I can drive the quiz score reported back to the LMS using the JavaScript lmsAPI and am hoping I could drive the progress as well. Something like this?

var lmsAPI = parent;
lmsAPI.SetProgressMeasure(70, 100, 0);
SetStatus("incompleted");

However, it didn't change the percent completed in the LMS.  Any ideas?

3 Replies

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