-
Notifications
You must be signed in to change notification settings - Fork 8
dupes.sh
Marc R. Schoolderman edited this page Sep 5, 2018
·
3 revisions
dupes.sh [dir1] [dir2] ... [dirN]
dupes.sh
is called from verdeel.sh
, and so you may not need to run it yourself directly.
This script performs duplicate submission checks for C/Java programs. Sometimes students hand in similar/identical program solutions, and it can be useful to be aware of this (e.g., to assign them the same feedback). If this script thinks it has found such a submission it generates a ".WARNING" file in the folder that contains the flagged submissions. This ".WARNING" file contains a vertical diff
of that submission and other matching ones, for visual confirmation.