diff --git a/themes/default/test_questions/ordering_result.tmpl.php b/themes/default/test_questions/ordering_result.tmpl.php index fcfe23df7..91bf04ec3 100644 --- a/themes/default/test_questions/ordering_result.tmpl.php +++ b/themes/default/test_questions/ordering_result.tmpl.php @@ -8,7 +8,7 @@ <?php echo _AT('wrong_answer'); ?> - answers[$i] == -1 ? '-' : $this->answers[$i]+1; ?>. row['choice_'.$i], 'tests_questions.choice); ?> + answers[$i] == -1 ? '-' : $this->answers[$i]+1; ?>. row['choice_'.$i], 'tests_questions.choice'); ?> \ No newline at end of file