UvA-FNWI / GradeTool

Grade calculation/submission tool for UvA
1 stars 0 forks source link

Exam date checks for individual grades #66

Closed goomens closed 3 years ago

goomens commented 3 years ago

When submitting individual grades, check that the exam date per grade is within the date range for the course and not in future. Also make sure that the user is required to enter a full date (month + day) and cannot enter just a month (defaulting to some day).

goomens commented 3 years ago

Addendum: check that if the user removes the exam date, the validation works still correctly.

rvankoten commented 3 years ago

In general fixed, except for the general examdate for inoe course on the list. Fixed that with issues #31 #72

goomens commented 3 years ago

The error message is slightly confusing:

Tentamendatum moet na de begindatum van het vak liggen. (1/4/2021)

This seems to mean January 4 rather than April 1. Switch to an unambiguous date format?