mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fix typo in a comment.
This commit is contained in:
parent
05f167f421
commit
ca9000df6f
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ class default_questiontype {
|
|||
return false;
|
||||
}
|
||||
} else {
|
||||
// Don't check for success or failure becuase some question types do not use the answers table.
|
||||
// Don't check for success or failure because some question types do not use the answers table.
|
||||
$question->options->answers = get_records('question_answers', 'question', $question->id, 'id ASC');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue