Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Plagiarism prevention.

Plagiarism prevention: Difference between revisions

From MoodleDocs
Line 21: Line 21:
==See also==
==See also==
* [[Development:Plagiarism API]]
* [[Development:Plagiarism API]]
* [[Turnitin|Turnitin Plugins for older Moodle versions]]
* [http://code.google.com/p/sunner-projects/wiki/AntiPlagiarismBlock Anti-Plagiarism Block] for Moodle 1.9 - Integration with the [http://theory.stanford.edu/~aiken/moss/ MOSS], an automatic system for determining the similarity of program
* [[Crot 1|Crot Plugin for older Moodle versions]]

Revision as of 02:13, 6 July 2011

Template:Copyright and plagiarism

Please refer to these notes before editing this page.

Location: Administration > Plugins > Plagiarism prevention


Plagiarism prevention is a method that tries to detect when users cheat by submitting content they have copied instead of writing it themselves.

Enabling plagiarism prevention

To make use of plagiarism prevention, the feature must be enabled by an administrator by checking the enable plagiarism plugins box in Site administration > Advanced features. Enableplagiarism.png

Plagiarism Prevention Plugins

Plagiarism Prevention plugins currently include:

  • Crot - Open source tool
  • Turnitin - Commercial tool requires subscription
  • URKUND - Commercial tool requires subscription

See also