I want to develop a Quiz/Exam Application using Yii2.
-
I want it to have multi-choice, essay and True/False
-
The questions can be crated manually or imported from xml
-
It should interact with database (get and submit data)
How do I go about this using Yii2? Or is there any extension/plugin or sample I can use.
Thanks in advance