mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fix typo in a comment.
This commit is contained in:
parent
05f167f421
commit
ca9000df6f
@ -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…
x
Reference in New Issue
Block a user