Merge branch 'MDL-35357_m24' of git://github.com/rwijaya/moodle into MOODLE_24_STABLE

This commit is contained in:
Dan Poltawski
2013-01-22 11:48:16 +08:00
+1
View File
@@ -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])) {