Copy link to clipboard
Copied
Hello!
I am trying to do the following:
I want to have 1 text entry box where the user enters in names (such as doctor, nurse, social worker, etc) and when they enter in one of the correct answers, the corresponding image will appear. I can make it appear on for 1 conditional option but not on multiple when I use the advanced actions. I'm obviously doing something wrong.
I've attached a screen shot of what the final page would look like, ideally. The figures do not appear until the person writes in the correct corresponding word to make one of the images appear.
Ps. I'm sort of new to Captivate, but because of the urgency of this project, I'm learning FAST!
Thank you in advance for your help!
Lauren
Copy link to clipboard
Copied
Which version are you using?
You need to use multiple decisions in the conditional advanced action that is triggered by the Submit button of the TEB.
I suppose, once an image is shown, it may remain visible? The combined conditional action will look like:
First decision "Physician"
IF v_TEB is equal to Physician OR
v_TEB is equal to physician
Show Im_Physician
Second decision "Nurse"
IF v_TEB is equal to Nurse OR
v_TEB is equal to nurse
Show Im_Nurse
....
You'll need as many decisions as you have images and names. In a conditional action you cannot turn off case sensitive, hence my OR combinations.
v_TEB is the variable associated with the TEB, Im_xxxx are the images.