MDL-65883 mod_quiz: fix quiz navigation buttons href
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user