WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
164 stars 73 forks source link

[enhancement] Multi-variant quiz questions ? #7

Closed pupadupa closed 9 years ago

pupadupa commented 9 years ago

Hi,

Are you planed to implement multi-variant quiz questions?

WillyJimmyDev commented 9 years ago

Hi pupadupa, by multi-variant questions, do you mean having different sets of questions for the same quiz/topic? So someone taking the quiz would possibly not get the same questions as a friend thereby making it more difficult to cheat etc?

I hadn't planned on implementing that but it's definitely something that I could take a look at...

Apologies if that isn't what you mean by multi-variant questions.

pupadupa commented 9 years ago

I mean type of questions, in which user could chose more than 1 answer (checkbox instead radios). For questions such as "Choose all answers that .."

WillyJimmyDev commented 9 years ago

Ah, multiple choice questions. Yeah, I definitely plan to implement those. Over the next few months, I'll be making lots of improvements to the project. Different types of questions, multiple choice, picture rounds etc and different variations of quizzes such as polls and surveys. Thanks for your interest :)