Merge branch 'MDL-72669-master' of git://github.com/rezaies/moodle
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user