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

NameValue TypeValidationDetails
elevIDintRequiredStudent ID.
ascIDintRequiredSchool year ID.
cmcIDintRequiredThe 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": ""
}
}