mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
34d52ad7d2
When you add a random question to a quiz, then a question is chosen randomly from the same category. Questions are not repeated in a particular quiz attempt. This still needs more testing, but it's looking OK so far.
19 lines
662 B
HTML
19 lines
662 B
HTML
<p align="center"><b>Random Question</b></p>
|
|
|
|
<p>Random questions are a special question type.</p>
|
|
|
|
<p>When you put a Random Question into a quiz, then a question
|
|
will be chosen randomly from the whole category, on each attempt.</p>
|
|
|
|
<p>The maximum grade for the question will always be when you have chosen
|
|
as the grade for the Random Question.</p>
|
|
|
|
<p>If you make a quiz with, say, 10 random questions, then each student
|
|
may get a completely different set of 10 questions each time they
|
|
attempt the quiz.</p>
|
|
|
|
<p>Note that you can mix random and non-random questions if you want to
|
|
ensure that particular questions are always included.</p>
|
|
|
|
|