Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.5, 3.2.2, 3.3
-
Component/s: Quiz
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-58699-master -
Pull Master Diff URL:
Description
One of the features of the "Full screen pop-up with some JavaScript security" setting is that, with JS disabled in the browser, the buttons available to start and continue an attempt are not show and, instead a "Javascript must be enabled to continue!" message is shown.
And that exact feature has been covered by a test always (see point #4 of MDLQA-10502 for Moodle 3.3).
But it seems that, with the changes performed by MDL-46091 this feature stopped working (since Moodle 3.1) and now it's perfectly possible to start/continue an attempt with JS disabled, so it accepts copy/paste... rendering the "Full screen pop-up with some JavaScript security" setting useless.
So this issue is about to make that functionality back to work and avoid showing those start/continue buttons to anybody with JS disabled when the setting is enabled.
Attachments
Issue Links
- blocks
-
MDLQA-11097 CLONE - A teacher can set a quiz to display in a full-screen popup
-
- Passed
-
- Discovered while testing
-
MDLQA-10502 CLONE - A teacher can set a quiz to display in a full-screen popup
-
- Passed
-
- is a regression caused by
-
MDL-46091 Rationalise confirmations when you start a quiz
-
- Closed
-