MDL-9303 - General Feedback not shown for essay questions on review screen. Merged from MOODLE_17_STABLE.

This commit is contained in:
tjhunt 2007-04-11 19:04:52 +00:00
parent 23a947985b
commit 54074fb872

View 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);
}