Complete question management!
The only thing worth mentioning in the process today is refactoring of the question modal.
There are a few types of questions.
Just a question statement, MCQ, Fill in the blank...
In order to ensure the question format can be styled separately, using polymorphism, I've extracted out various question layout to different files.
example: partials/mcq, partials/just-questions
This way, if the question is in MCQ format, it will load the mcq layout.
I'm 80% done! Almost ready for a test drive!
There are a few types of questions.
Just a question statement, MCQ, Fill in the blank...
In order to ensure the question format can be styled separately, using polymorphism, I've extracted out various question layout to different files.
example: partials/mcq, partials/just-questions
This way, if the question is in MCQ format, it will load the mcq layout.
I'm 80% done! Almost ready for a test drive!