MDL-74127 lesson: Show remaining attempts on all types of jumps

- Show remaining attempts on all types of jumps
- Highlight the lesson tab when viewing the continue page.
This commit is contained in:
Peter Dias
2022-03-14 12:55:26 +08:00
parent 967d9b2546
commit 07e8f72f72
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ if ($result->nodefaultresponse || $result->inmediatejump) {
// Set Messages.
$lesson->add_messages_on_page_process($page, $result, $reviewmode);
$PAGE->set_secondary_active_tab('modulepage');
$PAGE->set_url('/mod/lesson/view.php', array('id' => $cm->id, 'pageid' => $page->id));
$PAGE->set_subpage($page->id);