I want to make a quiz app. The application will be played with two people online
I want to have a control panel where I will write the questions. (I want to enter the questions on the web weekly.) Random questions will be selected from the list of questions and the contestants will be asked.
When registering for the application, you will be asked for Name, Surname, Username (mail) and password information; Login with username and password.
After logging in, the contestant who wants to play a game with his friend will be notified to his friend after entering his friend’s username. The game will open after the friend says “Play” to the notification.
Answers will only be entered as numerical values
Is it possible to do this application with thunkable? If not, what parts can I not do?
You can do almost all the stuff with push notifications, a realtime database and you just need accounts at OneSignal and Firebase you can do the quiz verification inside the app itself for now the notification thing can only be tested on ANDROID but can be installed on iOS and Android if you are a PRO member
Actually it’s doable using Airtable or realtime DB. But need to code another “game master” app to update questions on the fly. Then the player apps are the ones that take the questions data from cloud database (Realtime DB have this cool feature or triggering an event when the data changes) and display on the players respective apps.
I’ve done that with Firebase on an shared database. One app updates the database (in particular, some stocks information), And the another “receiver app” which is distributed to users and coded with the same Firebase credentials, access the data. Pretty power tool.
Hahaha… I am also learning. When I discovered Airtable with thunkable… I was really excited. Given that it is also a spreadsheet, the possibilities with it are endless… Happy Thunking.
Thanks - it’s just a demo to showcase the functionality of having a conventional “Quiz” screen, and a separate, PIN-protected, admin screen to adding new questions.
There’s lots of scope here for other features too. One that springs to mind is adding the option to remove questions.