Skip to content

Commit

Permalink
Merge branch 'MDL-72669-311' of git://github.com/rezaies/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_311_STABLE
  • Loading branch information
junpataleta committed Oct 27, 2021
2 parents b8e5f7b + 6215cbb commit 0421a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/multianswer/renderer.php
Expand Up @@ -299,7 +299,7 @@ public function subquestion(question_attempt $qa, question_display_options $opti
$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();
Expand Down

0 comments on commit 0421a9a

Please sign in to comment.