I'm trying to design a database for an application where users can submit and take tests.
Here is what I got so far:
https://i.stack.imgur.com/pgf7m.png
I'm particularly unsure about the relation between Test_Testee
and QuestionAnswer_TesteeAnswer
. I need a way to connect the answers & the questions & the tests, but I'm afraid the solution I came up with is a bit naive.
If you can see anything wrong with my design, or if you would do something different please say so, I'm just looking for some general feedback.
Thanks!