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
2 years agoCommunity Member
I've added a Javascript trigger to pass in the score when needed. Off the top of my head:
lmsAPI=parent;
lmsAPI.SetScore(100,100,0);
SetStatus("passed");
lmsAPI.SetPassed();
I don't remember which of the two last lines are best. If you try it and these don't work, lmk and I'll get in and test/confirm/update.