From: mark-nielsen Date: Sat, 8 Apr 2006 21:48:31 +0000 (+0000) Subject: Added $prefix to form fields so that this code could be used with manual grading X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dbb3c4c6eaf19e0ea378466ecd2520f3569f3c76;p=moodle.git Added $prefix to form fields so that this code could be used with manual grading --- 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