Forum Discussion
Pick one - invalid response error message
- 7 months ago
There's a "Submit [interaction]" trigger before the triggers that select the Correct or Incorrect buttons. So neither button is selected at that point, which is why you see the "Invalid answer" message.
Also, the conditions for selecting the Incorrect trigger need to be connected with "or." (Connecting with "and" means the trigger will only run if both conditions are met. Connecting with "or" means the trigger will run if any of the conditions is met.)
Alternately, you could use just one trigger to select a response button by adding an Else statement:
There's a "Submit [interaction]" trigger before the triggers that select the Correct or Incorrect buttons. So neither button is selected at that point, which is why you see the "Invalid answer" message.
Also, the conditions for selecting the Incorrect trigger need to be connected with "or." (Connecting with "and" means the trigger will only run if both conditions are met. Connecting with "or" means the trigger will run if any of the conditions is met.)
Alternately, you could use just one trigger to select a response button by adding an Else statement:
Related Content
- 2 months ago
- 4 months ago
- 6 months ago