Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Quiz is Beta?
What does this mean? Not much. There will be no more API-breaking changes.
Feel free to use Quiz 5 in production as there will be a solid upgrade path from 4.x to 5.x-beta to 5.x.
Currently you can upgrade from the latest 7.x-4.x but please do a DB backup before doing so as a precaution.
Fixed since the last Alpha:
Expose quiz properties relationship to Entity API. Duplicated quiz element to nodes, to store the quiz property information and use Entity API/Rules.
Fixed an issue with matching and qq_import.
Fixed an issue with the leftover "aid" column after migration.
Fixed cannot delete long answer questions.
Fixed issue with matching user answers export not showing correct choices.
Miscellaneous API improvements.
Show message when answers cannot be changed.
Show question number on feedback page.
Update readmes to markdown.
#2013168: Quiz Question with Pages and Panels
#2390573: Updating a question does not update the quiz to use the latest revision of the question
#2398119: Additional weighted review times
#2398119: Additional weighted review times
#2431409: "Leave blank" causes a crash
#2453205: Quiz Page Numbering Incorrect
#2464087: Updating AJAX quiz to utilize ajax framework and changing the use of args()
#2478917: Unused variable
#2482983: How to create a quiz max score greater than 99
#2484743: Replace 'und' with the constant LANGUAGE_NONE for multi language site in quiz
#2485093: Clarify/correct "Leave Blank" button and "Allow Skipping" functionality
#2485785: token support in quiz and question feedback
#2487508: Question numbering
#2491639: Quiz Pages - feedback problem
#2497477: Decouple forms from page callback via removal of arg(...) from quiz.admin.inc
#2508581: Resubmitting a skipped answer does not grade it
#2509232: General error: 1364 Field 'pass_rate' doesn't have a default value: INSERT INTO {quiz_node_properties}
#2509836: Submit with empty questions return error
#2516782: Multi-choice answers checkbox does not preserve state when navigating quiz
#2520298: URL looses destination query on redirect to revision action after node edit
#2521904: Export results with answers
#2522066: views filter for last attempt
#2535376: using "build on last" does not restore points/correctness
#2541178: Notice: Undefined index: revision in quiz_question_node_form_submit()
#2541788: Entity/Node_view_alter hooks not invoked after node_build_content()
#2541788: Entity/Node_view_alter hooks not invoked after node_build_content()
#2541788: Entity/Node_view_alter hooks not invoked after node_build_content()
#2542264: Quiz delete does not invoke entity_delete on quiz entity
#2542644: SQL Error after upgrade 4.0-beta2 > 5.0-alpha10
#2548233: More decoupling of url structure from forms
#2548905: Improve matching reporting
#2556651: When answer cannot be changed, "next" button should not validate form
#2560717: Incorrect loop termination when buidling $quizzes_to_update
#2560735: Division by zero causes error in Postgres
#2562931: Even more decoupling of url structure from forms
#2569813: Revisions still created when auto revisioning is off
#2573615: On "repeat until correct" the next question button displays but it goes backwards