From: tjhunt Date: Wed, 11 Apr 2007 19:04:52 +0000 (+0000) Subject: MDL-9303 - General Feedback not shown for essay questions on review screen. Merged... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=54074fb872db6a1bac18491159dc0fd1a946dcbb;p=moodle.git MDL-9303 - General Feedback not shown for essay questions on review screen. Merged from MOODLE_17_STABLE. --- diff --git a/question/type/questiontype.php b/question/type/questiontype.php index dfa507e5b4..1bd6b57578 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -597,7 +597,7 @@ class default_questiontype { } $generalfeedback = ''; - if ($isgraded && $options->generalfeedback) { + if ($options->generalfeedback) { $generalfeedback = $this->format_text($question->generalfeedback, $question->questiontextformat, $cmoptions); }