You are here

INSTALL.txt in Quiz 6.3

Installation
------------

1. Copy the entire quiz/ folder into your modules directory.

2. Log in to your site as an administrator, and go to the Administer >> Site building >> Modules
   section. Enable both the Quiz module and at least one question type module
   (for example, Multichoice).

3. You can optionally install quiz views module for an enhanced UI

   **NOTE: The permissions for views are handled seperately, each view must be configured for the
   appropriate level of permission. 

   **NOTE: matching.module at this point is there only for testing purposes and 
   will not actually do anything. Please ignore it for now.**


Configuration
-------------

1. Create a user role with "create quiz" and "administer <question_type>"
   permissions. The role can be created under Administer >> User management >> Roles and the rights can be assigned to the role under Administer >> User management >> Access control.
   Assigning users to this role allows users other than the administrator to 
   create questions and quizzes.
   
2. Add the "access quiz" permission to roles under Administer >> User management >> Access control that should be allowed to take the quizzes.


How to create a quiz
--------------------

1. Begin by creating a series of questions that you would like to include in 
   the quiz. Go to Create content >> <question type> (for example, Multichoice).
   
2. Next, create a basic quiz by going to Create content >> Quiz. You will have 
   the opportunity to set numerous options such as the number of questions, 
   whether or not to shuffle question order, etc. When finished, click "Submit."
   
3. Finally, add questions to the quiz by clicking the "Manage questions" tab. 


FAQ
---
Q. I'm getting tons of errors when I try and install this module! Why?
A. Make sure you've installed this module against Drupal 5.x. 

Q. What is matching.module for?
A. Right now, matching.module is only a placeholder for development, to test 
   certain functionality that might break when more than one question type is 
   found. For now, you can safely ignore this file.

File

INSTALL.txt
View source
  1. Installation
  2. ------------
  3. 1. Copy the entire quiz/ folder into your modules directory.
  4. 2. Log in to your site as an administrator, and go to the Administer >> Site building >> Modules
  5. section. Enable both the Quiz module and at least one question type module
  6. (for example, Multichoice).
  7. 3. You can optionally install quiz views module for an enhanced UI
  8. **NOTE: The permissions for views are handled seperately, each view must be configured for the
  9. appropriate level of permission.
  10. **NOTE: matching.module at this point is there only for testing purposes and
  11. will not actually do anything. Please ignore it for now.**
  12. Configuration
  13. -------------
  14. 1. Create a user role with "create quiz" and "administer "
  15. permissions. The role can be created under Administer >> User management >> Roles and the rights can be assigned to the role under Administer >> User management >> Access control.
  16. Assigning users to this role allows users other than the administrator to
  17. create questions and quizzes.
  18. 2. Add the "access quiz" permission to roles under Administer >> User management >> Access control that should be allowed to take the quizzes.
  19. How to create a quiz
  20. --------------------
  21. 1. Begin by creating a series of questions that you would like to include in
  22. the quiz. Go to Create content >> (for example, Multichoice).
  23. 2. Next, create a basic quiz by going to Create content >> Quiz. You will have
  24. the opportunity to set numerous options such as the number of questions,
  25. whether or not to shuffle question order, etc. When finished, click "Submit."
  26. 3. Finally, add questions to the quiz by clicking the "Manage questions" tab.
  27. FAQ
  28. ---
  29. Q. I'm getting tons of errors when I try and install this module! Why?
  30. A. Make sure you've installed this module against Drupal 5.x.
  31. Q. What is matching.module for?
  32. A. Right now, matching.module is only a placeholder for development, to test
  33. certain functionality that might break when more than one question type is
  34. found. For now, you can safely ignore this file.