Differences between revisions 9 and 10
Revision 9 as of 2020-09-11 06:30:38
Size: 1147
Comment:
Revision 10 as of 2021-09-10 07:29:44
Size: 1174
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 . `~give/stable/bin/` contains a couple of scripts to make the process easier:  . ~+`~give/stable/bin/`+~ contains a couple of scripts to make the process easier:
Line 10: Line 10:
 . `% ~give/stable/bin/moss_setup ` ''`12s2 `'' ''`assign1`''
 . a `plague` directory will be created under `~/12s2.work/assign1`
 * Remove any files not to be included in moss plagiarism detection
 * '''moss_run''' - send the submissions to moss for processing.
 {i} The class accounts have no internet quota, so this script must be run from a personal account with access to the submissions.
 . ~+`% ~give/stable/bin/moss_setup ` ''`12s2 `'' ''`assign1`''+~
   . a ~+`plague`+~ directory will be created under ~+`~/12s2.work/assign1`+~
   . Remove any files not to be included in moss plagiarism detection
 * '''moss_run''' - wrapper script for moss, sends submissions to moss for processing.
Line 16: Line 15:
 . `% ~give/stable/bin/moss_run ` ''`cs1911 `'' ''`12s2 `'' ''`assign1 `'' ''`c `'' ''`*/*.c`''
 . `% ~give/stable/bin/moss_run ` ''`-d /home/cs1911/12s2.work/assign1/plague `'' ''`c `'' ''`*/*.c`''
 . ~+`% ~give/stable/bin/moss_run ` ''`cs1911 `'' ''`12s2 `'' ''`assign1 `'' ''`c `'' ''`*/*.c`''+~
 . ~+`% ~give/stable/bin/moss_run ` ''`-d /home/cs1911/12s2.work/assign1/plague `'' ''`c `'' ''`*/*.c`''+~
Line 19: Line 18:
 * '''moss'''
 . example:
 . ~+`% cd $WORK/ass1/plague; moss -l python -m 4 -b template.py -d "*/*.py"`+~

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. Run this script from the class account.

  • example:
  • % ~give/stable/bin/moss_setup  12s2  assign1

    • a plague directory will be created under ~/12s2.work/assign1

    • Remove any files not to be included in moss plagiarism detection
  • moss_run - wrapper script for moss, sends submissions to moss for processing.

  • example:
  • % ~give/stable/bin/moss_run  cs1911  12s2  assign1  */*.c

  • % ~give/stable/bin/moss_run  -d /home/cs1911/12s2.work/assign1/plague  */*.c

  • the last two arguments specify the programming language (C code) and which files to process (all .c files for each student).
  • moss

  • example:
  • % cd $WORK/ass1/plague; moss -l python -m 4 -b template.py -d "*/*.py"

Plague (last edited 2021-09-10 08:24:32 by MeichengWhale)