Hello,
I have a client who has asked me to create a module for his CMS system, that allows him to create a 1-question quiz with 3 multiple answers (pretty simple for you guys I guess).
So far I have created the form and also a script that checks for the right answer and then put data into MySql according to what answer was chosen.
I am kinda stuck at the moment as I can’t figure out how i can make him create a new quiz? Furthermore it has to possible for him to activate/deactivate a quiz from time to time? (For this I will create a cell in the mysql table with the value either 1=active or 2=deactivate. Any better idea to solve that problem?
Can you give my any suggestions of how you would manage this?