I'm trying to create ER Model for the Quiz game and I need help. What is the best solution for tracking user answers in the specific game?
What do you think about putting it in GamesByUser table (GamesByUser would have a List<QuestionOption>
)
ER Model without tracking user answers: