Skip to content

Commit

Permalink
rebased my PR #503 to MOODLE_401_STABLE (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: rezeau <[email protected]>
  • Loading branch information
rezeau authored Feb 23, 2024
1 parent b2ee5bd commit 46bd6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/question/sectiontext.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function required() {
* True if question type supports feedback options. False by default.
*/
public function supports_feedback() {
return true;
return false;
}

/**
Expand All @@ -70,7 +70,7 @@ public function supports_feedback_scores() {
* True if the question supports feedback and has valid settings for feedback. Override if the default logic is not enough.
*/
public function valid_feedback() {
return true;
return false;
}

/**
Expand Down

0 comments on commit 46bd6b3

Please sign in to comment.