Copy link to clipboard
Copied
Hi, I have a submit button to submit answers on a quiz where you get feedback about your answer and then a next button to advance to the next question. If the user clicks on next without clicking on submit, it seems that captivate or the quiz freezes and the user is stuck in there. How can we add a message that says "click submit first" when they click on the next button by mistake. Thanks.
You should not need a Next button on the default quiz slides at all. This is the default design of a quiz slide (functionality is built in the embedded objects, where Submit button is the main player):
Copy link to clipboard
Copied
You should not need a Next button on the default quiz slides at all. This is the default design of a quiz slide (functionality is built in the embedded objects, where Submit button is the main player):
What do you want to change, maybe I could offer some ideas for tweaking that normal design. In this article you'll see some of them, but have to upgrade. I am very happy that the former 'Next' button which doubled as Skip button is gone, because it caused a lot of confusion for the learners. You seem to want it back?
Copy link to clipboard
Copied
Great thank you. It worked now but I decided to add a next box (not button) that users will click on to move forward. It wont really do anything since they can click anywhere but I liked having the next button for them to click on rather than clicking anywhere on the slide or typing Y. It just made more sense. Thank you.
Copy link to clipboard
Copied
That was one of the tweaking possibiities I mentioned in that blog post.
Copy link to clipboard
Copied
Hi Again, as a follow-up to this question I had, I now need to hide the Next button when participant is reviewing the quiz. This Next button which really doesn't do anything will appear and confuse the user while revieiwing the quiz. They will click on this button instead of the >> arrow button. How can I set up an action to hide the Next button while in Review quiz mode. Thank you.
Copy link to clipboard
Copied
Use the system variable cpInReviewMode in a conditional action triggered On Enter of the first quiz slide (if the Next image is timed for the rest of the project) or on each quiz slide if you have an individual Next image on each slide. In the last situation I would use a shared action, because the Next button has another ID on each slide.
IF cpInReviewMode is equal to 1
Hide I_Next
ELSE
Show I_Next
Copy link to clipboard
Copied
Thank you. I tried that and put this action on each slide entry but this caused my >> and << to navigate through to also disappear along with my Next button. ![]()
Copy link to clipboard
Copied
Hi sorry it appears my Show navigation buttons in review was clicked off. All works well now. Thank you ![]()
Copy link to clipboard
Copied
I thought that was not possible at all, you only hide an image if necessary.
Copy link to clipboard
Copied
Hello,
Thank you for sharing your expertise.
Would you mind to share how you prevent the slide from advancing by clicking anywhere on the slide? I only want the learner to use the submit button, get feedback and then advance to the next slide. Can you help?
Thank you very much!
~J
Copy link to clipboard
Copied
This is the default way that Captivate quiz question slides work. There aren't really any configuration options that limit the location on screen where the user must click in order to quit the feedback captions and move to the next screen.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now