Close a course instance

Issue #51 resolved
Daníel Sigurgeirsson created an issue

There should be an API to close a course.

This will effectively move the final grades from the final exam table, and to the table which stores finalized grades (CourseInst_Students apparently).

If the final grade of any student is not complete, the method should fail.

There would also be an event posted to the message queue, informing others that the course has been closed.

Note that this operation is twofold: first the teacher closes the course, which will currently move the courseinstance status to ID_Status = 2. Then, the teaching department confirms the grades, and closes the course.

Comments (2)

  1. Log in to comment