Downloads
Download tar.gz
46.63 KB
MD5: 39d2817f30f20c49cff940518b7dc6e9
SHA-1: 7c76e90ea367be570b3830bdc629568e53457855
SHA-256: 8bb9f714a8398fedf85adf275c3b9adeb22c74d1b3e7c8a5d9b1cae665bd4dd8
Download zip
53.79 KB
MD5: ee56bb162279b5035d554e7c41b686d8
SHA-1: 56b739239d0bf70ff1f6ec94637205055d0de74d
SHA-256: 200722a01b5a9b09e070eb7e854ccd6a2beb8da5e85043904a75b1f47415f6f3
Release notes
The last open issue for 6.x-2.0 has been fixed.
Note that this change has changed the API. The following function signature has changed:
function quiz_take_quiz() string
is now
function quiz_take_quiz(stdClass $quiz_node) string
In the quiz module, this code is only called once, so this was a minor change.
Changes since DRUPAL-6--2-0-ALPHA1:
- Fix for #317982
- Navigating backwards through a test now works. Answers are now remembered, and you can navigate all the way to the beginning.
- Fixed incremental feedback to use i18n features. Modified CSS to be consistent. Added some inline code comments.
- Fixed #255771 and fixed some Node API implementation bugs re: saving questions and quizes.
- publian: patch for #245892 to fix random question checks on taxonomy questions.
- capono: #315285 fixed.
- Fixed versioning issue where a quiz could lose the number of questions assigned if it was updated from the Edit tab. Also renamed some confusingly-named identifiers.
- Views section is now updated for Views2 RC6
- Issue #298046 fixed. WARNING: Post-beta API change.
Thanks to z allen, westwesterson, and publian for patches to get D6 working.