Merge branch 'MDL-44056_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE

This commit is contained in:
Sam Hemelryk
2014-02-10 11:30:16 +13:00
+1
View File
@@ -62,6 +62,7 @@ class qtype_essay_qe2_attempt_updater extends question_qtype_attempt_updater {
public function set_data_elements_for_step($state, &$data) {
if (!empty($state->answer)) {
$data['answer'] = $state->answer;
$data['answerformat'] = FORMAT_HTML;
}
}
}