Turnitin plagiarism plugin
Maintained by
Jack Milgate, Bryan Holladay, Paulina Supel
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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
However it seems that the changes in Release: v2017022201 that address the plugin switching to using the newer event handling system cleans up various old tables including m_events_queue and m_event_handlers. Which is fine because we want them gone. However because of our failed removal some years ago m_events_queue has something like 1.5 million rows in it and seems to be growing with every cron run. The install process that cleans this stuff up is taking over 2 hours.
I'm looking for ideas on how to speed up that process. I'm going to try trunc'ing m_events_queue and m_events_handlers before the install and seeing if that helps as I've checked and the only stuff in there seems to be stuff that would be cleaned up by the install anyway.
Anyone have any other suggestions?
--
Daniel Nelson
Instructional Systems Administrator
UMass Amherst
Warning: require_once(C:\Bitnami\moodle-3.3.0-0\apps\moodle\htdocs/mod/turnitintooltwo/lib.php): failed to open stream: No such file or directory in C:\Bitnami\moodle-3.3.0-0\apps\moodle\htdocs\plagiarism\turnitin\lib.php on line 55
Fatal error: require_once(): Failed opening required 'C:\Bitnami\moodle-3.3.0-0\apps\moodle\htdocs/mod/turnitintooltwo/lib.php' (include_path='C:\Bitnami\moodle-3.3.0-0\apps\moodle\htdocs/lib/pear;.;C:/Bitnami/moodle-3.3.0-0/php/PEAR') in C:\Bitnami\moodle-3.3.0-0\apps\moodle\htdocs\plagiarism\turnitin\lib.php on line 55
However, the installation just worked fine now. The only thing that changed was I'd successfully installed the mod before trying to install the plagiarism plugin. Hmm...
Can you advise please
Thanks,
Andrew
I can say that we now officially support 3.2, as of release 2017022201 on February 22nd. You will need to update both the Plagiarism plugin and Moodle Direct V2 to their latest versions. (Moodle Direct V2 is a dependency for PP)
I can see from the comments that the plugin is not officially supported on Moodle 3.2 but still pretty much works. Do you have an official release date for 3.2 supported version since the last conversation around this?
If we need to (or just have to) upgrade to Moodle 3.2, then do we need to upgrade Turnitin Plagiarism plugin to it's latest version, if not already, to ensure it works with 3.2 OR is it still not advisable to put on 3.2 with any version ?
Your responses will help us decide the fate of our upgrades.
Thanks!
It's not officially supported because the testing is still on going. We aren't aware of any major issues right now but we don't advise people to use the plugins on 3.2 until we have checked them and gave them the ok. Moodle Direct V1 has some problems in 3.2 but V2 and PP are looking better. We will have an update soon. 3.2 was a big change in Moodle due to the theme change so we need to ensure it all works properly. We are also changing the Events API to use the new Events 2 API as the Events 1 API has been deprecated.
Hi Chris,
The Turnitin features of PP can be defined at the site level in the plugin settings and locked so that they can't be edited when new assignments are created.
We went and installed the php extension and all seems to be operating well now! Thanks for the help!
It now seems to be working fine on our 3.2 test site.
Cheers!
Are there any major compatibility issues known or is it just not officially supported because testing is still going?
We're just trying to have things setup on 3.2 before classes start back on the end of January.
I think Dan Marsden is correct that mbstring is missing and that is causing the issue you describe.
In regards to 3.2; we are currently testing the plugins in this version of Moodle and aim to support 3.2 as soon as possible.