You are here

README.txt in Quiz 8.4

README file for Quiz Multichoice.

File

question_types/multichoice/README.txt
View source
  1. /**
  2. * @file
  3. * README file for Quiz Multichoice.
  4. */
  5. Quiz Multichoice
  6. Allows quiz creators to make a multiple choice question type.
  7. Sponsored by: Norwegian Centre for Telemedicine
  8. Code: falcon
  9. CONTENTS
  10. --------
  11. 1. Introduction
  12. 2. Installation
  13. 3. Configuration
  14. ----
  15. 1. Introduction
  16. This module is an attempt to make it easy to multiple choice questions using the quiz module.
  17. The multichoice module lets the user create single answer questions and multiple answer questions.
  18. Advanced feedback and scoring options are also available.
  19. The multichoice module is based on the OO framework of the quiz project.
  20. ----
  21. 2. Installation
  22. To install, unpack the module to your modules folder, and simply enable the module at Admin > Build > Modules.
  23. Several database tables prefixed with quiz_multichoice are installed to have a separate storage for this module.
  24. ----
  25. 3. Configuration
  26. Settings are to be found here: admin/quiz/questions_settings
  27. The only available setting is the number of default alternatives. This decides how many alternatives
  28. will be shown on the node-form by default. The question creator can add more by pushing the
  29. add more alternatives button, and he can always leave some alternatives blank if not all the shown
  30. alternatives are needed.