

Best practice for “click anywhere to continue”
I am wondering what is the best practice to implement a “click anywhere to continue”? Should I place a transparent button over the entire slide and link it to the continue action? Is there a better option?
I am wondering what is the best practice to implement a “click anywhere to continue”? Should I place a transparent button over the entire slide and link it to the continue action? Is there a better option?
You must be logged in to post a comment.

- Most Recent
- Most Relevant
If this is not linked to quiz slides (because you mentioned the exact sentence appearing in the second step of the Submit process) and you need this functionality on all or a sequence of content slides I would use another approach. The requirement is as always that you cannot have another interactive object on the slide.
Create a dedicated master slide. Insert a shape button covering the master slide completely, or an empty SVG/PNG used as button . Take out the Fill and Stroke for the shape button in all states. It will have by default the action ‘Go to Next Slide’ but you can edit the action. You will not have an automatic hint caption. All slides based on this master slide need to have the option ‘Master slide objects on top’.
If you need the hint caption/shape ‘Click….’ put it on the first slide of the sequence of slides using the master slide, always on top.
You cannot use a click box on a master slide. Advantage of the master slide approach is that the interactive object will always adapt to the duration of each slide and have its pausing point at the last frame. It avoids a lot of manipulation of durations and pausing points on all slides.
You cannot use a transparent button on a master slide. I mentioned the three buttons which are possible: a shape button, a SVG used as button or a bitmap image as button. Since it needs to be ‘invisible’ I proposed a shape button with Alpha=0 ad Stroke=0.
A transparent button is the default choice on a normal quiz slide, but cannot be used on a master slide.
All about the 6 types of buttons in:
http://blog.lilybiri.com/overvew-6-button-types
Thanks.
The reason why I want to have this in a slide with a question is that the standard question slide does not seem to be useful for the application that I am trying to do. I want the user to only have to click once to select the response (not two -the choice plus the submit button) and then one more time to continue after they read the feedback.