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 513fedc commit 3b1b16cCopy full SHA for 3b1b16c
question.php
@@ -299,6 +299,9 @@ public function summarise_response(array $response) {
299
* @return string the message.
300
*/
301
public function get_validation_error(array $response) {
302
+ // This method is only called by the renderer of each question type.
303
+ // We do not call it in our renderer, so we can just return an empty string.
304
+ // The question package is responsible for displaying validation errors using JavaScript.
305
return '';
306
}
307
0 commit comments