mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-51097_m31v1' of https://github.com/sbourget/moodle
This commit is contained in:
commit
c3c5e30930
@ -215,6 +215,8 @@ if (empty($pageid)) {
|
||||
}
|
||||
} elseif ($jumpto == LESSON_NEXTPAGE) {
|
||||
$lastpageseen = $lesson->get_next_page($attemptpage->nextpageid);
|
||||
} else if ($jumpto == LESSON_CLUSTERJUMP) {
|
||||
$lastpageseen = $lesson->cluster_jump($attempt->pageid);
|
||||
} else {
|
||||
$lastpageseen = $jumpto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user