Closed goomens closed 3 years ago
It seems that indeed individual courses from the DataNose interface are now broken, e.g. in https://acc.datanose.nl/#course[77363]/gradeinput/list[69938] you are asked to enter an exam date per student (which you can't actually do since there is no UI for it 😄 ).
I think this was already fixed. However it's not clear if the other processes need to be changed in order to use examdate on grade entries.
Entry of examdate for student in UI is fixed. Also for INOE courses the examdate is set to the earliest date of all entries in order not to break anything. A new issue (#75) is created to check the uage of the examdate in other parts of DN.
Currently
GradeInputList.ExamDate
is not set for an individual grade list. This sort of makes sense since there is no longer a single exam date, but there are a number of processes which assume this is not null for a submitted grade list. For example, I just got this error when submitting list 81693:Maybe the exam date should be set anyway (say to the last date?), and/or we need to check all places where this is used?