Thunkable quiz game

Hi @jnyrsebrbev, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines as you get started.

I think there are two things to keep an eye on for scoring:
The first is to be incrementing the score each time the user answers correctly. In this example, I have a variable for the user’s score, quizScore, which is initially set to 0 each time the game is played.
Screenshot 2024-03-07 at 10.32.55 AM

This function will display the score, you could use this at the end of the game:
Screenshot 2024-03-07 at 10.30.27 AM