Skip to content

Commit 46bd6b3

Browse files
authored
rebased my PR #503 to MOODLE_401_STABLE (#514)
Signed-off-by: rezeau <[email protected]>
1 parent b2ee5bd commit 46bd6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/question/sectiontext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function required() {
5656
* True if question type supports feedback options. False by default.
5757
*/
5858
public function supports_feedback() {
59-
return true;
59+
return false;
6060
}
6161

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

7676
/**

0 commit comments

Comments
 (0)