#Quiz Game Help
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I believe that you forgot to change the visibility in the following functions when getting the wrong answer:
_on_btn_tawheed_pressed()
_on_btn_aqeedah_pressed()
If your questions are labels you can also change what they display throught script with $labelname.text = "input text here", this will simplify your code greatly and will allow to randomly rotate the questions for extra practice for your users.