In group submissions, some students don't name files with all the student numbers of the group. This causes CheckRename to miss some student submissions.
The easy fix would be to force students to name files correctly, but even then, some just don't.
An alternative would be to bring in another csv that lists students and their group members. This depends on how marking is done. In courses where I've TA'd, there's been a second column after "studnum" for "group members", which lists other students in the group. Maybe this could be used to automatically check for students who did not have a submission?
In group submissions, some students don't name files with all the student numbers of the group. This causes CheckRename to miss some student submissions.
The easy fix would be to force students to name files correctly, but even then, some just don't.
An alternative would be to bring in another csv that lists students and their group members. This depends on how marking is done. In courses where I've TA'd, there's been a second column after "studnum" for "group members", which lists other students in the group. Maybe this could be used to automatically check for students who did not have a submission?