Forum Discussion
AdamTrosper
8 years agoCommunity Member
lmsAPI Functionality in HTML5 Output
Hey all,
I've been searching through the forums and haven't been able to find anything solid. I'm using Storyline 360, outputting to both HTML5 and Flash to cover my bases, since the audience doe...
AdamTrosper
Community Member
Hi Amit,
I would try replacing all instances of SetStatus("passed");
or SetStatus("failed");
with one of the following:
lmsAPI.SetPassed();
or
lmsAPI.SetFailed();
This should call the correct function directly.
amityunger-53b6
6 years agoCommunity Member
It works GREAT!
Thanks a lot! :)