Quizz
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Quiz is a fork of quiz module with big improvements:
- Quiz, question, result, answer are all now entity.
- Configuration, access, field-able result, fieldable answer per quiz, question.
- Support upgrading from quiz.
Things we could not with quiz but they are now very easy:
- DX: Question and Response handler now have interface.
- DX: OOP, full type hints.
- Multiple quiz types.
- Image TrueFalse, Video TrueFalse question types?
- Allow user upload file, record audio using answer form?
- Quiz without node module.
Question types
Question types were moved to separated projects. Grasp the modules you needs:
- https://www.drupal.org/project/quizz_cloze (Fill in the blank)
- https://www.drupal.org/project/quizz_dragdrop (in progress)
- https://www.drupal.org/project/quizz_h5p (in progress)
- https://www.drupal.org/project/quizz_matching
- https://www.drupal.org/project/quizz_memory (in progress)
- https://www.drupal.org/project/quizz_multichoice
- https://www.drupal.org/project/quizz_pool
- https://www.drupal.org/project/quizz_scale
- https://www.drupal.org/project/quizz_text (long/short answer)
Helper modules
It's strongly recommended to use quizz with helper modules:
- https://www.drupal.org/project/field_group
- date_popup, date_views (sub modules of date)
- https://www.drupal.org/project/jquery_countdown
Modules you may need
- https://www.drupal.org/project/quizz_export (in progress)
- https://www.drupal.org/project/quizz_stats
- https://www.drupal.org/project/quizz_extra
More
- Upgrade from quiz, please check out quizz_migrate project
- Support Travis bot.
- Accept PR on Github.
- Support channel on gitter
Roadmap
- Use quizz to create poll/survey
- Quiz builder
- Make quiz embeddable
- Provide new question type: Vanilla
- Provide hinting features for questions
- quizz_question module should be able to work without quizz
