Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Captivate 9 - Only show next button (or image) if all buttons on a screen are pushed

Explorer ,
May 13, 2016 May 13, 2016

I'm using variables and actions to try and achieve this but hitting a wall.

The idea is I want to show an image (or the next button) when someone has clicked every option. Or in other words confirmed they have done four things. They have to complete all the 'tasks' before they see the image/message/next button. They can be completed in any order. If they only complete three, even if they complete tasks two thru four, they won't get to move on.

Here's my file

WeTransfer

This is Captivate 9. !

204
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 13, 2016 May 13, 2016
LATEST

You are probably on 9.0.1.320?

This question has be answered multiple times in the forums. Sorry, but I don't accept files to debug, will try to explain:

  1. Create one user variable for each 'option': v_one, v_two.....
  2. Set those variables to a default value of 0, each will be toggled to 1 when the option has been clicked
  3. Create an advanced conditional action with Two Decisions:
    1. First decision:  will mimick a standard action, I will label it 'Always', looks like this:
      IF 1 is equal to 1

                      Assign v_one with 1           (in a shared action the variable needs to be a parameter)
                      do....                                   whatever you wanted to do with that option - you didn't specify

            2.  Second decision 'CheckAll'
                IF v_one is equal to 1 AND
                    v_two  is equal to 1  AND

                   v....                                        all the variables should have the value = 1
                SHOW Bt_Next                        that button has to be hidden in Output at the start
            
               
  

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources