Copy link to clipboard
Copied
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
This is Captivate 9. !
Copy link to clipboard
Copied
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:
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