From dbb3c4c6eaf19e0ea378466ecd2520f3569f3c76 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Sat, 8 Apr 2006 21:48:31 +0000 Subject: [PATCH] Added $prefix to form fields so that this code could be used with manual grading --- question/comment.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/question/comment.html b/question/comment.html index f6d3ac0a0c..e004879f85 100644 --- a/question/comment.html +++ b/question/comment.html @@ -10,7 +10,7 @@ comment); + print_textarea($usehtmleditor, 15, 60, 630, 300, $prefix.'[comment]', $state->comment); ?> @@ -19,7 +19,7 @@ : - /maxgrade; ?> + /maxgrade; ?> \ No newline at end of file -- 2.39.5