Skip to content

Commit

Permalink
to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
PM84 committed Jul 15, 2024
1 parent 56b7d12 commit 2b45f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edit_aitext_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2b45f09

Please sign in to comment.