Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 15831 → Rev 15832

/trunk/wims/public_html/modules/help/wimsdoc.en/cmd/getscorepercent.phtml
3,9 → 3,16
type:$type_both; $type_adm
 
syntax:!getscorepercent ``[user=quser]'' ``[class=qclass]'' ``[sheet=qsheet]''
mean: percentage of work done for each sheet of the current class, or the specified class:<ul>\
<li>score=100*cumulative_points/required_points (< 100)</li>\
<li>mean=quality (<10)</li>\
<li>best=10*(required/10 best_scores)/required_points (< 100)</li>\
<li>level=minimum of the required/10 best_scores (< 100)</li></ul>\
If no sheet id is specified, each line represent a sheet.
mean: summary for work done for each exercise of a sheet. The output is four ''word score mean best level'':<ul>\
<li>score : sum of cumulative_points of each exercises of the sheet (limited by required points of each) divided \
by sum of required_points of all exercises of the sheet (integer between 0 and 100)</li>\
<li>mean : average of score for all score (between 0 and 10)</li>\
<li>best : average of best score for each exercices of the sheet (integer between 0 and 100). \
see command ''getscorebest'' for meaning of best score of an exercise</li>\
<li>level : average of minimum score for each exercices of the sheet (integer between 0 and 100).\
see command ''getscorelevel'' for meaning of minimum score of an exercise</li></ul>\
<ul><li>default value for class is ''wims_class''</li> \
<li>default value for user is ''wims_user'' </li> \
<li>If no sheet id is specified, each line represent a sheet.</li>\
</ul>\