MDL-44056 questions: restore essay attempts from 2.0 notice.

This commit is contained in:
Tim Hunt 2014-02-09 17:47:39 +00:00
parent 974c2cdc03
commit 9a59691237

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;
}
}
}