I want a PHP Quiz script which will having following features
- User can select answer from multiple choices (radio button or checkboxes ) along with a small textarea for brief explanation where needed.
- User can go back and forth to change any answer
- Time will be on whole quiz not per question level
- General Admin work of a quiz
I have searched but did not found a good solution for my need. Have anyone come across a matching PHP opensource script?
I haven’t seen anything specifically like that, but you can adapt from
survey,voting, orrankingscripts. Why not just write it yourself? seems like a pretty simple script to write up.For example : http://sourceforge.net/projects/uccass/