Subversion Repositories wimsdev

Rev

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

Rev 15835 Rev 15839
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: summary for work done for each exercise of a sheet. The output is four ''word score mean best level'':<ul>\
6
mean: summary for work done for each exercise of a sheet. The output is four \
-
 
7
  ``word score mean best level'':<ul>\
7
<li>score : sum of cumulative_points of each exercises of the sheet (limited by required points of each) divided \
8
<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>\
9
  by sum of required_points of all exercises of the sheet (integer between 0 and 100)</li>\
9
<li>mean : average of score for all score (between 0 and 10)</li>\
10
<li>mean : average of score for all score (between 0 and 10);</li>\
10
<li>best : average of best score for each exercices of the sheet (integer between 0 and 100). \
11
<li>best : average of best score for each exercices of the sheet (integer between 0 and 100). \
11
  see command ''getscorebest'' for meaning of best score of an exercise</li>\
12
  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
<li>level : average of minimum score for each exercices of the sheet\
-
 
14
  (integer between 0 and 100).\
13
  see command ''getscorelevel'' for meaning of minimum score of an exercise</li></ul>\
15
  See command ``getscorelevel'' for meaning of minimum score of an exercise.</li></ul>\
14
  <ul><li>default value for class is ``wims_class''</li> \
16
  <ul><li>Default value for class is ``wims_class''.</li> \
15
  <li>default value for user is ``wims_user'' </li> \
17
  <li>Default value for user is ``wims_user''.</li> \
16
  <li>If no sheet id is specified, each line represent a sheet.</li>\
18
  <li>If no sheet id is specified, each line represents a sheet.</li>\
17
  </ul>\
19
  </ul>
18
 
-