Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / overallfeedback.html
blob05c4fa973fbb2495ce989f68774bbf47d439d1f2
1 <h1>Overall feedback</h1>
3 <p>The overall feedback is some text that is shown to a student after
4 they have completed an attempt at the quiz. The text that is shown
5 can depend on the grade the student got.</p>
7 <p>For example, if you enter:</p>
9 <p>Grade boundary: 100%<br />
10 Feedback: Well done<br />
11 Grade boundary: 40%<br />
12 Feedback: Please study this week's work again<br />
13 ...<br />
14 Grade boundary: 0%</p>
16 <p>Then students who score between 100% and 40% will see the
17 "Well done" message, and students who score between 39.99% and 0%
18 will see the other message. That is, the grade boundaries define
19 ranges of grades, and each feedback string is displayed to
20 scores within the appropriate range.</p>
22 <p>The grade boundaries can be specified either as a percentage, for example "31.41%", or
23 as a number, for example "7". If your quiz is out of 10 marks, a grade boundary of 7 means
24 7/10 or better.</p>