Copy link to clipboard
Copied
C9 newbie - I've created a previous and next button to be displayed for the rest of the project. On a quiz page I need to hide these, until the user has given a correct answer or a second wrong answer. All suggestions welcome
Copy link to clipboard
Copied
Normally you don't use extra buttons on quiz slides, you don't need them at all and have to be careful not to mess up with the functionality of quizzes in Captivate.
The design is like this (more info in this old post: Question Question Slides in Captivate - Captivate blog 😞
In the article mentioned above I give some tips for tweaking, but wanted to explain the functionality of quiz slides. Why would you need to have other (shape) buttons? I would just use the On Enter action for the Quiz slides to hide the shape buttons that are on the first slide, timed for the rest of the project. You can show them again on slides after the Score slide.
Copy link to clipboard
Copied
I was over thinking a simple solution. As these buttons are being displayed for the rest of the project, I've simple masked them with a shape so the user can't see them. Working much better now. Thank you for your help
Copy link to clipboard
Copied
Putting something over the top of the button might not be enough. You need to test to find out whether clicking on the space where the button is underneath does or does not still result in the button action. Sometimes you need to disable the button as well as hide it, or have it sitting underneath something.
Copy link to clipboard
Copied
Not a good idea to cover an interactive object! Although it may work for HTML5 output, the button will remain active for SWF output.