Merge branch 'MDL-44056_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user