Size: 885
Comment:
|
Size: 899
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* moss_setup - retrieve submissions and put them into directories suitable for moss-ing. e.g. `% ~give/stable/bin/moss_setup ` ''`12s2 `'' ''`assign1`'' |
* '''moss_setup''' - retrieve submissions and put them into directories suitable for moss-ing. . e.g. `% ~give/stable/bin/moss_setup ` ''`12s2 `'' ''`assign1`'' |
Line 9: | Line 9: |
* moss_run - send the submissions to moss for processing. | * '''moss_run''' - send the submissions to moss for processing. |
Plagiarism Detection
Currently the most widely used plagiarism detection software is serviced by Moss
. ~give/stable/bin/ contains a couple of scripts to make the process easier:
moss_setup - retrieve submissions and put them into directories suitable for moss-ing.
e.g. % ~give/stable/bin/moss_setup 12s2 assign1
a plague directory will be created under ~/12s2.work/assign1
moss_run - send the submissions to moss for processing.
The class accounts have no internet quota, so this script must be run from a personal account with access to the submissions.
e.g. % ~give/stable/bin/moss_run cs1911 12s2 assign1 c */*.c
- the last two arguments specify the programming language (C code) and which files to process (all .c files for each student).