Click here to Skip to main content
15,879,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a quiz making website in Django where users can generate quiz with n numbers of questions where questions can be of different type(MCQ,text etc.). How can I create a model for it so that users can generate questions (of any amount they like) and questions can have different types.

What I have tried:

Should I use NOSQL for this type of model?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900