What is the best way to implement a “Click anywhere to continue”?
December 11, 2020
What is the best way to implement a “Click anywhere to continue”?
December 11, 2020
Dr. Ferran has fully developed over 20 high-quality online courses. He has also taught and given academic lectures in English and Spanish at universities in Argentina, China, Colombia, Costa Rica, Mexico, Spain, United States, and Venezuela. He speaks English and Spanish fluently and can have a conversation in French. Dr. Ferran is a Knight of the Sovereign Military Hospitaller Order of St John of Jerusalem, of Rhodes, and of Malta.
Wizard 20 posts
Followers: 4 people

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?

All Comments
Sort by:  Most Recent
Nov 30, 2021
Nov 30, 2021

good question very useful – what did you end up doing?

Like
()
Dec 13, 2020
Dec 13, 2020

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.

Like
(5)
(4)
Dec 15, 2020
Dec 15, 2020
>
Lieve Weymeis
's comment

Thanks.

So, if I understood you correctly the best way is to use a transparent button but place that on the corresponding master slide and not on the slide itself. I appreciate it.

Like
(2)
Dec 15, 2020
Dec 15, 2020
>
cferran1
's comment

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

 

Like
(3)
Dec 16, 2020
Dec 16, 2020
>
Lieve Weymeis
's comment

Thanks. I am still learning the language. I should not have called it transparent since that word is reserved for something else. I meant invisible. But I understood what you wrote. Once more, thanks.

Like
(1)
Dec 16, 2020
Dec 16, 2020
>
cferran1
's comment

I guessed that was the case. Terminology is a pain, when you answer multiple questions on a daily base everywhere. That is the reason I try to be as consistent as possible in using Captivate’s terminology. It is complicated enough.

Like
(3)
Dec 12, 2020
Dec 12, 2020

I would likely use a click-box resized for the entire slide for regular slides. If there are other interactions on the slide you may wish to delay the appearance of the click-box until all that stuff is complete. There is no reason to do this for question slides.

Like
(4)
(1)
Dec 15, 2020
Dec 15, 2020
>
Paul Wilson
's comment

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.

Like
(2)