• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

HTML5 Captivate course in Taleo (learn.com) not registering as complete

New Here ,
Jul 24, 2020 Jul 24, 2020

Copy link to clipboard

Copied

Howdy folks, 

We're working on posting some training modules in html5 / AICC format on our learn.com installation and we've run into a bit of a snag. 

 

We've been posting training in SWF format until recently. We're making the switch to HTML5 and the javascript we use for the last slide to register as complete is apparently not being read when we publish in HTML5 becuase our courses never get registered as complete in the LMS. 

 

We currently configure the last slide as such: 

 

  1. Navigate to the “Now you know how to” slide.
  2. Go to Properties.
  3. Select the Actions button.
  4. Ensure Execute JavaScript is selected in the On Enter field.
  5. Click on the Script_Window button to display the JavaScript window.
  6. Ensure the following information appears in this window.

//get LMS API

var lmsAPI = parent;

//set score; the first number is the score

lmsAPI.SetScore(100, 100, 0);

//set status; possible values: "completed","incomplete", "failed", "passed"

SetStatus("completed");

 

Does this need to be tweaked to work in the new HTML5 format? 

Views

104

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Help resources