Forum Discussion
Everything we know about Cornerstone on Demand and Storyline!
Hi, Amy -
To report survey and question results, you'll need to add a results slide and associate the items with the results. You'll also need to track the completion to the results slide if you want to be able to record the interactions to the LMS.
This is no good if you want the survey to be optional, yes? Here's where you get into workaround territory. One way --maybe the only way-- to get this done while still leaving the desired results tracking is by using a little bit of Javascript.
If this is something you're comfortable trying, I'll post an example and explanation of what's going on. It involves script to:
- Suppress the default Storyline behavior and prevent SL from overwriting our manual completion.
- Sending completion based on the logic that you want. This is either by adding triggers to check an existing results slide or by firing a JS trigger when a slide is reached.
- Associating the publish settings with your survey so that Storyline passes each interaction to the LMS.
This is something that gets a little bit easier with an LRS in place as all Tin Can API interactions will be reported to the LRS regardless of how the publish settings are configured.