Feature request: single submission against "older submissions" #1849
Labels
enhancement
Issue/PR that involves features, improvements and other changes
minor
Minor issue/feature/contribution/change
I have a particular usecase.
Starting the current semester 2023 like this:
The first group "gr1" does a submission on a website. The WebServer automatically clones the code into the path "2023/ms1/gr1" and obtains:
This submission "2023/ms1/gr1" is to be tested only against the older submissions "2022/ms1" and "2021/ms1". There are no other current submissions so the current submissions is a Set of size 1.
This gets refused by JPlag
Still, when gr2 submits "2023/ms1/gr2" I obtain:
Here I still want only one group, the submitting one which is "gr2", to be tested against the gr1 submission of 2023 and all the previous submissions of the previous years. So I would have as current submissions the set "2023/ms1/gr2" and as older submissions ["2023/ms1/gr1", "2022/ms1", "2021/ms1"]
Again, this is not possible because the current submissions set is of size 1 and Jplag doesn't allow it
The text was updated successfully, but these errors were encountered: