Game Scoring Problem

Im trying to make a game that keeps score. Basically, on each frame, the user answers a question. Whether right or wrong, the game moves on to the next frame.
How do i show their score throughout the game and at the end of the game as well?

Any help please

its simple, first Declear a global variable/Dynamic text field. each answer will have some points for example correct answer 1 and wrong 0.when user submit add his point to the global variable.

hope you got it. :wink: