Skip to content

Validate exam grade submission availability

This MR closes #324 (closed) by performing an on load exam grade submission availability check and showing the results to the instructor.

  • If the course's department has the gradeSubmissionPeriodEnd or gradeSubmissionPeriodStart defined, those dates will be shown, for example:

Screenshot_2022-05-31_at_3.39.13_PM

  • If the grade submission period end is defined and the current date is greater than it, the instructor cannot upload grades and thus they see:

Screenshot_2022-05-31_at_3.40.28_PM

  • If the grade submission period start is defined and the current date is less than it, the instructor cannot upload grades and thus they see:

Screenshot_2022-05-31_at_3.46.49_PM

  • If the exam is closed, there is no change in the UI. The already shown information is sufficient.

Note: The above messages-the ones that refer to the validation result-are sent localized directly from the server.

Edited by Ioannis Hatziarapis

Merge request reports