Copy link to clipboard
Copied
I have several TEB on one slide, but the user input value for one of the TEB needs to be 0. If the user clicks the submit button without entering any value into the TEB that equals zero, it will mark it as correct. I tried setting the TEB's variable value to 1 and then in the conditional action I have when the TEB's variable is equal to 0 execute various actions, but I get the same result. I'm using Captivate 8. Any help would be appreciated!
Well I figured it out, but just in case any one ever has this problem I'll explain what I did. I made an advanced action for the slide On Enter and set the TEB variables to 1 that required the user to enter 0. This way if the user clicks submit without entering values, the TEBs that equal 0 would be marked wrong.
Copy link to clipboard
Copied
Well I figured it out, but just in case any one ever has this problem I'll explain what I did. I made an advanced action for the slide On Enter and set the TEB variables to 1 that required the user to enter 0. This way if the user clicks submit without entering values, the TEBs that equal 0 would be marked wrong.
Copy link to clipboard
Copied
0 is considered to be the same as no entry. You cannot even test with 'IF v_TEB is equal to 0'.