Forum Discussion
JasonChan1
12 years agoCommunity Member
Everything we know about Cornerstone on Demand and Storyline!
I thought I would start a thread about Cornerstone on Demand so there's a central place for people to read and add to. There seems to be a dearth of information about how CSOD and Storyline interac...
Will_Findlay
Community Member
It would be interesting to see what the javascript code is that accomplishes this. Would you mind posting it?
To answer your question though, no, it isn't needed. The method we use to accomplish essentially the same thing is outlined in the help article:
Using javascript might be less work though. (But then the trade-off is that it isn't supported by Articulate)
GemmaWells
7 years agoCommunity Member
The java script we use is
var lmsAPI = parent;
lmsAPI.SetScore(100, 100, 0);
SetStatus("completed")
- Will_Findlay7 years agoCommunity Member
So if you use JavaScript to tell Cornerstone to complete the module, what do you choose on the Tracking Tab under Reporting and Tracking Options?
"Track using number of slides viewed" set to the total number of slides?