Hi, Im pretty new to thunkable and been using it for college to create a app of my choice. I decided on a game app, and want to be able to have a user input their name, store it, work their way through the quiz using my data spreadsheet, then display the score at the end with their name, but have a button to display a local leader board where I can have the stored users names + scores. Yet, I am able to create the score system using a couple of tutorials, but the user input and another post mention lists is completely throwing me off… Any help is much appreciated. Ill share my project so far so you can see the blocks already. Thanks all !
What you changed will fix the counting problem? Ive noticed also there is a huge delay sometimes when pulling from the spreadsheet. It will just not update the question or answers, or just not at all so i cant even complete it to see the score!
How would I go about the storing of user name and score and displaying on an end page? I completely forgot to even add the leaderboard screen at the end, but ive done that now.
If you just use a real database intended for this kind of ordering, you could easily do this. Heck, even airtable is better than trying to use google sheets for this.
You can use the api blocks to easily grab data and in the same step tell the server to return the data ordered and to limit to the top 10 results.
Ah okay, Id rather use google sheets since im using that already. People were taking about using variables or just using fire something or other externally. I was only going to do the top 3 scores, its not a massive project and should probably be simpler than it already is but im commited.
Do you have a step by step on how to do this? as well as the block code Ill need. Im super struggling here haha
What do you mean? The numbers were there to represent the collums of the spreadsheet. 1-4 for each button, then with a if statement if that button is pressed then add to score?