You are here

README.txt in Quiz 8.4

README file for Quiz Scale.

File

question_types/scale/README.txt
View source
  1. /**
  2. * @file
  3. * README file for Quiz Scale.
  4. */
  5. Quiz Scale
  6. Allows quiz creators to make a special question type for surveys.
  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 create simple surveys using the quiz module.
  17. The Scale module lets the quiz creator store preset answer collections, enabling rapid
  18. creation of survey questions.
  19. ----
  20. 2. Installation
  21. To install, unpack the module to your modules folder, and simply enable the module at Admin > Build > Modules.
  22. Several database tables prefixed with quiz_scale are installed to have a separate storage for this module.
  23. ----
  24. 3. Configuration
  25. Settings are to be found here: admin/quiz/questions_settings
  26. Preset answer collections can be configured at: scale/collection/manage
  27. Here you can change and delete presets(answer collections).
  28. You can give roles the 'Edit global presets' permission in the permission administration(admin/user/permissions)
  29. With this permission users can make presets available to all users, and not only themselves.