If a teaching assistant has forgotten to mark a repo as Pass or Fail, it would be useful to generate a digest of which students and which repos need attention. For example:
If teaching assistant alice has passed (P) student bob for task-1, left task-2 marked for completion (C) and not graded task-3, and also passed carol for all tasks, as shown:
| teacher |
username |
task-1 |
task-2 |
task-3 |
| alice |
bob |
P |
C |
|
| alice |
carol |
P |
P |
P |
...then when repobee report-grades --incomplete-digest is executed an optional text file could be produced that only includes the cases were there are incomplete grades:
alice
bob-task-2 graded as C
bob-task-3 with no grade
The course responsible teacher could then contact the teaching assistant and clearly indicate which student repos needed a second look.
Note, this probably depends upon #12 being implemented to make it easier to connect the teaching assistant grading any particular student.
If a teaching assistant has forgotten to mark a repo as Pass or Fail, it would be useful to generate a digest of which students and which repos need attention. For example:
If teaching assistant
alicehas passed (P) studentbobfortask-1, lefttask-2marked for completion (C) and not gradedtask-3, and also passedcarolfor all tasks, as shown:...then when
repobee report-grades --incomplete-digestis executed an optional text file could be produced that only includes the cases were there are incomplete grades:The course responsible teacher could then contact the teaching assistant and clearly indicate which student repos needed a second look.
Note, this probably depends upon #12 being implemented to make it easier to connect the teaching assistant grading any particular student.