Bookmarking not working with ADP LMS

Jun 29, 2020

Hi Everyone,

I have developed a course on Storyline 360, with scorm 1.2 published. I have tested this course on https://cloud.scorm.com/. Bookmarking is working fine on scorm.

But the same course is on the ADP LMS and bookmarking is not working here.

The course starts from beginning everytime, when i relaunch the course.

Can anyone please let me know that ADP supports scorm 1.2 or not? 

1 Reply
Sam Hill

According to this brochure: https://www.adp.com/~/media/Datasheets/LearningManagementFactSheet_F.ashx it supports SCORM. You could turn the debug features of your course on to determine whether it is connecting to the SCORM API.

I would recommend turning on debug mode for the SCORM Comms. Open up the lms/scormdriver.js file and edit the following lines of code. You'll then see the popup window containing the results of the communication with the LMS, and you'll be quickly able to establish if they are successful.

var blnDebug = true;

var SHOW_DEBUG_ON_LAUNCH = true;

 

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