Autograding and detecting plagiarism in student programming assignments

dc.contributor.authorWaweru, Alex
dc.date.accessioned2019-12-02T14:22:51Z
dc.date.available2019-12-02T14:22:51Z
dc.date.issued2019-04
dc.descriptionApplied project submitted to the Department of Computer Science and Information Systems, Ashesi University, in partial fulfillment of Bachelor of Science degree in Computer Science, April 2019en_US
dc.description.abstractIn computer science, practical assignments ensure that students put the theory they learn in class into practice by writing computer programs to solve problems. Practical assignments also play a critical role in assessing students’ understanding of course materials. For course facilitators, grading programming assignments is a time-consuming task. The course facilitators must run each student’s submission. Moreover, some students copy the code from their friends and change the lexicon and structure. This makes it nearly impossible for the course facilitators to detect plagiarism. A possible solution to these problems is a system that allows course facilitators to write tests that apply automatically to all students’ submissions and consequently allocate grades based on test results. To curb the plagiarism issue, the system should have a component that calculates the peer plagiarism index and flags students’ submissions that may have plagiarism issues. This applied project is an attempt to develop, test and evaluate such a system. While designing the system, it became apparent that running students’ submission and instructors’ tests on the server would pose a security threat to the server. After evaluating possible workaround for the issue, we decided to run the submissions and tests on a docker sandbox within a virtual machine. The plagiarism index is calculated by quantifying the lexical and structural similarities. To integrate the two components, we developed an API. To test and demonstrate the workings of the system, we developed a frontend client to consume the critical endpoints of the API. This project is proof of concept that the solution for the problem can be developed and successfully deployed.en_US
dc.description.sponsorshipAshesi Universityen_US
dc.identifier.urihttp://hdl.handle.net/20.500.11988/490
dc.language.isoen_USen_US
dc.subjectplagiarism detectionen_US
dc.subjectprogrammingen_US
dc.subjectapplicationen_US
dc.titleAutograding and detecting plagiarism in student programming assignmentsen_US
dc.typeApplied projecten_US

Files

Original bundle
Now showing 1 - 1 of 1
Loading...
Thumbnail Image
Name:
Waweru_Alex_2019_CS_AppliedProject.pdf
Size:
1.75 MB
Format:
Adobe Portable Document Format
Description: