Merge branch 'MDL-69966-master' of https://github.com/danielneis/moodle

This commit is contained in:
Jun Pataleta
2022-01-18 10:53:51 +08:00
+1 -1
View File
@@ -854,7 +854,7 @@ class mod_quiz_renderer extends plugin_renderer_base {
'quiz_access_manager::get_preflight_check_form, not a warning message string.');
}
$button = new single_button($url, $buttontext);
$button = new single_button($url, $buttontext, 'post', true);
$button->class .= ' quizstartbuttondiv';
if ($popuprequired) {
$button->class .= ' quizsecuremoderequired';