diff --git a/question/engine/datalib.php b/question/engine/datalib.php index 1fbe2aac3d5..bf8f2c0bddf 100644 --- a/question/engine/datalib.php +++ b/question/engine/datalib.php @@ -264,7 +264,7 @@ class question_engine_data_mapper { $records = $this->db->get_recordset_sql(" SELECT quba.contextid, - COALLESCE(q.qtype, 'missingtype') AS qtype, + COALESCE(q.qtype, 'missingtype') AS qtype, qas.id AS attemptstepid, qas.questionattemptid, qas.sequencenumber,