adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / matchgrades.html
blobfc76764dfb5c9d65aceb5cd43d241cfd4ef57efb
1 <h1>Match Grades</h1>
3 <p>Imported grades <b>must</b> match one of the
4 fixed list of valid grades, as follows...</p>
6 <ul>
7 <li>100%</li>
8 <li>90%</li>
9 <li>80%</li>
10 <li>75%</li>
11 <li>70%</li>
12 <li>66.666%</li>
13 <li>60%</li>
14 <li>50%</li>
15 <li>40%</li>
16 <li>33.333</li>
17 <li>30%</li>
18 <li>25%</li>
19 <li>20%</li>
20 <li>16.666%</li>
21 <li>14.2857</li>
22 <li>12.5%</li>
23 <li>11.111%</li>
24 <li>10%</li>
25 <li>5%</li>
26 <li>0%</li>
27 </ul>
29 <p>negative values of the above list
30 are also permitted.</p>
32 <p>There are two settings for this switch. They affect how
33 the import routine treats values that do not <strong>exactly</strong>
34 match one of the values in the above list</p>
36 <ul>
37 <li><strong>Error if grade not listed</strong><br />
38 If a question contains any grades not found in the list an error is displayed
39 and that question will not be imported.</li>
40 <li><strong>Nearest grade if not listed</strong><br />
41 If a grade is found that does not match a value in the list, the grade is changed
42 to the closest matching value in the list</li>
43 </ul>
45 <p><i>Note: some custom import formats write directly to the database and may bypass
46 this check</i></p>