You are here

INSTALL.txt in Quiz 6.6

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. 


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 with PHP 5.x and Drupal 6.x. 

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. Configuration
  11. -------------
  12. 1. Create a user role with "create quiz" and "administer "
  13. 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.
  14. Assigning users to this role allows users other than the administrator to
  15. create questions and quizzes.
  16. 2. Add the "access quiz" permission to roles under Administer >> User management >> Access control that should be allowed to take the quizzes.
  17. How to create a quiz
  18. --------------------
  19. 1. Begin by creating a series of questions that you would like to include in
  20. the quiz. Go to Create content >> (for example, Multichoice).
  21. 2. Next, create a basic quiz by going to Create content >> Quiz. You will have
  22. the opportunity to set numerous options such as the number of questions,
  23. whether or not to shuffle question order, etc. When finished, click "Submit."
  24. 3. Finally, add questions to the quiz by clicking the "Manage questions" tab.
  25. FAQ
  26. ---
  27. Q. I'm getting tons of errors when I try and install this module! Why?
  28. A. Make sure you've installed this module with PHP 5.x and Drupal 6.x.