Pushing a result in Articulate Online

Jul 04, 2019

Hi,
I am using Storyline 2 and I am trying to push a custom score to Articulate Online, but it seems that Javascript is ignored. I find nothing on internet concerning Javascript and Articulate Online...

I created a quick test quiz just to see how Artiuclate Online would behave with Javascript, but nothing happens. I need help.

Here is the code I used on the first page of the quiz (execute javascript when timeline starts) :


var lmsAPI = parent;
lmsAPI.SetScore(90, 100, 0);
lmsAPI.SCORM_SetPassed();
alert("hello");
lmsAPI.CommitData();

It did nothing... so I tried something simplier instead, still on the first page of my quiz, just for another test :
alert("hello");

It did nothing again... Articulate Online behave like there is no Javascript at all.
Please help.

2 Replies

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