MDL-48629 Quiz: Change separator for matching correct answer feedback
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user