How do I create a quiz app?

I’m very new to Bubble but already enjoying it. I have an idea of creating a quiz app where people can log in, answer questions and see their results. But having a lil bit of issue starting out. Can anyone help with this?

1 Like

Sounds like a good starter project, the implementation of design will be key to its eventual success but remember, Rome wasn’t built in a day, so start by building as simple an app as you can get away with.

As a minimum, you will need:

Data Types (Table):

  • Users table
  • Questions table
  • Answer table

Then build out your pages:

  • Signup page
  • Questions repeating group for the questions with button or input for answers
  • Control/Admin page - a way for you to control the app if it is live
  • Results page, think of a clever way of displaying the results.

Good luck!

3 Likes

Tnx a lot. Could you please give me a lil bit of tutorial on it? Something I could at least refer to when I get stuck.

1 Like

I also have a personal project for studies. And I was very happy with your question because it meets my need too.

I’m waiting for the tutorial if possible.

Gratitude

There are plenty of tutorials out there that will give you the proficiency to build this app, the only thing you need to invest is your time.

Open up the editor and go for it! you will ultimately learn a lot me than if I make a tutorial on how to do it.

Good luck.

This topic was automatically closed after 70 days. New replies are no longer allowed.