Copy link to clipboard
Copied
I'm very new to Captivate and I'm trying to figure somethings out.
I currently have a slide with 9 buttons that take you to 9 different quiz questions. Once all the questions have been visited I would like a continue button to appear on the original slide. The only info I can find on how to do this involves using multistates and I haven't ran across a way to make a quiz question a multistate.
Can this even be done and if so what am I missing?
Thanks
Strange way to create a quiz that way, but will try to answer your question. It may be overwhelming for a new Captivate user, would recommend to start with creating a simple quiz, not one with a Forced view dashboard slide.
You will need:
Copy link to clipboard
Copied
Strange way to create a quiz that way, but will try to answer your question. It may be overwhelming for a new Captivate user, would recommend to start with creating a simple quiz, not one with a Forced view dashboard slide.
You will need:
If you create this as a shared action, you will have two parameters:
v_1 needs to become a parameter since it needs to be changed on each assignment of the action
slide.... the question slide
If you don't want a shared action, you would need to duplicate the advanced action to end up with 9 different advanced actions.
Assign those actions to the Success event of the buttons.
For the appearance of the Continue button, you'll need another advanced action, to be triggered by the On Enter event of that dashboard slide. That one will have only one conditional decision:
IF v_counter is equal to 9
Show Continue button
ELSE
Hide Continue button
I really wonder why you want to have such a setup for quiz slides?
BTW I will coach a workshop about advanced and shared actions on 23rd of September, in the Adobe eLearning World conference. Registration is free...
Some links to blog posts:
http://blog.lilybiri.com/tips-and-tricks-advanced-to-shared-action-intermediate
http://blog.lilybiri.com/advanced-actions-dialog-box-in-captivate-2017
Copy link to clipboard
Copied
Thank you, so much! That is exactly what I needed!
I'm creating a game set up with quiz questions to total up the points. I wanted the student to come back to the slide to select the next number they wish to select on their own and prevent forced navigation to each question one by one.
There might have been an easier way to do it that I haven't ran across, yet. Like I said, still very new.
Copy link to clipboard
Copied
You're welcome! Captivate has so many features, and it takes some time to explore them, understood.