mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 14:15:11 +02:00
Merge branch 'test4' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
a5f1d86040
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user