Score counter with multiple screens

Hello everyone, I want to make a quiz and want to count score but I have a different screen for each question. How can I make the final score appear in a new screen?

Stop right there.

The limit on screens in AI2 is 10.

Figure out how to reuse just one Screen.
See the many screens item in

I use 6 screens in total.

Use TinyDB to store your score and read it again in the next screen

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Thank you so much!

Just do this in screen 1:-
blocks (2)
and where you want to show score do this:-

1 Like