Forum Discussion
Quiz results for multiple question banks
It does seem like a basic want. However, Storyline only reports 1 result to the LMS. It's been that way from the start. They have added some options over the years, like being able to report a pre- or a post-test, or being able to combine multiple results into one Results slide. But what you want isn't doable at this time. I assume that's because SCORM standards look for just 1 test score.
There might be some JavaScript and/or xAPI code that would allow you to send 3 separate scores; that's beyond my expertise.
Another option: Transfer the scores into text-entry survey questions, and then have a Survey Results slide send that info to the LMS.
- You'd need a separate text-entry survey question slide for each QB you're tracking. For each, use a trigger to put one of the ResultsScore variables into the text-entry answer field when the timeline starts. Follow that with a trigger to jump to the next slide when the timeline starts.
- To reduce weird flashing as the program races through those slides, you could cover everything on them with solid white or black.
- To be able to report, you also have to insert a Survey Results slide. You could program that to jump to the next slide right away. Or just redesign and edit it so it doesn't look like a results slide.
The following post provides info about a similar strategy for "answering" a question via triggers.
Good luck!