How to disable the display for anwser list order on true/False question

Re: How to disable the display for anwser list order on true/False question

by Jean-Michel Védrine -
Number of replies: 0

Hello William,

To do this you need to comment or delete the 2 lines

shuffle($answers);

in the mod/lesson/pagetypes/truefalse.php file.

Note that my advice is  NOT to do that if you want to use lesson grades to evaluate students as it makes cheating somewhat more easy.

But if you only use lessons for learning that's OK.