Subversion Repositories wimsdev

Rev

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