Subversion Repositories wimsdev

Rev

Rev 15832 | Rev 15835 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! +exec+ +score+ +subst+ +var+ +adm+
  2. tit:getscorepercent
  3. type:$type_both; $type_adm
  4.  
  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>\
  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>\
  9. <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.   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> \
  16.   <li>If no sheet id is specified, each line represent a sheet.</li>\
  17.   </ul>\
  18.  
  19.