Open HGustavs opened 5 years ago
If I understand correctly, you want an option so you can only export the duggor and grades after a certain date?
@HGustavs Bump
A date filter for tests that have been marked after a certain date.
Suggesting a TODO list:
[Somewhere in resultEd let the examinator know when he/she last exported using ladExport, so he/she doesn't have to remember it]
[Filter results from when the last export in the specific course was made] OR
[Filter results from when the last export was made using a dropdown list asking for a specific date and filter from that date to just now]
If I am not mistaken, in resultEd the time a test was submitted already has a get function
celldata.submitted.getTime()
The filter can use this time and set a specific time since to see tests from "The specific date" to just now.
Things that are left of the suggested ToDo list are:
OR
We should be able to only export new entries.
If a student has passed the course and that result has been exported we should be able to filter to only show/export new entries after that date (or some other export date).