Button not appear after next question

Hello, this is my first time build an app on thunkable, i have one problem here. i tried to build a quiz app for my Final year project on my bachelor degree. i already follow an instruction on youtube Build your own Quiz App - YouTube. First question is fine, when come to next question, all my answer button is invisible. anyone can help with that?

1 Like


this is my block, anything mistake on my block? first question is fine,but when it come to second question, all answer button is like invisible

2 Likes

in your after_the_user_answer function, you call a function called reset_button_colors which turns all the buttons white - but the text itself is white - thus you’ve made the buttons “invisible” yet they’re still there.
perhaps you should set the button background to blue (normal button color), instead of white so they become visible again.
the invisibilty starts AFTER the first question is answered - that’s why you think it works on the first but not on the 2nd, 3rd, 4th, etc.questions.

5 Likes

Wow now its work like charm. Thank you so much sir for helping me. salute

2 Likes

i’m glad it worked.

2 Likes

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