5 Replies
James Holt


Hi Linda,
By default, Storyline defines a slide complete when the slide timeline reaches its endpoint. If you are using the slide count to trigger course completion, clicking your submit button before the timeline ends will not trigger course completion. My preference is to use the following JavaScript SCORM API call to set course completions for a branched course and any course that has additional scenes and slides, not on the straight through path such as light box slides.


//Javascript
//get LMS API Course Completion
var lmsAPI = parent;
//set status; possible values: "completed","incomplete", "failed", "passed"
lmsAPI. SetStatus("completed");

 

Here is a script to set results score if you have more than one results slide
//get LMS API Set Course Score
//First value is the actual score, the second value is maximum point value, and third is minimum point value.
var lmsAPI = parent;
//set score; the first number is the score
lmsAPI.SetScore(90, 100, 0);

Linda Hofman

Thank you. The option of ... track via number of slides viewed worked!
AWESOME!!!

--------
Linda Hofman, HEM
Project Manager II
Kaiser Permanente
National Environmental, Health & Safety
1800 Harrison Street, 6th Floor (Cubicle #064W12)
Oakland, CA 94612

510-625-3064 (office) 8-428-3064 (tie-line) 510-847-8203 (mobile
phone) 510-625-2338 (fax)
---------
http://kpnet.kp.org/ehs/

webex: https://kponline.webex.com/join/linda.hofman

NOTICE TO RECIPIENT: If you are not the intended recipient of this
e-mail, you are prohibited from sharing, copying, or otherwise using or
disclosing its contents. If you have received this e-mail in error,
please notify the sender immediately by reply e-mail and permanently
delete this e-mail and any attachments without reading, forwarding or
saving them. Thank you.

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