- Issue created by @abhinavk
- Status changed to Needs review
over 1 year ago 2:53pm 25 April 2023 - last update
over 1 year ago 84 pass, 2 fail - 🇮🇳India abhinavk
While making this module Drupal 10 compatible, I encountered following errors and add solution in the patch:
-Errors in Upgrade status.
-Drupal check errors which were not ignorable. Added drupal-check file.
-Errors faced while testing functionality and running test cases. Mostly related to accessCheck.Attaching Patch and drupal check file.
- last update
over 1 year ago 50 pass, 14 fail The last submitted patch, 2: quiz_d10-3356316-2.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- Issue was unassigned.
- last update
over 1 year ago 90 pass - 🇮🇳India abhinavk
Here is the new patch with test failure fix and code sniffer fixes.
- Status changed to RTBC
over 1 year ago 11:37am 28 April 2023 - 🇮🇳India rahul1707
I have tested Patch #4 in Drupal 10.0.7 and 9.5.7 and PHP 8.1. Patch applied cleanly and makes this module D10 compatible. Functionality is working as expected. Moving this to RTBC for D10 compatible release.
- last update
over 1 year ago 50 pass, 14 fail - Status changed to Needs review
over 1 year ago 1:09pm 28 April 2023 - last update
over 1 year ago 90 pass - last update
over 1 year ago 50 pass, 14 fail - 🇬🇧United Kingdom oily Greater London
I have tested patch quiz_d10-3356316-4.patch on a Drupal 10 site. I enabled the short question and multiple choice question types, created a test quiz, added questions, used the randomisation to change the question order and undertaken the quiz as a quiz user. I generated two sets of quiz results. No errors were generated on-screen or reported under Reports > recent log messages.
- I started out by creating a Drupal 10.0.9 site using DDEV-local.
- Then followed this documentation: http://www.yuseferi.com/en/blog/How-apply-patches-Drupal-8-Composer
- However, in addition it was necessary to install this plugin: https://github.com/mglaman/composer-drupal-lenient
- So i ran this command:
ddev composer config minimum-stability dev
- Then
ddev composer require mglaman/composer-drupal-lenient
- Then
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/quiz"]'
- Then this command worked:
ddev composer require -W 'drupal/quiz:6.x-dev@dev'
- If you have not done so already, you need to install the cweagans/composer-patches plugin also and install the above patch.
- First commit to issue fork.
- last update
over 1 year ago 90 pass - @bcdev opened merge request.
- eac80157 committed on 6.x
Issue #3356316 by AbhinavK, bcdev, rahul17, andrew.farquharson: Drupal...
- eac80157 committed on 6.x
- Status changed to Fixed
about 1 year ago 2:34pm 30 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 11:02pm 18 December 2023 - 🇨🇦Canada dadderley Vancouver
Anybody know when to expect a Drupal 10 release?
- 🇺🇸United States docans
I have installed quiz following all the steps in https://www.drupal.org/project/quiz/issues/3356316#comment-15099250 📌 Drupal 10 compatibility fixes Fixed
How ever, when i click start Quiz. The page just refreshes and nothing happens
Any idea