mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-14643 - Revert the hugely umpopular change from MDL-10841.
This commit is contained in:
parent
1c03ffe58b
commit
b3efa7078d
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class question_multichoice_qtype extends default_questiontype {
|
|||
format_text($answer->answer, FORMAT_MOODLE, $formatoptions, $cmoptions->course);
|
||||
|
||||
// Print feedback if feedback is on
|
||||
if (($options->feedback || $options->correct_responses) && ($checked || $options->readonly)) {
|
||||
if (($options->feedback || $options->correct_responses) && $checked) {
|
||||
$a->feedback = format_text($answer->feedback, true, $formatoptions, $cmoptions->course);
|
||||
} else {
|
||||
$a->feedback = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue