1 <h1>Grading method
</h1>
3 <p>When multiple attempts are allowed, there are different ways
4 you can use the grades to calculate the student's final
5 grade for the quiz.
</p>
8 <p>The final grade is the highest (best) grade in any attempt.
</p>
10 <h2>Average grade
</h2>
11 <p>The final grade is the average (simple mean) grade of all attempts.
</p>
14 <p>The final grade is the grade gained on the first attempt (other attempts are ignored).
</p>
17 <p>The final grade is the grade gained on the most recent attempt only.
</p>