Subversion Repositories wimsdev

Rev

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

Rev 14134 Rev 15832
Line 1... Line 1...
1
!! +exec+ +score+ +subst+ +var+ +adm+
1
!! +exec+ +score+ +subst+ +var+ +adm+
2
tit:getscorepercent
2
tit:getscorepercent
3
type:$type_both; $type_adm
3
type:$type_both; $type_adm
4
 
4
 
5
syntax:!getscorepercent ``[user=quser]'' ``[class=qclass]'' ``[sheet=qsheet]''
5
syntax:!getscorepercent ``[user=quser]'' ``[class=qclass]'' ``[sheet=qsheet]''
6
mean: percentage of work done for each sheet of the current class, or the specified class:<ul>\
6
mean: summary for work done for each exercise of a sheet. The output is four ''word score mean best level'':<ul>\
7
<li>score=100*cumulative_points/required_points (< 100)</li>\
7
<li>score : sum of cumulative_points of each exercises of the sheet (limited by required points of each) divided \
-
 
8
   by sum of required_points of all exercises of the sheet (integer between 0 and 100)</li>\
8
<li>mean=quality (<10)</li>\
9
<li>mean : average of score for all score (between 0 and 10)</li>\
9
<li>best=10*(required/10 best_scores)/required_points (< 100)</li>\
10
<li>best : average of best score for each exercices of the sheet (integer between 0 and 100). \
10
<li>level=minimum of the required/10 best_scores (< 100)</li></ul>\
11
  see command ''getscorebest'' for meaning of best score of an exercise</li>\
-
 
12
<li>level : average of minimum score for each exercices of the sheet (integer between 0 and 100).\
-
 
13
  see command ''getscorelevel'' for meaning of minimum score of an exercise</li></ul>\
-
 
14
<ul><li>default value for class is ''wims_class''</li> \
-
 
15
  <li>default value for user is ''wims_user'' </li> \
11
If no sheet id is specified, each line represent a sheet.
16
  <li>If no sheet id is specified, each line represent a sheet.</li>\
-
 
17
  </ul>\
-
 
18