Merge branch 'test4' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE

This commit is contained in:
Ilya Tregubov 2023-09-15 17:38:42 +08:00
commit a5f1d86040
No known key found for this signature in database
GPG Key ID: 0F58186F748E55C1

View File

@ -61,6 +61,10 @@ class qformat_aiken extends qformat_default {
return true;
}
public function validate_file(stored_file $file): string {
return $this->validate_is_utf8_file($file);
}
public function readquestions($lines) {
$questions = array();
$question = null;