Merge branch 'MDL-38222_27' of git://github.com/jmvedrine/moodle into MOODLE_27_STABLE
This commit is contained in:
@@ -1503,6 +1503,9 @@ class lesson extends lesson_base {
|
||||
$found = true;
|
||||
} else if ($page->qtype == LESSON_PAGE_ENDOFCLUSTER) {
|
||||
$exitjump = $DB->get_field("lesson_answers", "jumpto", array("pageid" => $page->id, "lessonid" => $this->properties->id));
|
||||
if ($exitjump == LESSON_NEXTPAGE) {
|
||||
$exitjump = $lessonpages[$page->id]->nextpageid;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user