You are here

README.txt in Quiz 5

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