Re: Database scheme for a simple quiz app

2017-09-24 Thread Mike Dewhirst
On 25/09/2017 4:06 AM, Maitreya Verma wrote: I am trying to make a simple website where people can take quizzes (there can be multiple quizzes for any user) and their results ( as well as the option they chose) has to be stored. For that, I made a custom user class which will store details of a

Database scheme for a simple quiz app

2017-09-24 Thread Maitreya Verma
I am trying to make a simple website where people can take quizzes (there can be multiple quizzes for any user) and their results ( as well as the option they chose) has to be stored. For that, I made a custom user class which will store details of a user. Quiz class, one instance of which will