jewlofthelotus / SlickQuiz

A jQuery plugin for creating pretty, dynamic quizzes.
http://jewlofthelotus.github.com/SlickQuiz
MIT License
400 stars 244 forks source link

Force checkboxes #45

Closed Aybee closed 9 years ago

Aybee commented 10 years ago

A new variable for questions to force checkboxes even if only one answer is true. For if you don't want to give the user a hint that only one answer is true. Maybe he then selects 2 checkboxes although only one answer is true. With radios this was not possible with force_checkbox this now is possible.

Set the variable true in your quizJSON for every question you want to force checkboxes

...
"force_checkbox": true,
...
Aybee commented 10 years ago

Solution for #42

jewlofthelotus commented 9 years ago

@Aybee Nice change! Thanks for the contribution!