You are here

README.txt in Quiz 7.5

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
  17. quiz module.
  18. The multichoice module lets the user create single answer questions and multiple
  19. answer questions. Advanced feedback and scoring options are also available.
  20. The multichoice module is based on the OO framework of the quiz project.
  21. ----
  22. 2. Installation
  23. To install, unpack the module to your modules folder, and simply enable the
  24. module at Admin > Build > Modules.
  25. Several database tables prefixed with quiz_multichoice are installed to have a
  26. separate storage for this module.
  27. ----
  28. 3. Configuration
  29. Settings are to be found here: admin/quiz/questions_settings
  30. The only available setting is the number of default alternatives. This decides
  31. how many alternatives will be shown on the node-form by default. The question
  32. creator can add more by pushing the add more alternatives button, and he can
  33. always leave some alternatives blank if not all the shown alternatives are
  34. needed.