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

One Text Entry Box - multiple images - help!

New Here ,
May 25, 2016 May 25, 2016

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

Screen Shot 2016-05-25 at 12.54.58 PM.png

119
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 25, 2016 May 25, 2016
LATEST

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.

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