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 denote one quiz.
How can options which people chose be stored?