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

Creating an action after all boxes are selected

Guest
Mar 11, 2018 Mar 11, 2018

I'm stuck on trying to get an interactive function to work properly in Captivate 9.

After the user selects ALL the boxes, I would like an image to appear on the screen.

I'm not sure how to get this function to work after selecting all the boxes.

I create a variable for each box and set each value to 1.  I'm not sure how to move on from this point in getting this

function to work.

Thanks for any assistance.

HelpWith_BoxActions_preview.jpg

178
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

correct answers 1 Correct answer

Community Expert , Mar 11, 2018 Mar 11, 2018

First decision 'Always'  (I just change a state):

Always.png

Second decision, conditional, where I am showing the Next button in this case, you need to show an image.

Checking.png

Translate
Community Expert ,
Mar 11, 2018 Mar 11, 2018

It is one of the examples I will  show in the webinar about Shared actions next Thursday. Look at the invitiation:

Invitation: Webinar Shared Actions! - Captivate blog

You didin't tell which version you are using. I will try to explain in words, since screenshots are different for CP2017 and for previous versions due to the change in the Advanced Actions dialgo box.

For each of the interactive objets you need an action with two decisions:

  • First decision will not be conditional, and will Assign the value of 1 to the associated variables as you already did + eventually other things to happen when clicking the button.
  • Second decision has to be conditional: checks if all variables are equal to 1, and shows the image when that is true.
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
Guest
Mar 11, 2018 Mar 11, 2018

I'm using CP2017.  Thanks, its that second decision for which I'm confused on how to do in captivate.

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 ,
Mar 11, 2018 Mar 11, 2018

First decision 'Always'  (I just change a state):

Always.png

Second decision, conditional, where I am showing the Next button in this case, you need to show an image.

Checking.png

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
Guest
Mar 11, 2018 Mar 11, 2018

Perfect this is what I was stumped on.  Should all the boxes have this Checking/second decision condition?

I just signed up to attend the webinar.  I need to learn more about Captivates Shared Action functionalities. 

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 ,
Mar 11, 2018 Mar 11, 2018
LATEST

Yes, you can duplicate the action and edit what is needed. Reason is that you cannot impose the sequence, you don't know when all variables are toggled to 1. That is the reason why you have to check ti for each of the interactive objects.

Have a look at my blog post about the new dialo box:

Advanced Actions Dialog box in Captivate 2017 - Captivate blog

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