diff --git a/lib/questionlib.php b/lib/questionlib.php index 44e2251a808..29fd4e6f446 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -1171,6 +1171,7 @@ function get_question_image($question, $courseid) { function question_print_comment_box($question, $state, $attempt, $url) { global $CFG; + $prefix = 'response'; $usehtmleditor = can_use_richtext_editor(); $grade = round($state->last_graded->grade, 3); echo '
'; @@ -1182,7 +1183,7 @@ function question_print_comment_box($question, $state, $attempt, $url) { echo '
'; if ($usehtmleditor) { - use_html_editor('comment'); + use_html_editor(); } }