Skip to content

Commit

Permalink
rebased my PR PoetOS#503 to MOODLE_401_STABLE
Browse files Browse the repository at this point in the history
Signed-off-by: rezeau <[email protected]>
  • Loading branch information
rezeau committed Oct 2, 2023
1 parent cb07cc2 commit 3f87242
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 3f87242

Please sign in to comment.