Check boxes using Advanced Actions
Hello all,
I'm running into an issue when trying to use Advanced Actions to simulate clicking several check boxes in a Software Simulation.
I have three Click Boxes, that all assign a variable (i.e. CHKBX1_On) with 1 upon Success.
In my Advanced Action, I have it set to If CHKBX1_on is equal to 1, show CheckBox_1 (An image of a checked box). Else - hide CheckBox_1
Now I have three check boxes that I need clicked in order to click a final click box to "select" and go to the next slide. Meaning within my Advanced Action, I have another rule that
If CHKBX1_on is equal to 1
and
If CHKBX2_on is equal to 1
and
If CHKBX3_on is equal to 1
then
Enable ClickBox_Next
else
Disable ClickBox_Next.
So far this has not worked at all. Clicking any of the original 3 click boxes does not trigger the showing of the image, and I am able to click ClickBox_Next regardless of what else I have clicked. I even removed ClickBox_Next and placed it the next slide, and changed the AA to If all three equal 1, Go To Next Slide. This is also not working. Below are some screenshots, please give me a hand with what I'm doing wrong.



