You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: INSTALL.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,17 @@
2
2
3
3
1. Copy the entire quiz/ folder into your modules directory.
4
4
5
-
2. Log in to your site as an administrator, and go to the Administer >> Site building >> Modules
6
-
section. Enable both the Quiz module, the Quiz Question module and at least one question type module
7
-
(for example, Multichoice).
5
+
2. Log in to your site as an administrator, and go to the Administer >> Site
6
+
building >> Modules section. Enable both the Quiz module, the Quiz Question
7
+
module and at least one question type module (for example, Multichoice).
8
8
9
9
## How to create a quiz
10
10
11
11
1. Create a basic quiz by going to Create content >> Quiz. You will have
12
12
the opportunity to set many options if you would like.
13
13
14
-
2. Finally, add questions to the quiz by clicking the "Quiz" tab and then "Manage questions". Here you can create a new question, or use the question bank to add a previously used question.
14
+
2. Finally, add questions to the quiz by clicking the "Quiz" tab and then
15
+
"Manage questions". Here you can create a new question, or use the question
16
+
bank to add a previously used question.
15
17
16
18
3. After adding questions, click the "Take" tab to take the Quiz!
Copy file name to clipboardexpand all lines: README.md
+47-15
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
The Quiz module lets you create graded assessments in Drupal. A Quiz is given as a series of questions. Answers are then stored in the database. Scores and results are displayed during or after the quiz. Administrators can provide automatic or manual feedback. See all the features below! This module can be used as
1
+
The Quiz module lets you create graded assessments in Drupal. A Quiz is given as
2
+
a series of questions. Answers are then stored in the database. Scores and
3
+
results are displayed during or after the quiz. Administrators can provide
4
+
automatic or manual feedback. See all the features below! This module can be
5
+
used as
2
6
3
7
* an object in a larger LMS, or a supplemental classroom activity
4
8
* a standalone activity (audio, video, rich text in questions/answers)
@@ -8,7 +12,8 @@ The Quiz module lets you create graded assessments in Drupal. A Quiz is given as
8
12
## Features
9
13
10
14
* Extensive Views, Rules integration through Entity API
11
-
* Integration with H5P making 20+ [content types](http://h5p.org/content-types-and-applications) available
15
+
* Integration with H5P making 20+
16
+
[content types](http://h5p.org/content-types-and-applications) available
12
17
* OO Question API
13
18
* Very configurable feedback times and options
14
19
* Pre-attempt questionnaires (through Field API)
@@ -30,7 +35,8 @@ The Quiz module lets you create graded assessments in Drupal. A Quiz is given as
30
35
31
36
## Question types included
32
37
33
-
* H5P - 20 [H5P content types](http://h5p.org/content-types-and-applications) available
If you do not have any custom question modules, an upgrade to 5.x is easy.
62
76
63
-
**Note:** There are core issues with MySQL 5.7, but only during the upgrade. See [here](https://www.drupal.org/node/2812685#comment-11702775) if you have to use MySQL 5.7 and Drupal 7. If you do have custom question modules, they may have to be updated slightly to work with the 5.x version.
77
+
**Note:** There are core issues with MySQL 5.7, but only during the upgrade. See
78
+
[here](https://www.drupal.org/node/2812685#comment-11702775) if you have to use
79
+
MySQL 5.7 and Drupal 7. If you do have custom question modules, they may have to
80
+
be updated slightly to work with the 5.x version.
64
81
65
82
## Roadmap
66
83
@@ -75,16 +92,31 @@ If you do not have any custom question modules, an upgrade to 5.x is easy.
75
92
76
93
## Support
77
94
78
-
We have a big community supporting Quiz, and it's getting bigger! Let's make this the best assessment engine, ever. [IRC](https://drupal.org/irc), in #drupal-course (for Quiz, Course, Certificate module support) [IRC](https://drupal.org/irc), in #drupal-edu (general edu talk) [Drupal groups](https://groups.drupal.org/quiz)[The issue queue](https://www.drupal.org/project/issues/quiz)
95
+
We have a big community supporting Quiz, and it's getting bigger! Let's make
96
+
this the best assessment engine, ever. [IRC](https://drupal.org/irc),
97
+
in #drupal-course (for Quiz, Course, Certificate module support)
98
+
[IRC](https://drupal.org/irc), in #drupal-edu (general edu talk),
Please continue to help out with cleaning up the issue queue! https://drupal.org/node/2280951 Have a feature request? Please open an issue in the issue queue!
104
+
Please continue to help out with cleaning up the issue queue!
105
+
https://drupal.org/node/2280951 Have a feature request? Please open an issue in
106
+
the issue queue!
83
107
84
108
## Drupal 8
85
109
86
-
The D7 version of this module is being cleaned up so that a migration/port to D8 will be easier.
110
+
The D7 version of this module is being cleaned up so that a migration/port to
111
+
D8 will be easier.
87
112
88
113
## Credits
89
114
90
-
Many users have contributed lots of feature requests and bug reports. Previous maintainers also deserve a lot of credit! Join the Quiz group at http://groups.drupal.org/quiz to get involved! **Quiz is currently being sponsored by:** djdevin@[DLC Solutions](http://www.dlc-solutions.com)/[EthosCE](http://www.ethosce.com) for the 7.x-5.x branch **Previous sponsors**[The e-learning company Amendor](http://amendor.com)[The Norwegian Centre for ICT in Education](http://iktsenteret.no/english)[Norwegian Centre for Integrated Care and Telemedicine](http://telemed.no/)
115
+
Many users have contributed lots of feature requests and bug reports. Previous
116
+
maintainers also deserve a lot of credit! Join the Quiz group at
117
+
http://groups.drupal.org/quiz to get involved! **Quiz is currently being
0 commit comments