Skip to content
Marc R. Schoolderman edited this page Sep 5, 2018 · 3 revisions

Usage

dupes.sh [dir1] [dir2] ... [dirN]

dupes.sh is called from verdeel.sh, and so you may not need to run it yourself directly.

Description

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.

Clone this wiki locally