Skip to main content
Participant
February 14, 2017
Question

Hide a button until the second time a slide is visited

  • February 14, 2017
  • 1 reply
  • 243 views

I'm trying to use the quiz remediation function and I want a custom "Return to Quiz" button to appear during the remediation of a slide. I am having a hard time figuring out how to have a button hidden during the first view of a slide, and then to appear after the viewer has returned to that slide for remediation after starting the quiz. How could I set this up? I use Captivate 9.

Thank You,

Will

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    February 14, 2017

    Try using a conditional action On Enter for each remediation slide, checking the value of the quizzing system variable cpInQuizScope:

    IF cpInQuizScope is equal to 1

        Show Bt_Return

        Enable Bt_Return

    ELSE

         Disable B_Return

        Hide Bt_Return

    Participant
    February 14, 2017

    Hi,

    I'm not seeing that system variable as an option. Is that available in Captivate 9?