Missed a $quiz...

This commit is contained in:
mindforge 2005-07-14 16:37:12 +00:00
parent be59cfc13d
commit 535f470186

View file

@ -117,7 +117,7 @@ class quiz_match_qtype extends quiz_default_questiontype {
}
// Shuffle the answers if required
if ($quiz->shuffleanswers) {
if ($cmoptions->shuffleanswers) {
$state->options->subquestions = swapshuffle_assoc($state->options->subquestions);
}