diff --git a/classes/question/sectiontext.php b/classes/question/sectiontext.php index 46c59d63..6e75a8f5 100644 --- a/classes/question/sectiontext.php +++ b/classes/question/sectiontext.php @@ -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; } /** @@ -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; } /**