Hi,
I created a quiz web app where anyone can join or create a quiz.
The quiz has a limit on participants.
Should I add a Participant data type to the web app, or should I just add a field called ‘participants’ in the Quiz data type?
Hi,
I created a quiz web app where anyone can join or create a quiz.
The quiz has a limit on participants.
Should I add a Participant data type to the web app, or should I just add a field called ‘participants’ in the Quiz data type?
I’d suggest adding a Participant data type, so that you can store additional info as well (Participant details ofc + their score, timestamp for attendance, amount of time it took to take the quiz etc)
This topic was automatically closed after 70 days. New replies are no longer allowed.