2.8.1 How to disable Cloze multichoice shuffling

2.8.1 How to disable Cloze multichoice shuffling

by Đinh Lư Giang -
Number of replies: 0

Hello

I upgraded my site from 2.6 to 2.8.1. All the Cloze multichoice become shuffled (not shuffled in Quiz preview) I tried:

1. To upgrade all possible plugins

2. To modify the code in question/type/multianswer/questiontype.php

$subqdata->options->shuffleanswers = !isset($questiondata->options->shuffleanswers) ||

changed to

$subqdata->options->shuffleanswers = 0;

DID NOT WORK

3. TO modify the code in question/type/multianswer/questiontype.php

$wrapped->shuffleanswers = 1;

changed it

$wrapped->shuffleanswers = 0;

DID NOT WORK

Any advices and helps?

Thanks

Dinh Lu Giang




Average of ratings: -