I'm having trouble with my quiz app.. plz help!

So I created a quiz app because it’s my assignment. I followed everything I know that I had to do and even compared with others my coding blocks and they seem to be the same.

My problem is that when I preview my questions, they all seem to be bundled up on the same screen/slide. I need them to be shown one at a time as the submit button is being clicked on.


Why is this happening? Am I doing something wrong? Any help will be much appreciated.
https://x.thunkable.com/copy/64a40a6c91b560cc4bd12fd3d3670a6c

It’s so helpful that you included a screenshot and a link to your project. The mistake you made is to add this block in several places:

Because app variable questionLabel is already a list, you don’t need to put the “[gear] list” in front of it. That creates a list of lists which then messes up everything you’re trying to do with that list.

1 Like

THANK YOU SO MUCH! I didn’t realize that. Truly grateful for the help :pray:t2:

1 Like

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