Participants input is correct but categorized as false

Hello @LAUS

well, in the post Showing next sequence after a correct answer, the code is

if input.text == sequence:

not

if inputText.text == sequence:

You could add a print( sequence) command and `print(input.text) before the if-construction to check the vaslue of these two variables.

Best wishes Jens