Subversion Repositories wimsdev

Rev

Rev 2407 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $special_parm!=$empty
2407 bpr 3
 !changeto lang/help.$moduclass_lang/$special_parm.phtml
23 reyssat 4
!endif
5
 
1438 bpr 6
!read adm/title.phtml 3\
7
\
8
Severity levels of work sheets
23 reyssat 9
<p>
10
The server computes two averages for the work of each participant on each
11
sheet: a percentage of points obtained with respect to the number of points
12
required, and the quality of points obtained on the exercises of the sheet.
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
15
grades.
16
<p>$table_header
17
$table_hdtr<th>Level<th>Formula<th>Explanation
3049 bpr 18
$table_tr<td align="center">0<td align="center">$scoremax max(x,y)
23 reyssat 19
 <td>Very lenient: maximum between percentage and quality.
3049 bpr 20
$table_tr<td align="center">1<td align="center">$scoremax x
23 reyssat 21
 <td>Quality is not taken into account. You get maximum of grade
22
 once all the required work is done.
3049 bpr 23
$table_tr<td align="center">2<td align="center">$scoremax x y<sup>0.3</sup>
23 reyssat 24
 <td>Quality has only slight effect over the grade.
3049 bpr 25
$table_tr<td align="center">3<td align="center">$scoremax x y<sup>0.5</sup>
23 reyssat 26
 <td>More effect of quality.
3049 bpr 27
$table_tr<td align="center">4<td align="center">$scoremax x y
23 reyssat 28
 <td>To have a grade of $scoremax, you must gather all required points
29
  (100%) without making any error (quality=10).
3049 bpr 30
$table_tr<td align="center">5<td align="center">$scoremax x<sup>2</sup> y
23 reyssat 31
 <td>Unfinished work is over-punished.
3049 bpr 32
$table_tr<td align="center">6<td align="center">$scoremax x<sup>2</sup> y<sup>2</sup>
23 reyssat 33
 <td>Any mistake is over-punished.
34
$table_end <p>
35
 
36
 
37