mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-65883 mod_quiz: fix quiz navigation buttons href
This commit is contained in:
parent
5dae8c0515
commit
589c4f9474
@ -2121,7 +2121,8 @@ class quiz_attempt {
|
||||
// First question on page, go to top.
|
||||
$fragment = '#';
|
||||
} else {
|
||||
$fragment = '#q' . $slot;
|
||||
$qa = $this->get_question_attempt($slot);
|
||||
$fragment = '#' . $qa->get_outer_question_div_unique_id();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user