mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-78939' of https://github.com/paulholden/moodle
This commit is contained in:
commit
04cdf6889d
@ -1447,10 +1447,8 @@ class qformat_xml extends qformat_default {
|
||||
$expout .= " <correctanswerlength>" .
|
||||
$answer->correctanswerlength . "</correctanswerlength>\n";
|
||||
$expout .= " <feedback {$this->format($answer->feedbackformat)}>\n";
|
||||
$files = $fs->get_area_files($contextid, $component,
|
||||
'instruction', $question->id);
|
||||
$expout .= $this->writetext($answer->feedback);
|
||||
$expout .= $this->write_files($answer->feedbackfiles);
|
||||
$expout .= $this->write_files($this->feedbackfiles[$answer->id]);
|
||||
$expout .= " </feedback>\n";
|
||||
$expout .= "</answer>\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user