mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
This commit is contained in:
parent
d214057cad
commit
c544ee92f5
23 changed files with 86 additions and 32 deletions
|
@ -50,6 +50,7 @@ $accessmanager = $attemptobj->get_access_manager(time());
|
|||
$options = $attemptobj->get_display_options(true);
|
||||
|
||||
$PAGE->set_pagelayout('popup');
|
||||
$PAGE->set_heading($attemptobj->get_course()->fullname);
|
||||
$output = $PAGE->get_renderer('mod_quiz');
|
||||
|
||||
// Check permissions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue