Function still evaluates previous/text even after being changed

Im making a quiz app and compiled three (multiple choice) questions in one screen, so i did it by comparing the text of the button/answer to a string containing the right answer, once you get the right answer a "Next" button will pop-up and proceeds to the next question where it changes the text of the buttons to a different set of choices. But even if i select the wrong button/answer (which was the right button on the previous question), the "Next" button pops up.

It's hard to say anything without seeing your blocks.
Right-click on the block editor, then select "Download Blocks as Image" and place the downloaded PNG file here.

If the number of blocks increases as the number of questions increases, you are doing it wrong.

Questions, answers, and background images are all data that should be loaded from a file.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.