August 29, 2022
How to hide the Continue button on the Quiz result slide if the user fails the Quiz.
Comments
(4)
August 29, 2022
How to hide the Continue button on the Quiz result slide if the user fails the Quiz.
(4)

Hi,

I would like to know if there is a way where we can hide the Continue button on the Quiz results slide in a situation user fails the Quiz?

4 Comments
2022-09-06 09:27:55
2022-09-06 09:27:55

You are using the default Results slide? You cannot ‘hide’ the Continue button which is as essential to the score slide as the Submit button on a question slide. However you can drag the Continue button under the Retake button. When the learner succeeds, the Retake button will not appear. It will only appear after failure, and if the attempts on quiz level are not exhausted. If the attempts are exhausted the Continue button will appear on Failure, you didn’t tell what has to happen then. Clicking the Continue button will launch the actions you define in Quiz Preferences, Pass or Fail.

Like
(1)
2022-08-30 00:04:05
2022-08-30 00:04:05

Here is what I would do.

  1. Drag the existing Continue button into the scrap area.
  2. Create a new Continue button and place it on the slide where the previous button was (I would use a shape used as a button).
  3. Label it something easy to remember like “hidden_continue”
  4. Write an advanced action that you will run on slide entry of your results slide like the following.

If (cpQuizInfoPassFail == 1 )

Show hidden_continue

Else

Hide hidden_continue

 

 

Like
(3)
(2)
>
Paul Wilson
's comment
2022-09-16 13:21:33
2022-09-16 13:21:33
>
Paul Wilson
's comment

Thank you for that information Paul, It was not my question but it will help me on my own project as well. Actually, I’ve been learning tutorials from your YT channel, it is great.

Like
()
>
startex
's comment
2022-09-19 11:13:46
2022-09-19 11:13:46
>
startex
's comment

I’m glad you found it helpful. If you wish to subscribe to my YouTube channel in order to get notified when I release new content, simply click here: https://goo.gl/iuA6Lm

Like
()
Add Comment