mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Missed a $quiz...
This commit is contained in:
parent
be59cfc13d
commit
535f470186
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class quiz_match_qtype extends quiz_default_questiontype {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shuffle the answers if required
|
// Shuffle the answers if required
|
||||||
if ($quiz->shuffleanswers) {
|
if ($cmoptions->shuffleanswers) {
|
||||||
$state->options->subquestions = swapshuffle_assoc($state->options->subquestions);
|
$state->options->subquestions = swapshuffle_assoc($state->options->subquestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue