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
3 years agoCommunity Member
Hi Hila,
I think it's on an LMS-by-LMS basis exactly what information is provided to the course at runtime. A lot of these fields are optional.
I think my advice would be to change the tracking type to AICC, export it and upload it to your LMS to test it out. You should be able to turn on Debug Mode, and test what will and won't be possible.
There are 2 ways to turn debug mode on:
- In scormdriver.js, change:
var SHOW_DEBUG_ON_LAUNCH = true;
- Using Dev Tools, you can call
ShowDebugWindow()