Skip to main content
Known Participant
March 31, 2017
Answered

Customised Quiz Slide - how do you get the back and next button to appear only on the Review Quiz slides?

  • March 31, 2017
  • 1 reply
  • 428 views

I have recently developed a course within a responsive project and have used a customised drag and drop quiz in addition to the other standard captivate 9 quiz slides.   This drag and drop slide works well and is captured in the quiz results.  I am interested to know how hide my back and next buttons so that they will only appear on the review quiz slide.

Cheers, Natalie

This topic has been closed for replies.
Correct answer RodWard

Use a Conditional Action executed On Slide Enter.

The IF statement will look at the value of the System Variable cpInReviewMode to find out if it is equal to 1 (which would mean you ARE in Review Mode) and then SHOW the buttons you specify ELSE hide them.

1 reply

RodWard
Community Expert
RodWardCommunity ExpertCorrect answer
Community Expert
March 31, 2017

Use a Conditional Action executed On Slide Enter.

The IF statement will look at the value of the System Variable cpInReviewMode to find out if it is equal to 1 (which would mean you ARE in Review Mode) and then SHOW the buttons you specify ELSE hide them.

Known Participant
March 31, 2017

Thanks so much for your timely response Rod.  My drag and drop question slide currently has an Advanced Action (which is a standard action).  Is it possible to combine the two actions?

I have set up the conditional action as you suggested:

IF cpInReviewMode is equal to 1 

Show Back Button

Show Next Button

In the second panel of this conditional advanced action, I wanted to convert the existing Standard Action

ExecuteJava       Script_Window  current

ExecuteJava       Script_Window  current

to

if 1 is equal to 1 (dummy condition)

ExecuteJava       Script_Window  current

ExecuteJava       Script_Window  current

However, the warning signs will not convert to ticks when I click on the "Update Actions" and therefore, it will not save my changes in the second panel.  I am not sure why I receive the message "The script window is incomplete" and it will not save the changes made on the second panel.

I am not sure what to try next.

Cheers, Natalie 

RodWard
Community Expert
Community Expert
March 31, 2017

Why are you trying to use JavaScript in this Conditional Action?

I don't see what this is meant to achieve?