Hi everyone
This is a simple quiz app , I will try to make very advanced!
Hi everyone
This is a simple quiz app , I will try to make very advanced!
Interesting concept. Is each of your answer on its own row?
No, each answer stored as boolean
Would love to talk more about this. I can’t seem to figure out the best way to have multiple different options per question
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 |
Ah yes that does work. Thanks
So you are recreating a form builder right?
Well, I love it