Last active
September 24, 2021 15:57
-
-
Save ahmedhamdy2121/1d6edbf401f1821857a38ec390f6856e to your computer and use it in GitHub Desktop.
Cheating (plagiarism) detection with MOSS on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, | |
This post will be very helpful for teaching assistants like me who is trying to make plagiarism detection for the | |
assignments they receive. | |
We shall use MOSS (https://theory.stanford.edu/~aiken/moss/), thanks to Professor Aiken. | |
I have developed a simple script that will prepare the data for MOSS. As MOSS will read only one level of directories, | |
and hence comes my script to move all the files to the student's parent folder. | |
You can continue reading is a well formated post here on my blog: | |
https://ahmedhamdy2121.blogspot.com/2018/04/cheating-detection-with-moss-on-linux.html | |
I hope that would help you :) | |
-- | |
Regards, | |
Ahmed Hamdy, M.Sc. | |
Teaching Assistant at Computer and Systems Engineering Dept. | |
Faculty of Engineering, Alexandria University, Egypt. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment