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...
SteveFlowers
Community Member
Yep. The code above accounts for the difference by checking to see if the lmsAPI is in the parent. If not, it just calls the function from the local scope. That's the difference between the way HTML5 seems to be configured.
Will_Findlay
7 years agoCommunity Member
Ah, ok. I see it now at the if statement at the end: if(lmsAPI.hasOwnProperty("SetScore")...
That's great! I can't really think of any drawbacks to using this method over the "Specific Slide" method. I'd imagine that something like this javascript code might be what is going on behind the scenes anyway.