Nbgrader notes/tools: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Using MOSS to detect cheating ===" |
Khojanator (talk | contribs) |
||
| Line 1: | Line 1: | ||
=== Using MOSS to detect cheating === | === Using MOSS to detect cheating === | ||
1. ssh as nbgrader to tools.cs, cd to "Detection" directory. | |||
2. Run the bash script, converter.sh, by providing the paths of lab you are trying to investigate. For e.g. | |||
>> ./converter.sh ~/cs128/submitted/*/Lab3-Math/ ~/cs128/submitted/*/Lab4-Control/ | |||
This will convert all the python notebooks to .py files and store it in a directory with the name of your choice. | |||
3. Use MOSS on the named directory | |||
Revision as of 17:50, 19 May 2017
Using MOSS to detect cheating
1. ssh as nbgrader to tools.cs, cd to "Detection" directory.
2. Run the bash script, converter.sh, by providing the paths of lab you are trying to investigate. For e.g.
>> ./converter.sh ~/cs128/submitted/*/Lab3-Math/ ~/cs128/submitted/*/Lab4-Control/
This will convert all the python notebooks to .py files and store it in a directory with the name of your choice.
3. Use MOSS on the named directory