Skip to content

Commit

Permalink
Merge branch 'MDL-79226-402' of https://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_402_STABLE
  • Loading branch information
HuongNV13 authored and ilyatregubov committed Sep 15, 2023
2 parents 71694c9 + fedce77 commit 1b60f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions question/format/aiken/format.php
Expand Up @@ -61,6 +61,10 @@ public function provide_export() {
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;
Expand Down

0 comments on commit 1b60f7e

Please sign in to comment.