Forum Discussion
lmsAPI Functionality in HTML5 Output
Technically, every variable gets tracked to the LMS, but it's just a matter of whether or not the LMS can report on it in a readable fashion. Assuming you are using SCORM, everything gets stored in SuspendData, but quiz elements get stored as Interactions, which is why the LMS can report on the data more robustly. I would try Googling "Storyline Submit Interactions" and see what you can find as far as that goes. You might be able to restructure the questions to all be submitted as interactions, but then use the Complete Course method that Karuna suggested for the results.
I think the questions are currently being submitted as interactions, as they're using the built in quiz functionality. However, for them to work I need to track using quiz results, which overrides any complete course trigger or JavaScript code.
I may just have to sacrifice the success criteria, as everything else is working fine.
Thanks everyone for the suggestions and help though.