Quiz app with glide

Hi everyone

This is a simple quiz app , I will try to make very advanced!

2 Likes

Interesting concept. Is each of your answer on its own row?

No, each answer stored as boolean

1 Like

Would love to talk more about this. I can’t seem to figure out the best way to have multiple different options per question :frowning:

How are you structuring your data?

I’ve just got a table of choices at the moment so my questions are limited to binary answers (or answers that only use this one column in the choice table). But I want each question to reference difference choices depending on what I define in the question table.

Wouldn’t it be possible for you to do something like this?

Question ID Option
Q1 Option 1
Q1 Option 2
Q1 Option 3
1 Like

Ah yes that does work. Thanks

1 Like

So you are recreating a form builder right? :thinking:
Well, I love it :stuck_out_tongue_closed_eyes: