mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 09:23:09 +02:00
Merge branch 'luca-branch' of https://github.com/ilyatregubov/moodle
This commit is contained in:
commit
259ec50af6
@ -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