Merge branch 'wip-MDL-48629-master' of https://github.com/Beedell/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2016-10-18 01:58:31 +02:00
+1 -1
View File
@@ -140,7 +140,7 @@ class qtype_match_renderer extends qtype_with_combined_feedback_renderer {
if (!isset($choices[$question->get_right_choice_for($stemid)])) {
continue;
}
$right[] = $question->make_html_inline($this->format_stem_text($qa, $stemid)) . ' ' .
$right[] = $question->make_html_inline($this->format_stem_text($qa, $stemid)) . ' → ' .
$choices[$question->get_right_choice_for($stemid)];
}