diff --git a/question/type/match/renderer.php b/question/type/match/renderer.php index 732efa82e73..8f973e02eea 100644 --- a/question/type/match/renderer.php +++ b/question/type/match/renderer.php @@ -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)]; }