Subversion Repositories wimsdev

Rev

Rev 2407 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2407 Rev 3049
Line 13... Line 13...
13
Let x be the percentage and y the quality, both scaled proportionally
13
Let x be the percentage and y the quality, both scaled proportionally
14
to values between 0 and 1. Here are the formulas for the computation of the
14
to values between 0 and 1. Here are the formulas for the computation of the
15
grades.
15
grades.
16
<p>$table_header
16
<p>$table_header
17
$table_hdtr<th>Level<th>Formula<th>Explanation
17
$table_hdtr<th>Level<th>Formula<th>Explanation
18
$table_tr<td align=center>0<td align=center>$scoremax max(x,y)
18
$table_tr<td align="center">0<td align="center">$scoremax max(x,y)
19
 <td>Very lenient: maximum between percentage and quality.
19
 <td>Very lenient: maximum between percentage and quality.
20
$table_tr<td align=center>1<td align=center>$scoremax x
20
$table_tr<td align="center">1<td align="center">$scoremax x
21
 <td>Quality is not taken into account. You get maximum of grade
21
 <td>Quality is not taken into account. You get maximum of grade
22
 once all the required work is done.
22
 once all the required work is done.
23
$table_tr<td align=center>2<td align=center>$scoremax x y<sup>0.3</sup>
23
$table_tr<td align="center">2<td align="center">$scoremax x y<sup>0.3</sup>
24
 <td>Quality has only slight effect over the grade.
24
 <td>Quality has only slight effect over the grade.
25
$table_tr<td align=center>3<td align=center>$scoremax x y<sup>0.5</sup>
25
$table_tr<td align="center">3<td align="center">$scoremax x y<sup>0.5</sup>
26
 <td>More effect of quality.
26
 <td>More effect of quality.
27
$table_tr<td align=center>4<td align=center>$scoremax x y
27
$table_tr<td align="center">4<td align="center">$scoremax x y
28
 <td>To have a grade of $scoremax, you must gather all required points
28
 <td>To have a grade of $scoremax, you must gather all required points
29
  (100%) without making any error (quality=10).
29
  (100%) without making any error (quality=10).
30
$table_tr<td align=center>5<td align=center>$scoremax x<sup>2</sup> y
30
$table_tr<td align="center">5<td align="center">$scoremax x<sup>2</sup> y
31
 <td>Unfinished work is over-punished.
31
 <td>Unfinished work is over-punished.
32
$table_tr<td align=center>6<td align=center>$scoremax x<sup>2</sup> y<sup>2</sup>
32
$table_tr<td align="center">6<td align="center">$scoremax x<sup>2</sup> y<sup>2</sup>
33
 <td>Any mistake is over-punished.
33
 <td>Any mistake is over-punished.
34
$table_end <p>
34
$table_end <p>
35
 
35
 
36
 
36
 
37
 
37