- πΊπΈUnited States illeace
Using Drupal 11 and the 2.0.0-alph6 release, I am not able to reproduce this. Given the age of the issue, I suggest we mark it "closed (outdated)".
In a Question Set with an Introduction Page, the questions remain hidden after the user clicks the "Start Quiz" button. If it has no Introduction Page, it works fine.
On a Drupal 9 site, create a content type with an H5P field.
When displaying a QS with an Intro, the div with the questionset has a "hidden" class added to it. Then, when you click the "Start Quiz" button, the div with the intro screen gets hidden, and style="display: block;
should be added to the questionset div to override the "hidden" class. At least, that's how it works in my Opigno 8.x version. The buggy one is on my Opigno 9.x site, which is using the dev-3150110-drupal-9-readyness fork version of the H5P module. Both are using version 1.17 of the Question Set library.
I think the operative code is in questionset.js around the initializeQuestion(); function, but I'm not smart enough with JavaScript to figure out what's wrong.
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Using Drupal 11 and the 2.0.0-alph6 release, I am not able to reproduce this. Given the age of the issue, I suggest we mark it "closed (outdated)".