Disable Retry button Quiz

Apr 10, 2013

Hi,

When I make a Quiz in Stroyline I would like to "Retry Quiz" button to be disabled if the users gets 80% or more on the quiz.

If the user however get's less then 80% I would like the "Retry Quiz" button to be available so he can retry.

I have tried but can't set this up.

Can you help?

Thanks

Bart

7 Replies
Josh Uhlig

Bart,

You can accomplish this by adding a layer with a transparent shape on top of the retry button (I suggest making it only mostly transparent so the button looks like it is inactive - so maybe a transparent gray).  You can then copy the success trigger for the slide (assuming the 80% you mentioned is the same as your passing score), and just change the layer it shows to the one you just created.  Make sure you change the properties of this specific layer and uncheck the "Hide other Layers" option.

Hope that makes sense.

Rebecca Fleisch Cordeiro

HI Bart and Josh,

Bart, another way:

On the Results slide, add a trigger to the Retry Quiz button that does this:
Action: Change state of
On Object: Button 2 Retry Quiz (or your button number/name may be different; these are defaults)
To state: Disabled
When: timeline starts
Object: Results slide
Then click the green plus sign to add a condition

List: Variables
If: Results.ScorePercent
Operator: >= Greater than or equal to
Type: Value
Value 80

To alert the Learner that this button is disabled, you may to edit the disabled state so it looks dimmed or greyd

Barbara Herman

Rebecca Fleisch Cordeiro said:

HI Bart and Josh,

Bart, another way:

On the Results slide, add a trigger to the Retry Quiz button that does this:
Action: Change state of
On Object: Button 2 Retry Quiz (or your button number/name may be different; these are defaults)
To state: Disabled
When: timeline starts
Object: Results slide
Then click the green plus sign to add a condition

List: Variables
If: Results.ScorePercent
Operator: >= Greater than or equal to
Type: Value
Value 80

To alert the Learner that this button is disabled, you may to edit the disabled state so it looks dimmed or greyd


Thank you Rebecca....

This discussion is closed. You can start a new discussion or contact Articulate Support.