After doing a quiz that has been shuffled, present the feedback in the

same order.  Note that shuffled ANSWERS may still appear reshuffled.

When viewing reports, all shuffling is switched off so that quizzes
always appear in the default order (for easier comparison).

Also a few tweaks, robustness etc
This commit is contained in:
moodler 2003-04-16 13:10:48 +00:00
parent 77cff58927
commit 96192c4459
3 changed files with 33 additions and 10 deletions

View file

@ -126,6 +126,8 @@
$quiz->feedback = true;
$quiz->correctanswers = true;
$quiz->shuffleanswers = false;
$quiz->shufflequestions = false;
quiz_print_quiz_questions($quiz, $result, $questions);
if (empty($review)) {