mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
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:
parent
77cff58927
commit
96192c4459
3 changed files with 33 additions and 10 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue