How many tables should i create for the Quiz Addon

Kirk

Well-known member
Hi all.

So I was wondering how many database tables I should create for the quiz add-on

So far i've come up with the the following:

QuizCategories
 
The schema is one of the most important parts.

Have a think about what the add-on will be doing and that will determine the schema.
Most likely you will have to tweak it once you start writing the code.
 
Top Bottom