moodle/lang/en/help/quiz/grademethod.html
2004-09-12 13:21:01 +00:00

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>