Quiz source available online
Ok
So I finally published online the Quiz I developed for my current project Scoilnet, a portal for Irish schools.
You can download it at this link http://www.classoffers.net/quiz.zip
If you have difficulties with that let me know. Unfortunatly no much comments in my code ;-)
I included all files required for a simple Quiz. You will find also a screengrab of the data and their format.
I used an old trick to store them, rather than using some relationships between tables, but feel free to do so if you think it's better.
The questions and answers are stored all in a field with a separator, here $$$.
The final question must have 9999 as an ID to ensure that the Quiz stop at the end and give the final comments, themselves stored in Questions and answers.
Feel free to ask if you need more help