Maybe we can have the system log more specific details about what's being run. For example, consider the scenario where a user runs M.A.R.K. to grade multiple tests or assignments. We could have the system log each run of itself in an external log file (implemented in Logger) with the date/time, name, number of submissions graded, etc. in a simple log format.
Example:
08/29/21 | Assignment 2 | User: Alana | 150 Submissions Graded | |
07/25/21 | Assignment 1 | User: Admin | 210 Submissions Graded | |
Maybe we can have the system log more specific details about what's being run. For example, consider the scenario where a user runs M.A.R.K. to grade multiple tests or assignments. We could have the system log each run of itself in an external log file (implemented in Logger) with the date/time, name, number of submissions graded, etc. in a simple log format.
Example:
08/29/21 | Assignment 2 | User: Alana | 150 Submissions Graded | |
07/25/21 | Assignment 1 | User: Admin | 210 Submissions Graded | |