Hi! I have an exercise set up with quiz questions that ask learners to interact with a web object in order to find answers. Across all slides, they use the same web object.
I would love for learners' actions in the web object to be retained between slides so that their progress feels natural. However, currently, each quiz slide loads a fresh version of the same web object and they have to start over.
Chat suggested that I may be able to control this using JavaScript. Is this possible? Thanks!
Follow-up question for ya. I didn't see a way to build quiz questions on layers short of programming all the triggers and variables manually. Do you know of an easier way to do this?
Quiz questions using the Storyline built in options would have to be on the base layer - so anything on a slide layer would have to be a custom set up.
5 Replies
It depends on what your web object is and if it is something you can pass data to.
I suspect it would be easier to build your quiz questions on layers of the same slide so the web object doesn't need to reload.
Thanks Matthew!
Follow-up question for ya. I didn't see a way to build quiz questions on layers short of programming all the triggers and variables manually. Do you know of an easier way to do this?
Hi Jill,
Quiz questions using the Storyline built in options would have to be on the base layer - so anything on a slide layer would have to be a custom set up.
That's right Jill, you'd need to build custom quiz questions. Sorry, I forgot to mention that.
Thanks everyone!