Copy link to clipboard
Copied
Regardless of the User entering correct or incorrect input into a Text Entry Box, I want the On Success action to Go to Next Slide. For whatever reason, when the User inputs the incorrect data, it does not advance. However, when the User inputs the correct data, the slide advances.
How can I ensure this happens for incorrect data, too?
There is some misunderstanding about the TEB.
If you validate the TEB you have normally two possible results when the user submits the entry
This is obviously not what you want. Set the answer from Inifinite to 1, and you'll have a second event (Success was the first event), which is indicated as Last Attempt. If you want t
...Copy link to clipboard
Copied
Do you validate the TEB?
How many attempts do you have for the TEB? Can you post a screenshot of the Actions tab?
Copy link to clipboard
Copied
Hi Lilybiri,
Yes, I validate the TEB and have it set to Infinite Attempts for the On Success action.
Copy link to clipboard
Copied
There is some misunderstanding about the TEB.
If you validate the TEB you have normally two possible results when the user submits the entry
This is obviously not what you want. Set the answer from Inifinite to 1, and you'll have a second event (Success was the first event), which is indicated as Last Attempt. If you want the same to happen as for a correct answer choose the same action:
More details about events in this article:
Copy link to clipboard
Copied
Oh! Goodness, I can't believe I didn't realize this. Thanks a ton, Lilybiri!! It works like a charm
Copy link to clipboard
Copied
You're welcome!