You are here

README.txt in Quiz 7.5

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