quiz 7.1.0

Bug fixes
New features

Changelog

Issues: 2 issues resolved.

Changes since 7.0.4 (compare):

Task

quiz 7.0.3

Bug fixes
New features

Contributors (6)

djdevin, duivw, jhun vert, ravikant, smustgrave, webservant316

Changelog

Issues: 4 issues resolved.

quiz 7.0.1

Bug fixes

Changelog

Issues: 1 issues resolved.

Changes since 7.0.0:

Misc

  • Fix ID

Task

  • Resolve #3088468 "Quiz not redirecting"

quiz 7.0.0

Bug fixes
New features
Views data export has been removed. If your site is using that module you will have to download to your project composer

Changelog

Issues: 3 issues resolved.

Changes since 7.0.0-alpha1:

quiz 7.0.0-alpha1

Bug fixes
New features
This is a first alpha release, recommend heavily testing before deploying to production.

Contributors (16)

quiz 6.0.0-alpha9

Unsupported

Changelog

Issues: 1 issues resolved.

Changes since 6.0.0-alpha8:

Bug

Misc

  • Add .gitlab-ci.yml

quiz 6.0.0-alpha5

Bug fixes
New features
Unsupported

This release requires Drupal 9.3 or higher.

There are no database updates since alpha4, however default configuration has changed. If your fields are all over the place and you do not mind resetting them, you can run something like:

\Drupal::service('config.installer')->installDefaultConfig('module', 'quiz');
\Drupal::service('config.installer')->installDefaultConfig('module', 'quiz_multichoice');

Changes since alpha4:

quiz 6.0.0-alpha4

Bug fixes
Unsupported

alpha4 is compatible with Drupal 8 and 9. This is a small update from alpha3.

D9 fixes:
Fixed assertion as getResumeableResult returns NULL, not FALSE.
DRUPAL_ANONYMOUS_RID is deprecated.
DRUPAL_AUTHENTICATED_RID is deprecated.
Add core_version_requirement so we can test against D9.

quiz 6.0.0-alpha2

Bug fixes
Unsupported

This fixes critical issue #3093138: Multiple Choice Questions are getting deleted automatically

Warning: there is no upgrade from Alpha1 to Alpha2 As stated in the release notes, Alpha is not ready for production use.

You must delete your multiple choice questions before upgrading.

quiz 6.0.0-alpha1

Unsupported

First Quiz D8 alpha.

This is not production ready!

Please note that most tests are working, however there may be serious issues with this release.

Please review critical issues in #3123513: [meta] Release Quiz 6.0.0-alpha3

quiz 8.x-5.x-dev

Bug fixes

Quiz 8.x-5.x is officially here.

Warning! Upgrades from one version to the next will not be supported until Beta. This version is not ready for production and the entire architecture may change before release which may require deleting all data and completely reinstalling the module.

Not working

- Quiz creation defaults
- Quiz answer exports
- Reporting/stats
- AJAX quiz

quiz 7.x-5.5

Bug fixes
Unsupported

Fixed a pretty big performance issue when working with really large quizzes or loading lots of questions at once.

#2895442: Long load times on quiz pages

quiz 7.x-4.0-rc11

Bug fixes
Unsupported

Fixing issue with H5P question type when max score = 0

quiz 7.x-4.0-rc9

Bug fixes
Unsupported

Improvements mostly to the H5P integration by the Opigno team and the H5P Core Team.

quiz 7.x-4.0-rc7

Bug fixes
Unsupported

Add support for the old way of tracking score

quiz 7.x-4.0-rc6

Bug fixes
Unsupported

Fixed IE bug related to the H5P integration

quiz 7.x-4.0-rc5

New features
Unsupported

Use 'long-choice' instead of 'choice' as interaction type

quiz 7.x-4.0-rc4

New features
Unsupported

Added report rendering engine for H5P content types.

quiz 7.x-4.0-rc3

Bug fixes
Unsupported
  • Removes too eager calls getScore and getMaxScore
  • On event, check getScore in H5P.instances first
  • Issue #2190283 by Jamesap: Adding Question while user take quiz bug
  • Support H5Ps that collect questions by only listening to the root.
  • Issue #2331227 by juho-jaakkola: List of latest quizzes grows indefinitely
  • Issue #2775449 by oldspot: Naming custom entity 'question' causes php fatal e...
  • Issue #2497383 by joe_wood: Quiz Question Installation Update 7402 Error

quiz 7.x-5.0

Bug fixes
New features
Unsupported

Quiz 5.0 is out!

Quiz 5 is a large update with lots of new functionality and architectural changes. It reflects over 2 years of development and testing and brings the Quiz project up to date with many of Drupal's built-in technologies, and sets a good starting point for a D8 version.

For the full feature list, and upgrade instructions, see the project page.

Quiz 7.x-4.x will only receive critical bug or security fixes.

quiz 7.x-5.0-rc5

Bug fixes
Unsupported

This RC fixes a critical bug in the Scale question type and addresses an issue with MySQL 5.7 during an upgrade.

quiz 7.x-5.0-rc3

Bug fixes
New features
Unsupported

This is likely the last release candidate for Quiz 5.0.

All release blockers have been fixed.

Make sure to run update.php after updating to this release.

quiz 7.x-5.0-rc1

Bug fixes
Unsupported

This is the first release candidate for version 5 of Quiz. Only critical bugs will block the final release.

This release fixes a major blocking bug upgrading from 7.x-4.x where multichoice answers were incorrectly recorded multiple times, and manual work was needed to upgrade. This is no longer necessary and the following in-place upgrades are now fully supported:

7.x-4.x -> 7.x-5.0-rc1
7.x-5.x -> 7.x-5.0-rc1
6.x-4.x -> 7.x-5.0-rc1

quiz 7.x-5.0-beta4

Bug fixes
New features
Unsupported

Major changes:
Both a "Quiz result" and an individual "Quiz result answer" are now using the Entity API for rendering. This allows them to be used in Views, Panels, have fields attached, etc. There are no user-visible changes in this release.

quiz 7.x-4.0-rc2

Bug fixes
Unsupported

The most important improvement here is a fix for the H5P integration to make sure that Quiz is able to fetch the scores from more H5P question types.

Other fixes:
Issue #2537128 by snehi: "Requirements" in README file still list "Drupal 6.x" as a requirement in D7
Issue #2592699 by GeduR: Undefined property: stdClass::$uid in QuizQuestion->viewCanRevealCorrect()
Issue #2592699 by djdevin: use n.nid for checking ownership

Pages

Subscribe with RSS Subscribe to Releases for Quiz