mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-51771' of git://github.com/timhunt/moodle
This commit is contained in:
commit
e54193ed3e
@ -306,7 +306,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user