Rev 15839 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14130 | bpr | 1 | !! +exec+ +score+ +subst+ +var+ +adm+ |
13785 | bpr | 2 | tit:getscorepercent |
3 | type:$type_both; $type_adm |
||
4 | |||
14126 | obado | 5 | syntax:!getscorepercent ``[user=quser]'' ``[class=qclass]'' ``[sheet=qsheet]'' |
15839 | bpr | 6 | mean: summary for work done for each exercise of a sheet. The output is four \ |
7 | ``word score mean best level'':<ul>\ |
||
15832 | guerimand | 8 | <li>score : sum of cumulative_points of each exercises of the sheet (limited by required points of each) divided \ |
15839 | bpr | 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>\ |
||
15832 | guerimand | 11 | <li>best : average of best score for each exercices of the sheet (integer between 0 and 100). \ |
15839 | bpr | 12 | see command ``getscorebest'' for meaning of best score of an exercise;</li>\ |
15840 | bpr | 13 | <li>level : average of minimum score for each exercice of the sheet\ |
15839 | bpr | 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> |