Skip to main content
Inspiring
February 4, 2014
Question

Next button only for quiz review

  • February 4, 2014
  • 3 replies
  • 820 views

I searched, with no luck, for a way to only have the "next" button visible on quiz reviews.  I would like it hidden during the quiz, becuase I don't want back or skipping possible.  Also, hiding the playbar in the skin. 

Thanks,

Brian

This topic has been closed for replies.

3 replies

Participating Frequently
February 5, 2014

You can delete the next button and assign a smart shape as next button on success of whose the action will be go to next slide

Create a conditional shared action using the variable CpQuizReview Mode.ie

if CpQuizReview mode is equal to one

show the next button(smart shape mentioned)

else

hide it.

Assign the advanced action created out of this shared action as On Enter Action for the question slides.But this will only work in Cp 7.0.1

Which version are you having?

Lilybiri
Legend
February 5, 2014

Jabir, why should you create an advanced action from that shared action? It will be always the same action that is applied, no need to create a shared action IMO? At least if you time that shape button for the rest of the project. If you want a shape button on each slide, the shared action has sense, because you have one parameter: the shape button. And in that case there is no need at all to create an advanced action from that shared action, just apply that shared action directly to the On Enter event of each question slide. It has the advantage over advanced actions that you don't have to create multiple advanced actions each with a different label, and seems also not to increment the filesize in the same way.

And moreover I think you should post a correct action: the system variable is not CpQuizReview mode but: cpInReviewMode and since it is a toggle, the possible values are 1 or 0, not 'one'. Above the preview of such an action.

Participating Frequently
February 5, 2014

Go to Quiz Preferences >Settings and select Answer All in Required drop down.The next button will not be present.You have to answer all the questions and no question can be skipped.

RodWard
Community Expert
Community Expert
February 5, 2014

Um...Jabir...no offence, but that's not correct.

Selecting Answer All in Quiz settings does not remove the next button.  It only forces the user to answer all questions.

You need to check your facts on this one.

Lilybiri
Legend
February 4, 2014

Have a look at :

http://blog.lilybiri.com/question-question-slides-in-captivate

My workaround is to drag the Next button (doubles as Skip button during Quiz) under the Clear button. It has been mentioned in many threads in this forum.

Hiding the playbar depends on your version. In the later versions the option is available in the Quiz Preferences (not sure from which version that was the case). If that is not so for your version (please mention it for future questions), you can use an action On Enter for the first question slide:  

    Assign cpCmndShowPlaybar with 0

Don't forget to turn the playbar on again when you want it after the question (assign the value 1)

Lilybiri