You are here

README.txt in Quiz 6.3

Non-displayable characters.

File

README.txt
View source
  1. Overview
  2. --------
  3. The quiz.module is a framework which allows you to create interactive quizzes
  4. for your visitors. It allows for the creation of questions of varying types, and
  5. to collect those questions into quizzes.
  6. Requirements
  7. ------------
  8. Drupal 6.x
  9. PHP 4.3.0 or greater (5 is strongly recommended)
  10. MySQL 5
  11. The module consists of two types of modules: the Quiz module itself
  12. (quiz.module), and various question types (example: multichoice.module). The
  13. main Quiz module and at least one question type module are required to be both
  14. installed and enabled for this module to function properly.
  15. Features
  16. --------
  17. - Administrative features:
  18. o Assign feedback to responses to help point out places for further study
  19. o Supports multiple answers to quiz questions (on supporting question types)
  20. o Limit the number of takes users are allowed
  21. o Extensibility allows for additional question types to be added
  22. o Permissions (create/edit)
  23. o Randomize questions during the quiz
  24. o Assign only specific questions from the question bank
  25. - User features:
  26. o Can create/edit own quizzes if have 'create quizzes' permission
  27. o Can take a quiz if have 'view quizzes' permissions, and receive score
  28. Installation
  29. ------------
  30. Please refer to the INSTALL file for installation directions.
  31. Support
  32. -------
  33. - Visit the Quiz group at http://groups.drupal.org/quiz
  34. Credits
  35. -------
  36. - Specification: Robert Douglass
  37. - Original author: Károly Négyesi
  38. - Update to Drupal 5: Wim Mostrey and riverfr0zen
  39. - Maintainers: Angela Byron, westwesterson, mbutcher, sivaji
  40. I'd like to extend a heart-felt thank you to the folks at Google for their
  41. Summer of Code program, without which my working on this module would not have
  42. been possible. I'd also like to extend my thanks to Robert Douglass as my mentor
  43. on this project, for his tireless patience and faith in my abilities, and the
  44. entire Drupal development community for their support while I struggled with
  45. foreign concepts like 'node' and 'taxonomy.' You guys all provided me with
  46. support, encouragement, and fun times and I sincerely hope to remain a part of
  47. the Drupal community for a long time to come!
  48. Also huge thanks go to Ejovi Nuwere of http://www.securitylab.net/ for
  49. sponsoring further module development after Summer of Code.
  50. -Angela Byron/'webchick'