mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
fixed comment typo
This commit is contained in:
parent
a675ada572
commit
4fb3f25384
@ -59,7 +59,7 @@ class lesson_page_type_matching extends lesson_page {
|
||||
|
||||
protected function make_answer_form($attempt=null) {
|
||||
global $USER, $CFG;
|
||||
// don't suffle answers (could be an option??)
|
||||
// don't shuffle answers (could be an option??)
|
||||
$answers = array_slice($this->get_answers(), 2);
|
||||
$responses = array();
|
||||
foreach ($answers as $answer) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user