I'm creating a multi-answer quiz and have realised that if the question is answered with 1 second to go, it skips a question.
I've attached an image to show my events and I have a 2 second wait before calling the next question so I think it could be this that's causing the issue but I need a minimum of 2 seconds to show the player the answer they have selected and then to show whether it's right or wrong.
I've attempted to use 'wait for signal' but I'm not sure how this works and can't find any tutorials to explain.