Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple submissions #64

Open
dopefishh opened this issue Oct 4, 2018 · 1 comment
Open

Support for multiple submissions #64

dopefishh opened this issue Oct 4, 2018 · 1 comment

Comments

@dopefishh
Copy link
Collaborator

If an assignment allows multiple submissions, the zip file contains multiple submissions by the same user. I propose to add a method to throw away the old submissions because in most cases you will only grade the last.

The identification number and the name stay the same. Only the date part is different.

Possible solutions:

  • Flag in verdeel.sh that defines it for the course that propagates to bsunzip.sh
  • Helper script sent to the grader so that they can choose whether to run it
  • ...
@squell
Copy link
Owner

squell commented Oct 8, 2018

I think a "combine.sh" script or somesuch is a good solution, and then run it by default in verdeel.sh. Probably you want to do combine before randomly sorting the workload.

If we want to be really fancy, this script could create a git repository and store the previous submissions as a submission history (instead of throwing them away)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants