]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9303 - General Feedback not shown for essay questions on review screen. Merged...
authortjhunt <tjhunt>
Wed, 11 Apr 2007 19:04:52 +0000 (19:04 +0000)
committertjhunt <tjhunt>
Wed, 11 Apr 2007 19:04:52 +0000 (19:04 +0000)
question/type/questiontype.php

index dfa507e5b4fdeaac92fab2ee87cc4613d4d8c7c5..1bd6b57578e7caa0b2aafdf058be1f5dd63afb6a 100644 (file)
@@ -597,7 +597,7 @@ class default_questiontype {
         }
 
         $generalfeedback = '';
-        if ($isgraded && $options->generalfeedback) {
+        if ($options->generalfeedback) {
             $generalfeedback = $this->format_text($question->generalfeedback,
                     $question->questiontextformat, $cmoptions);
         }