Is there a way to set a complete course trigger after an embedded Qualtrics survey (using Web Object within slide) is complete? For example, I wanna have folks take a required Qualtrics survey and then open up a button (within Storyline) that will close out the course for the LMS to recognize it as being complete?
Most likely not. You'd need code to be fired from the embedded survey that could tell Storyline that the survey has been completed. Can you add custom JavaScript to a Qualtrics survey? Or do they have an API?
Don’t know how to do JavaScript yet it makes sense now.
If I’m understanding how Qualtrics’s site states it, they do have their own API however it can be customized with JavaScript. They don’t offer support with JavaScript though.
We have used a "Fill In the Blank" question for this. We embed the Qualtrics survey into the question slide. The end of survey has a confirmation code so that when the learner completes the survey, the enter the code to answer the question. This is what we use for the results slide. It has worked well for our learners.
I've got a good solution to that. It's a button that the user just clicks- developed in Storyline.
the storyline block is a button that when clicked changes the state to 'completed' then the rise couse comprises of the Qualtrics embedded in an iframe, followed by the button in a storyline block. When the course is exported, the button block is chosen as the completion criteria for the course.
5 Replies
Most likely not. You'd need code to be fired from the embedded survey that could tell Storyline that the survey has been completed. Can you add custom JavaScript to a Qualtrics survey? Or do they have an API?
Thanks for the reply.
Don’t know how to do JavaScript yet it makes sense now.
If I’m understanding how Qualtrics’s site states it, they do have their own API however it can be customized with JavaScript. They don’t offer support with JavaScript though.
If you can figure out how to execute some code when the Qualtrics survey has been completed, it would be pretty easy to do this.
Maybe ask on the Qualtrics forum if this is possible?
We have used a "Fill In the Blank" question for this. We embed the Qualtrics survey into the question slide. The end of survey has a confirmation code so that when the learner completes the survey, the enter the code to answer the question. This is what we use for the results slide. It has worked well for our learners.
I've got a good solution to that. It's a button that the user just clicks- developed in Storyline.
the storyline block is a button that when clicked changes the state to 'completed' then the rise couse comprises of the Qualtrics embedded in an iframe, followed by the button in a storyline block. When the course is exported, the button block is chosen as the completion criteria for the course.