We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ee5bd commit 46bd6b3Copy full SHA for 46bd6b3
classes/question/sectiontext.php
@@ -56,7 +56,7 @@ public function required() {
56
* True if question type supports feedback options. False by default.
57
*/
58
public function supports_feedback() {
59
- return true;
+ return false;
60
}
61
62
/**
@@ -70,7 +70,7 @@ public function supports_feedback_scores() {
70
* True if the question supports feedback and has valid settings for feedback. Override if the default logic is not enough.
71
72
public function valid_feedback() {
73
74
75
76
0 commit comments