mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-9303 - General Feedback not shown for essay questions on review screen. Merged from MOODLE_17_STABLE.
This commit is contained in:
parent
23a947985b
commit
54074fb872
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class default_questiontype {
|
|||
}
|
||||
|
||||
$generalfeedback = '';
|
||||
if ($isgraded && $options->generalfeedback) {
|
||||
if ($options->generalfeedback) {
|
||||
$generalfeedback = $this->format_text($question->generalfeedback,
|
||||
$question->questiontextformat, $cmoptions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue