Turnitin plagiarism plugin icon

Turnitin plagiarism plugin

Turnitin is an academic integrity solution, designed to integrate seamlessly with existing Moodle Assignments, forums, quizzes, and workshops. A Turnitin license is required for use.
Price option: Free

Supports Moodle 4.5-5.1 See all versions
Latest release: 8 months ago
Installations: 2998
Downloads (last 90 days): 2348

Frankenstyle name: plagiarism_turnitin
Plagiarism
Turnitin

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi Dan,
thanks for your help. I have written a tiny snippet that converts the turnitin files from the old pathhashname to the new pathhashname. Hope this helps someone :
https://github.com/hitteshahuja/assign
Changes made to copy_area_files_for_upgrade() method .
that's correct sad - let me know if you hear anything.
It's about a year and a half since your blog post about turnitin developing a better plugin. There is still no new plugin from turnitin, is there?
I haven't looked at the migration script for a while - it's a "use at own risk" piece of code - I can't help much further as a volunteer at this stage sorry.
Hi Dan,
I was going through the turnitin_migratecmids() function and to get the new CMID, you are doing this :
$newcm = $DB->get_field('log', 'cmid', array('action' => 'view', 'module' => 'assign', 'info' => $instance));
Now if I got this right, someone must has to view the new assignment atleast once for it to be logged in the log table, isnt that right ?
We ran the 'Migrate assingments from 2.2' script and it didnt change anything.
I am wondering is this why it didnt do it .
Thanks Dan
Hittesh
the 2.5 code released on 23rd May includes the patch I mention above.
Important to note that the upgrade helper code only performs some of the steps required - the pathname hash changes during the migration from 2.2 to 2.3 assignments and the record will still show the old pathname hash in the turnitin tables - someone needs to write a script to update the old pathname hash in the table with the new pathname hash used by mod_assign so that the similarity scores and reports are still linked. Any newly submitted assignments will be fine - it's just the old migrated files from the 2.2 or earlier installs that are affected.
Hi Dan,
with regards to the comment you posted for Teddy,
where you go on to say ... "Problem is that it only does part of the work at the moment - the new mod assign has different pathnamehashes for the files so the pathnamehashes in the turnitin table don't match. "
How can this be fixed ? We plan to first migrate all assignment to the new assingment module using the 'Upgrade helper ' and then run your 'Migrate to 2.2' script. I am currently on Moodle 2.2 and would like to go to Moodle 2.5 with your 2.5 version of the plugin released on 23rd May .
Dan - the new plugin for Moodle 2.5 works beautifully. Thanks you so much for the hard work.
Hi David - it probably just needs the equivalent of this comment from the urkund plugin:
https://github.com/danmarsden/moodle-plagiarism_urkund/commit/c142a482942bbf9f7743dfefe074791d8635ed0c
I haven't had a chance to do this for Turnitin yet.
is there a compatible module for Moodle 2.5? I downloaded the latest version but of course it won't work in Moodle 2.5
I have no errors - it just that it won't save the settings. after putting in all the info, and saved it. As soon as I navigate to another page, and then come back, all settings are blank again.
Hi Teddy,
Short answer - you don't need it.
long answer - 2.3 and higher contain a rewritten assign module and Moodle contains a script that migrates old assignments to the new mod_assign - that's a script that migrates the turnitin reports/scores from the old 2.2 assignment to the new mod_assign. Problem is that it only does part of the work at the moment - the new mod assign has different pathnamehashes for the files so the pathnamehashes in the turnitin table don't match. thanks.
Hi Dan,
I just migrated this plugin from version 2.3 to 2.4.1 . I saw one new featue migrate 2.2 assignment ..
What's consequences if I don't do this ?
Thanks
Teddy
lots of changes in the 2.3-> 2.4 version - I haven't written release notes but you can see full change log in the commits in my github account. 2.4 version supports workshop and forum modules and various other bug fixes.
Are there changes in the new version? I looked for release notes, but coudln't find any? Has more changed than the version number? We seem to be using the 2.3 version successfully with moodle 2.4. Ta