Hey guys! How do you get the score from 3 screens?, I am creating a quiz for my project and I am new to this stuff. Can someone help me?
Save results in TinyDB. TinyDB data is available on every screen.
What is TinyDB?
It's a component that you can drag & drop, just like you can with Text Boxes etc, but it is unseen in your App.
It behaves as a simple database but "behind the scenes" it is actually a singe XML file.
1 Like
Thank you so much! But can someone help me with my question?
That is your answer - each screen can save it's score to TinyDb.
You will need to experiment a bit to teach yourself.
Why has your App got 3 Screens to collect scores from? Will there be even more Screens? Given that you can only display one Screen at a time, think about only using one Screen but displaying different content as required.
1 Like
Ok, I'll try. Thank you!