Merge branch 'MDL-72669-master' of git://github.com/rezaies/moodle

This commit is contained in:
Jun Pataleta
2021-10-27 15:07:32 +08:00
+1 -1
View File
@@ -299,7 +299,7 @@ class qtype_multianswer_multichoice_inline_renderer
$feedbackimg = $this->feedback_image($matchinganswer->fraction);
}
$select = html_writer::select($choices, $qa->get_qt_field_name($fieldname),
$response, array('' => ''), $inputattributes);
$response, array('' => ' '), $inputattributes);
$order = $subq->get_order($qa);
$correctresponses = $subq->get_correct_response();