When the user clicks on an alternative, the app shows the next question. In order to advance to the next question, I create a workflow as shown in the image, doing a “search for Questions: item #”.
Yes, I have each question on its own dynamic page. That would be important to keep, as the questions + choices could be a bit long, and I don’t think it would be a good idea to have the whole quiz on one page. I’m trying to replicate this design:
Just as an fyi. You can have super long pages (30k 40k pixels height or more… ). That is not a problem in Bubble. What you do is you stack groups vertically, have them all hidden and collapsed when hidden, and make them visible as you need them with custom states or url parameters
This would help you navigate from question to question faster and with easier logic
How to advance to the next item
Setup an index logic where you add +1 for every new question. An instead of manually coding #2 or #3 or #4 etc you replace the hardcoded number with a dynamic expression that uses your dynamic +1 expression