MDL-51771 question engine: fix typo in SQL
Thanks to Pete at learningpool.com for finding thsi bug.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user