Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
4.2.0
-
None
-
MOODLE_402_STABLE
-
Moodle Apps - 2023 Sprint i2.2
Description
As reported in MOBILE-4345, MDL-75210 caused a regression with quizzes using sequential navigation.
In particular, the following condition was introduced in mod/quiz/classes/external.php :
if ($attemptobj->check_page_access($attemptobj->get_question_page($slot), false)) { |
$questions[] = $question; |
}
|
This prevents the app from getting information about any question that is not the current, and thus prevents the bookmarks and quiz summary/review from displaying properly. It also affected navigation itself, but a workaround to fix that was introduced in MOBILE-4345 (it should be reverted once a proper solution is introduced).
Attachments
Issue Links
- Discovered while testing
-
MOBILE-4345 Sequential layout navigation not working in Quiz
-
- Closed
-
- is blocked by
-
MDL-79295 Create new Web Service to retrieve a quiz attempt status
-
- Open
-