Skip to main content
Participating Frequently
March 6, 2020
Question

Moving to particular slide after clicking 4 buttons

  • March 6, 2020
  • 1 reply
  • 229 views

I am trying to set a condition on a slide that after clicking all the buttons on it, the slide moves to a particular slide. Can I do this in captivate, please help.

This topic has been closed for replies.

1 reply

Lilybiri
Legend
March 6, 2020

Sure you can, but will need some advanced actions. Have multiple examples on my blog. There are two ways, one where the user cannot click twice on the same button, one where he can. In short: the second workflow

  1. Create 4 user varaibles, will label them v_one, v_two, v_three, v_four. Those are Booleans, default value set to 0
  2. For each button you'll need a two decision advanced action, combining a standard action and a conditional action in the correct sequence:
    1. First decision 'Always' is a standard action which toggles the user variable to 0 and executes the other command you wanted to do with the button.
    2. Second decision 'Checkit' is conditional, will check the value of the four variables and shows a button which jumps to that particular slide, or if you don't need time to show what has to be done with the 'last' button will jump directly

You see that I miss some details from you to be more precise.