From 2b45f09551773ea16d9873de7c40461cfa0878f3 Mon Sep 17 00:00:00 2001 From: Peter Mayer Date: Mon, 15 Jul 2024 22:44:02 +0200 Subject: [PATCH] to squash --- edit_aitext_form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/edit_aitext_form.php b/edit_aitext_form.php index d567ff8..705f5d4 100755 --- a/edit_aitext_form.php +++ b/edit_aitext_form.php @@ -58,7 +58,6 @@ protected function definition_inner($mform) { $mform->setType('markscheme', PARAM_RAW); $mform->setDefault('markscheme', get_config('qtype_aitext', 'defaultmarksscheme')); $mform->addHelpButton('markscheme', 'markscheme', 'qtype_aitext'); - $mform->addRule('markscheme', get_string('markschememissing', 'qtype_aitext'), 'required'); $models = explode(",", get_config('tool_aiconnect', 'model')); if (count($models) > 1 ) { $models = array_combine($models, $models);