GET ./elevi/evolutie_materie
It is used to return a statistic about the position of the student in the class and school and place the averages on intervals (eg: 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 | Required | Student ID. |
ascID | int | Required | School year ID. |
cmcID | int | Required | The link ID between a teacher, a subject and a class. |
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.50","incadrare": ["0","0","0","1","0","0","0","1","1","0"],"clasa": "6.33"},"pozitie": {"clasa": "1","scoala": "1","adservio": ""}}