pm4-graders / 3ES

Application to scan exam cover pages and aggregate as well as analyze the exam's scores
2 stars 0 forks source link

exam CRUD #37

Closed Re4LyZed closed 1 year ago

Re4LyZed commented 1 year ago

us2 GET /exams{OptionalQuery: year, OptionalQuery:subject} return list of exams for (optional) year, (optional) subject

us3 GET /exams/{id} return all information of exam like response of /scan/save POST /exams/{id} for total_score POST /exercises/{id} for score