Skip to content
Snippets Groups Projects
Commit 2fcd5182 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Update readme

parent 2b0f31dc
No related branches found
No related tags found
No related merge requests found
......@@ -37,28 +37,26 @@ used as
## Question types included
* H5P - 20 [H5P content types](http://h5p.org/content-types-and-applications)
available
* 4.x - included
* 5.x - https://www.drupal.org/project/quiz_h5p
* True or false
* Multiple choice
* Short answers
* Long answers
* Scale
* Question directions
* Matching
* Drag and drop (with lines) - moved to
https://www.drupal.org/project/quiz_ddlines
## Quiz addons
* [Charts](http://drupal.org/project/charts) - used by Quiz stats to render
some useful data
* [jQuery Countdown](http://drupal.org/project/jquery_countdown) - provides
jQuery timer for timed quizzes
* [Views Data Export](http://drupal.org/project/views_data_export) - export
Quiz results and user answers
* Extensive Views
* Rules integration through Entity API
* OO Question API
* Very configurable feedback times and options
* Pre-attempt questionnaires (through Field API)
* Views and Views Bulk Operations for managing questions/results
* Drag and drop ordering of questions/answers/pages
* Configurable questions per page
* Devel generate support (dummy Quiz/Question/Result data)
* Question randomization, from per-Quiz pool or taxonomy category
* Certainty-based marking
* Multiple attempts per user
* Lots of unit test coverage
* Adaptive mode and feedback
* Build on last attempt mode
* Timed quizzes
* Question reuse across multiple Quizzes
* Robust Quiz/Question versioning
* AJAX quiz taking
* And many more...
## Installation
......@@ -70,46 +68,25 @@ used as
## How to create a quiz
1. Create a basic quiz by going to Create content >> Quiz. You will have
1. Create a basic quiz by going to Create content > Quiz. You will have
the opportunity to set many options if you would like.
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.
3. After adding questions, click the "Take" tab to take the Quiz!
## Other modules we like
## Similiar modules
* [H5P - HTML5 learning objects](https://www.drupal.org/project/h5p)
* [Course](https://www.drupal.org/project/course) - put multiple quizzes
together
* [Certificate](https://www.drupal.org/project/certificate) - award a
certificate after passing a Course/Quiz
* [Course](https://www.drupal.org/project/course) - put multiple quizzes together
* [Certificate](https://www.drupal.org/project/certificate) - award a certificate after passing a Course/Quiz
Check out the
[Quiz affiliated modules wiki](http://groups.drupal.org/quiz/177684)
to see a fuller list of modules that extend quiz.
### Modules that extend Quiz
## Upgrading from 7.x-4.x
If you do not have any custom question modules, an upgrade to 5.x is easy.
**Note:** There are core issues with MySQL 5.7, but only during the upgrade. See
[here](https://www.drupal.org/quiz/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.
## Roadmap
* [#2378365]
* Create multiple types of quizzes!
* Custom quiz defaults per type
* Optionally remove node dependency
* [#2378359]
* Create multiple types of questions!
* Varying content fields per question
* Create audio questions, video questions, etc.
* [Charts](http://drupal.org/project/charts) - used by Quiz stats to render some useful data
* [jQuery Countdown](http://drupal.org/project/jquery_countdown) - provides jQuery timer for timed quizzes
* [Views Data Export](http://drupal.org/project/views_data_export) - export Quiz results and user answers
* [Webform Quiz Elements](https://www.drupal.org/project/webform_quiz_elements)
## Support
......@@ -126,11 +103,6 @@ Please continue to help out with cleaning up the issue queue!
https://drupal.org/quiz/2280951 Have a feature request? Please open an issue in
the issue queue!
## Drupal 8
The D7 version of this module is being cleaned up so that a migration/port to
D8 will be easier.
## Credits
Many users have contributed lots of feature requests and bug reports. Previous
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment