Add API to get a list of exams taken (or registered in) by a student

Issue #10 resolved
Daníel Sigurgeirsson created an issue

This could be something like

/api/v1/students/{ssn}/finalexams

(although the term "finalexams" would indicate that retake exams are NOT a part of this, but they should!)

This would allow us to implement logic such as "When a student is registered into a course, lookup how many exams that student has taken in the same course template previously, and if the student has taken 4 exams the registration should be rejected".

Obviously, it should be possible to filter this based on various criteria:

  • by course template
  • by course instance
  • by type (final exam, retake exam)
  • etc. etc.

Comments (7)

  1. Log in to comment