You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an endpoint that lists the failures by state. In order to make it simpler you don't have to count how many failures a student has. It means each student count once even if he/she fails more than one exam.
Create an endpoint that lists the failures by state. In order to make it simpler you don't have to count how many failures a student has. It means each student count once even if he/she fails more than one exam.
route:
/stats/failuresByStates
method: GET
params:
none
response:
{data: {<state>: Number}}
responseExample:
{ data: { "California": 2, "Buenos Aires": 1 } }
The text was updated successfully, but these errors were encountered: