GET ./elevi/evolutie_general
It is used to return a statistic about the position of the student in the class, school, Adservio. Also placing the averages on intervals (i.e: 7-7.99; 8-8.99; 9-10) with their total number.
Need subscription flag: FLAG_STATS_STUDENT_PROGRESS
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
elevID | int | Require | Student ID. |
clID | int | Required | Class ID. |
For implementation: To disply the arrows that exemplify whether the average has risen or decreased, compared to the last average, we do the following:
- red arrow down - the average has decreased
- green arrow up - the average has risen
Output example
{"medii": {"generala": "8.00","incadrare": ["0", "0", "0", "0", "0", "0", "0", "2", "1", "0"],"clasa": "7.64"},"pozitie": {"clasa": "1","scoala": "16","adservio": "199"}}