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 Turnitin.

Plagiarism Prevention Turnitin: Difference between revisions

From MoodleDocs
No edit summary
mNo edit summary
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Moodle 2.0}}
{{Plagiarism prevention}}{{Review}}
[[Image:Turnitin_admin.gif|thumb|Turnitin administration]]
Turnitin is a commercial plagiarism detection system which requires a paid subscription to use - there are currently 3 different options available to use Turnitin in Moodle 2.0.
Location: ''Administration > Plugins > Plagiarism Prevention > Turnitin''


==Activation of your Turnitin Account==
===Plagiarism Plugin===
# obtain a Turnitin Subscription from [http://www.turnitin.com www.turnitin.com]
A [[Plagiarism Prevention]] plugin written by [http://moodle.org/user/view.php?id=21591&course=5 Dan Marsden] from [http://www.catalyst.net.nz Catalyst IT] which allows existing Modules to "call" the plagiarism service. It has been added to the upload and uploadsingle assignment types, but eventually support will be added to other Moodle modules. This is a generic plugin system and other Plagiarism products are also available preventing an institution from being "locked in" to a Plagiarism Tool vendor.
# obtain an API Integration secret key. - once you have a Turnitin Subscription, to obtain this you will need to visit the administration panel inside your Turnitin account. - there may be an extra cost to have API activated on your account, but your account rep should be able to give you details on this.
* ''' NOTE: this plugin will be deprecated by a new plugin currently under development - see [http://danmarsden.com/blog/2012/03/06/future-of-moodle-turnitin-plugins future-of-moodle-turnitin-plugins]'''
*[[Plagiarism Prevention Turnitin Settings|Turnitin Installation and Settings]]


==Global Configuration of Turnitin==
===Moodle Direct Plugin===
# Ensure Admin > Server > Environment indicates you have curl installed
The [[Turnitin's Moodle Direct Integration|Moodle Direct Integration]] was developed by [http://www.nlearning.co.uk nlearning Ltd] (now iParadigms Europe Ltd) - This is a standalone Moodle module that is similar to the advanced assignment type, however it adds a range of Turnitin specific functionality. The current version is available from [[http://www.moodle.org/modules Modules and Plugins]]. The key aim of the development is to represent all features of Turnitin within the Moodle workflow as and when they become exposed through the Turnitin API.  
# in the page Admin > Modules > Activities > Turnitin set the following:
## Tick the box "Use Turnitin Submission"
## Enter your Turnitin Account ID
## Enter your Turnitin Secret Key as obtained from your Turnitin Account Rep
## Elect whether to send students an e-mail to allow them to login to the turnitin.com site to view their submissions (this isn't necessary, and will likely cause your students more confusion, as all the information available in the website is available from your moodle site.) - even if no e-mail is sent, students can visit turnitin.com and use the forgotten password functionality on the turnitin site to get their password sent via e-mail. Admins can disable this by adding a prefix to all email accounts created - see below for details.
## Add an e-mail prefix if you don't want students to be able to access the reports on turnitin.com - it is advised that you allow the integration in moodle to control what your students see, however, if you allow them to login to turnitin.com they can bypass the settings made regarding when a report should be available. - it's also possible that they could potentially upload a file to turnitin.com instead of moodle, which you may not notice. It's reccommended that you put something in this box to make the e-mail addresses for students stored on the turnitin.com system invalid.
## Set a Course Prefix - this is not compulsory, however if you have more than 1 Moodle site connecting to the Turnitin API - eg a testing site, and a production site, then a prefix MUST be set, because Turnitin will only allow 1 course with the same name - and only 1 assignment within that course with the same name. - you will potentially get conflicts if this is not set.
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the Turnitin system is in use.


==Configuration of Turnitin inside Moodle Activity Modules==
The Direct Plugin works on the principle of mapping a Turnitin Assignment in Moodle with an assignment in Turnitin, once mapped all submissions made on either side are synchronised reflecting any changes on both platforms. It is therefore possible to access the assignments created using the plugin by logging in to either system. There is the option to disable emails sent out to students which means login details and welcome emails are not sent which encourages students to submit only through Moodle. GradeMark grades are represented in the Moodle gradebook and originality scores are displayed in the Moodle Turnitin Assignment Inbox.
===Assignment Module===
(currently only available with the advanced file upload and single upload types)
* Create a new Assignment within your course.
* Enable Turnitin Submission


==Debugging==
For more detail see: http://moodle.org/mod/forum/discuss.php?d=149575
* when testing the turnitin integration you should make sure debugging is turned on, as it will provide information regarding the process.
 
* error codes recieved from the turnitin API are also logged in the mdl_tii_files table, so you can view issues with a production system.
===Moodle Basic Plugin===
* each file that is going to be submitted to turnitin is added to the table mdl_tii_files - the field tiicode gives the "status" of the file, - there are 3 "good" states for this field:
This is an assignment type plugin (support for this may be dropped in 2.3 as the assignment module is planned for a rewrite) it just provides Single Sign on to the turnitin.com website keeping moodle in a frame at the top.
# "pending" - this is a new file that has been uploaded to an activity module, and needs to be submitted to Turnitin (will happen next time cron runs)
 
# "51" - this is the turnitin API code for Successful upload - this means the file has been uploaded to Turnitin and we are waiting on an originality score,
==See also==
# "success" - this is a file that has been submitted, and a score has been provided for it.
* [https://docs.moodle.org/19/en/Turnitin Turnitin Plugins for older Moodle versions]
Any other response code in this field indicates an error state. - There is a Turnitin API document in the forums somewhere that I uploaded that details these error codes, and their meaning, I will add them to this wiki page at some point to help with debugging.
* [https://docs.moodle.org/dev/en/Turnitin_errors Turnitin Error states]
 
[[Category:Turnitin]]
 
[[de:Plagiatsuche-Plugin Turnitin]]

Latest revision as of 09:20, 22 March 2019

This page requires a review. Please do so and remove this template when finished.

Turnitin is a commercial plagiarism detection system which requires a paid subscription to use - there are currently 3 different options available to use Turnitin in Moodle 2.0.

Plagiarism Plugin

A Plagiarism Prevention plugin written by Dan Marsden from Catalyst IT which allows existing Modules to "call" the plagiarism service. It has been added to the upload and uploadsingle assignment types, but eventually support will be added to other Moodle modules. This is a generic plugin system and other Plagiarism products are also available preventing an institution from being "locked in" to a Plagiarism Tool vendor.

Moodle Direct Plugin

The Moodle Direct Integration was developed by nlearning Ltd (now iParadigms Europe Ltd) - This is a standalone Moodle module that is similar to the advanced assignment type, however it adds a range of Turnitin specific functionality. The current version is available from [Modules and Plugins]. The key aim of the development is to represent all features of Turnitin within the Moodle workflow as and when they become exposed through the Turnitin API.

The Direct Plugin works on the principle of mapping a Turnitin Assignment in Moodle with an assignment in Turnitin, once mapped all submissions made on either side are synchronised reflecting any changes on both platforms. It is therefore possible to access the assignments created using the plugin by logging in to either system. There is the option to disable emails sent out to students which means login details and welcome emails are not sent which encourages students to submit only through Moodle. GradeMark grades are represented in the Moodle gradebook and originality scores are displayed in the Moodle Turnitin Assignment Inbox.

For more detail see: http://moodle.org/mod/forum/discuss.php?d=149575

Moodle Basic Plugin

This is an assignment type plugin (support for this may be dropped in 2.3 as the assignment module is planned for a rewrite) it just provides Single Sign on to the turnitin.com website keeping moodle in a frame at the top.

See also