Question about Text Entry Boxes and Fluid Boxes
I am using a custom questions slide with text input boxes. If the user types the incorrect answer into the text box then a series of actions need to happen:
1. State of an object changes
2. Hint button appears
If the input is correct then the following needs to happen:
1. Next question on slide is shown
2. State of object is changed
I am using the variable "Text_Entry_Box_1" to capture what is input into the TEB and using the statement if "Text_Entry_Box_1" contains "the answer" then {do all the necessary actions} else {do the actions for incorrect response}.
My question is after the first entry, the on success actions do not seem to happen again. The variable seems to capture the updated text input but the actions are not occurring. I have infinite attempts selected and I've tried with both "Validate User input" selected and without. Do I need to "reset" the TIB? Is there just an inbuilt "correct" variable to the TIBs that I could use?
As a side note, when using TEBs, is there a way to unlock failure/success captions from the fluid boxes without also unlocking the text entry box? My option to unlock the captions is grayed out unless I also unlock the TEB.
I'm on a Mac using Captivate 10.0.1.285
