mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
26 lines
639 B
HTML
26 lines
639 B
HTML
<p align="center"><b>Grading method</b></p>
|
|
|
|
<p>When multiple attempts are allowed, there are different ways
|
|
you can use the grades to calculate the student's final
|
|
grade for the quiz.
|
|
|
|
<p><b>Highest grade</b><p>
|
|
<ul>
|
|
<p>The final grade is the highest (best) grade in any attempt.
|
|
</ul>
|
|
|
|
<p><b>Average grade</b><p>
|
|
<ul>
|
|
<p>The final grade is the average (simple mean) grade of all attempts.
|
|
</ul>
|
|
|
|
<p><b>First grade</b><p>
|
|
<ul>
|
|
<p>The final grade is the grade gained on the first attempt (other attempts are ignored).
|
|
</ul>
|
|
|
|
<p><b>Last grade</b><p>
|
|
<ul>
|
|
<p>The final grade is the grade gained on the most recent attempt only.
|
|
</ul>
|