Skip to main content
This topic has been closed for replies.

1 reply

January 23, 2013

Within Captivate 6 on the Quiz Results page I would like to create a button that only displays if the user FAILS the quiz. The button would say "Retake Quiz" and after they click it it would send an email, and also take them to slide 1. However I noticed on the Quiz Results page the ability to Insert a Button, or an On Click Event is disabled. Does anyone have any ideas how I could do this? I had planned to to create an Advanced Action based on the score to Show the button if below 80%. But once again, I can't add a button, or an On Click even. IDeas?

I still need the "Continue" button if they pass so that one is working how I need it to.

Lilybiri
Legend
January 23, 2013

Up till Captivate 6 it was not possible to insert an interactive object on question or score slide. Within limits you can insert a shape, configured as a button, in Captivate 6. I didn't check if your actions will be done correctly (mailing is always a problem) but that could be the way to go. Have a look at my blog post:

http://lilybiri.posterous.com/want-a-button-on-question-slide-in-captivate

To display the button, you'll need a conditional advanced action on entering the score slide, that checks the value of the system variable cpQuizInfoPassFail. For a complete descriptive list of system variables:

http://lilybiri.posterous.com/system-variables-in-captivate-6

Lilybiri

January 23, 2013

Hi Lilibiri,

On my Quiz Results page I have put in a rectangle box, Checked the box t omake it a button, and unchecked the "make visible on Output" I named this box "Retake Quiz".

Then I created an Advanced Action that was Conditional.

If InfoPercentage is lesser or equal to 80

Then

Show Retake Quiz

So when the page loads what I want is for Captivate to

1) Hide the Playbar (I already did this as it is accomplished through Action On Enter Assign CpCmndShowPlayBar with Zero

2) Read the score and if below 80% to show my Retake Quiz Smart Art. If above then all the elements already work.

Do I need to create one Conditional Advanced Action that

If CmndPlayBar is equal to 0 AND

If InfoPercentage is lesser or equal to 80

Then

Show Retake Quiz.

I'm wondering how to have the page load executing two Advanced Actions. The first being hide playbar, the second being determining if score is lower than 80 and showing the Retake Quiz Smart Art.

Thank you for your help!