Hello Bubble.is Community
So I am working on an application within the platform, and I am having a hard time wrapping my head around how I can implement dynamic question loading.
The system will go like this:
Request is sent to the page -> Page will fetch question number from the database and load the correct question up on screen -> user will answer the question -> IF correct it will give 10 coins to the users account : else it asks them to try it again -> Loads the next question = repeats until 100 questions have been answered.
The issue I am currently figuring out is how I can check the question ID (from the user table), then fetch the correct question, hint and answer to be given then display it on the page from another database table for the user to continue with the puzzles.
Any help would be much appreciated, thank you.