Hi everyone,
I’m working on a quiz app for my diploma project, using the official Thunkable tutorial on YouTube (titled How to Create a Quiz App with Thunkable).
I’ve already created an alpha build of the app, which includes a timer. When the timer runs out, it highlights the correct and incorrect answers.
However, I realized that I need to disable the answer buttons once the timer ends, so players can’t change their answers after seeing which one is correct. I tried creating a block that disables all the answer buttons after the timer runs out. But when I test the app on my phone, the buttons only appear greyed out—the correct and incorrect answers aren’t highlighted in green and red, so players can’t tell which answer was correct.
When I removed the disableAnswerButtons
function from the part of the app triggered by the timer, the answer highlighting worked perfectly (correct answers appeared green, and wrong ones red).
I’ve tried placing the disableAnswerButtons
function both before and after the “highlight answer” blocks, but nothing seems to work.
Has anyone built something similar or could help me figure out how to correctly implement a question randomizer in Thunkable?
Any help or example blocks would be greatly appreciated!
Thanks in advance for your support!