Merge branch 'MDL-35357_m24' of git://github.com/rwijaya/moodle into MOODLE_24_STABLE
This commit is contained in:
@@ -213,6 +213,7 @@ class lesson_page_type_essay extends lesson_page {
|
||||
} else {
|
||||
$essayinfo = new stdClass();
|
||||
$essayinfo->answer = get_string("didnotanswerquestion", "lesson");
|
||||
$essayinfo->answerformat = null;
|
||||
}
|
||||
|
||||
if (isset($pagestats[$this->properties->id])) {
|
||||
|
||||
Reference in New Issue
Block a user