<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>danmarsden.com &#187; Turnitin</title>
	<atom:link href="http://danmarsden.com/blog/category/turnitin/feed/" rel="self" type="application/rss+xml" />
	<link>http://danmarsden.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Apr 2012 19:46:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>GSOC 2012</title>
		<link>http://danmarsden.com/blog/2012/03/18/gsoc-2012/</link>
		<comments>http://danmarsden.com/blog/2012/03/18/gsoc-2012/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:19:40 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>
		<category><![CDATA[Turnitin]]></category>
		<category><![CDATA[GSOC]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=192</guid>
		<description><![CDATA[GSOC is here again and Moodle has been approved as a participating organisation. GSOC students get USD $5,000 for participation in the program(thanks Google!). Depending on the number of slots allocated to Moodle and the quality of the applicants, I&#8217;m planning to run 2 projects this year. SCORM 2004 &#8211; building on the work from [...]]]></description>
			<content:encoded><![CDATA[<p>GSOC is here again and Moodle has been approved as a participating organisation. GSOC students get USD $5,000 for participation in the program(thanks Google!).</p>
<p>Depending on the number of slots allocated to Moodle and the quality of the applicants, I&#8217;m planning to run 2 projects this year.</p>
<p>SCORM 2004 &#8211; building on the work from our<a href="http://docs.moodle.org/dev/SCORM_Test_Harness"> GSOC 2011 student Mayank</a>, I&#8217;d like to get some more progress towards SCORM 2004 compliance &#8211; there are a <a href="http://tracker.moodle.org/browse/MDL-7068">large number of tasks</a> to complete 2004 and I may take on more than one student to work on this (depending on slots/applicants) If you know of any students good with Javascript and PHP &#8211; make sure you point them towards GSOC.</p>
<p>Improving Plagiarism API &#8211; The plagiarism api currently only hooks into the upload assignment types &#8211; I&#8217;ve been planning to add hooks into other Moodle modules but haven&#8217;t quite got round to it &#8211; this project will involve adding new hooks to other Moodle modules and probably some work on some plagiarism plugins like Crot.</p>
<p>For more info see: <a href="http://docs.moodle.org/dev/Projects_for_new_developers">http://docs.moodle.org/dev/Projects_for_new_developers</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2012/03/18/gsoc-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of Moodle Turnitin plugins</title>
		<link>http://danmarsden.com/blog/2012/03/06/future-of-moodle-turnitin-plugins/</link>
		<comments>http://danmarsden.com/blog/2012/03/06/future-of-moodle-turnitin-plugins/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 09:02:19 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=187</guid>
		<description><![CDATA[Ever since Moodle 1.5 I’ve enjoyed developing the Turnitin integration which has resulted in the new Plagiarism API in Moodle 2 &#8211; now we have plugins for Urkund, Crot, Moss and hopefully more to come! I started developing the Turntin integration while working for Lincoln University and playing with the Turnitin basic assignment type developed [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Ever since Moodle 1.5 I’ve enjoyed developing the Turnitin integration which has resulted in the new Plagiarism API in Moodle 2 &#8211; now we have plugins for <a href="http://moodle.org/plugins/view.php?plugin=plagiarism_urkund" target="_blank">Urkund</a>, <a href="http://moodle.org/plugins/view.php?plugin=plagiarism_crot" target="_blank">Crot</a>, <a href="http://moodle.org/plugins/view.php?plugin=plagiarism_moss" target="_blank">Moss</a> and hopefully more to come!</p>
<p>I started developing the Turntin integration while working for Lincoln University and playing with the Turnitin basic assignment type developed by Turnitin which didn’t really suit our requirements. Since then a company called nLearning (now part of Turnitin) developed a 3rd plugin called “Moodle Direct” &#8211; so there are now 3 different ways of connecting Moodle to Turnitin.</p>
<p>Independently developing the Turnitin plugin has presented a range of challenges &#8211; including:</p>
<ul>
<li> Keeping in touch with new features/improvements to Turnitin services and implementing them in my plugin.</li>
<li>Providing support to people who have downloaded the plugin and have a contract with Turnitin but no support contract with me &#8211; I’ve spent a lot of volunteer time helping via e-mail/forum support but this can be quite time-consuming. It can also be confusing for people using the plugins &#8211; not knowing who to contact related to a problem.</li>
<li>Diagnosing issues can prove difficult &#8211; is there an issue with the code/Turnitin (Kudos to the Turnitin Devs who have provided a lot of support directly to me while developing/improving the plugin)</li>
<li>Enabling my plugin can be a convoluted process, emails to Turnitin, extra configuration required&#8230;</li>
</ul>
<p>Where am I going with this you ask? &#8211; Turnitin are working directly with me to “merge” their “Turnitin Direct” plugin with my plagiarism plugin for Moodle 2.x &#8211; this will bring a range of very good benefits.</p>
<ul>
<li>Single support base &#8211; support for the plugins will come direct from Turnitin for all plugins making it much easier to access support.</li>
<li>Larger feature-set available &#8211; my focus has been on the originality checking feature &#8211; Turnitin provides a range of other features which will be implemented and supported in both plugins.</li>
<li>Moodle admins will be able to choose between using the plagiarism plugin which uses the existing assignment types or to use a separate &#8220;turnitin&#8221; module.</li>
<li>The new plugin will be backwards compatible with data stored from my version. (planning to use the same tables)</li>
<li>The new plugin will sync grades entered via Grademark with Moodle.</li>
<li>The new plugin will support the existing featureset (and more).</li>
</ul>
<p>Obviously there will be some form of changeover period where I will continue some level of support for the existing plugin but sites will be migrating to the newer version provided directly from Turnitin &#8211; Turnitin are hoping to provide the new code in a git repo and allow others to contribute patches back (I know I’ll probably be submitting a few in the long term)</p>
<p>This is all very new and there isn’t a specific time frame in place to have this completed except to say that you should keep an eye out for the initial code release in the upcoming months.</p>
<p>Thanks to everyone who has tested/provided feedback/provided patches/provided funding for the plugin &#8211; it’s been a cool project to be involved with. Now that the core plugin will be supported directly from Turnitin I may finally have time to implement the plagiarism api into other areas of the Moodle codebase like forum posts, workshop mod, Essay quiz questions etc &#8211; or maybe I’ll just waste away more time on SCORM&#8230; <img src='http://danmarsden.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2012/03/06/future-of-moodle-turnitin-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turnitin and Moodle</title>
		<link>http://danmarsden.com/blog/2010/10/27/turnitin-and-moodle-2/</link>
		<comments>http://danmarsden.com/blog/2010/10/27/turnitin-and-moodle-2/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 09:55:40 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=142</guid>
		<description><![CDATA[With the new Plagiarism API landing in Moodle 2.0 I&#8217;ve been working on the Turnitin plugin for Moodle 2.0 and backporting some of the new features in the 2.0 plugin into a new 1.9 version The 2.0 version has the following features: Single folder for really easy installation &#8211; just drop it into a new [...]]]></description>
			<content:encoded><![CDATA[<p>With the new <a href="http://docs.moodle.org/en/Plagiarism_Prevention">Plagiarism API</a> landing in Moodle 2.0 I&#8217;ve been working on the Turnitin plugin for Moodle 2.0 and backporting some of the new features in the 2.0 plugin into a new 1.9 version</p>
<p>The 2.0 version has the following features:</p>
<ul>
<li>Single folder for really easy installation &#8211; just drop it into a new folder called &#8220;turnitin&#8221; in the new /plagiarism folder in 2.0</li>
<li>Uses Teachers own credentials instead of a &#8220;global teacher&#8221; account &#8211; makes for better integration with Turnitins other products like Grademark</li>
<li>I mentioned it above &#8211; new &#8220;experimental&#8221; integration with Grademark. (needs a few victims to test/give me feedback)</li>
<li>Better Date handling &#8211; uses the start/close dates in Moodle as the start/close dates in the Turnitin assignments it creates (although Turnitin doesn&#8217;t like start/close dates before the assignment is created so it uses the earliest possible date instead)</li>
<li>More advanced setting of Turnitin features when creating/updating an assignment. You can now set:
<ul>
<li>Whether to compare a submission against other students files</li>
<li>Whether to compare a submission against Internet sources</li>
<li>Whether to compare a submission against Journals, periodicals, publications</li>
<li>When to generate the Originality Reports</li>
<li>Whether to use an institutional repository (if set up)</li>
<li>Exclude Bibliograpy references from the report</li>
<li>Exclude quoted text from the report</li>
<li>Exclude small matches from the report</li>
</ul>
</li>
<li>Improved performance and handling of errors (still more improvements to come over the next week on the error reporting page)</li>
<li>Now creates assignment in Turnitin as soon as Moodle assignment is created instead of waiting for the first file to be submitted (it creates the assignment in Turnitin when the next cron cycle runs after the Moodle assignment is created)</li>
<li>Easier integration with other Moodle modules (soon to come) &#8211; keep an eye out for integration with essay quiz questions and the Workshop module.</li>
</ul>
<p>The new Moodle 1.9 version has the following new features:</p>
<ul>
<li>Better Date handling &#8211; uses the start/close dates in Moodle as the  start/close dates in the Turnitin assignments it creates (although  Turnitin doesn&#8217;t like start/close dates before the assignment is created  so it uses the earliest possible date instead)</li>
<li>More advanced setting of Turnitin features when creating/updating an assignment. You can now set:
<ul>
<li>Whether to compare a submission against other students files</li>
<li>Whether to compare a submission against Internet sources</li>
<li>Whether to compare a submission against Journals, periodicals, publications</li>
<li>When to generate the Originality Reports</li>
<li>Whether to use an institutional repository (if set up)</li>
</ul>
</li>
<li>Improved performance and handling of errors</li>
</ul>
<p>Sites using an older 1.9 version of the integration that wish to upgrade to Moodle 2.0 must upgrade their 1.9 Turnitin integration first &#8211; otherwise they will lose content/data during upgrade.</p>
<p>The new 1.9 version of the code is available as a git branch here:<br />
<a href="http://github.com/danmarsden/moodle19-patch_turnitin">http://github.com/danmarsden/moodle19-patch_turnitin</a><br />
(this is based off the old mdl19-turnitin branch on git.catalyst.net.nz so if you&#8217;ve been using that it should be an easy switch)<br />
Installation of this on an existing 1.9 site should only be attempted if you can easily manage significant customisations to your Moodle site (and know how to use git) &#8211; if this is new/difficult for you, best that you wait untill you upgrade to Moodle 2.0 &#8211; you can also get this code in patch or diff format here:<br />
<a href="http://github.com/danmarsden/moodle19-patch_turnitin/compare/MOODLE_19_STABLE...mdl19-turnitin.diff">http://github.com/danmarsden/moodle19-patch_turnitin/compare/MOODLE_19_STABLE&#8230;mdl19-turnitin.diff</a><br />
<a href="http://github.com/danmarsden/moodle19-patch_turnitin/compare/MOODLE_19_STABLE...mdl19-turnitin.patch"> http://github.com/danmarsden/moodle19-patch_turnitin/compare/MOODLE_19_STABLE&#8230;mdl19-turnitin.patch</a></p>
<p>The 2.0 version of the code is available as a git branch here:<br />
<a href="http://github.com/danmarsden/moodle-plagiarism_turnitin">http://github.com/danmarsden/moodle-plagiarism_turnitin</a><br />
or you can get it as a zip here:<br />
<a href="http://github.com/danmarsden/moodle-plagiarism_turnitin/zipball/master">http://github.com/danmarsden/moodle-plagiarism_turnitin/zipball/master</a></p>
<p>To install the 2.0 version &#8211; just grab the files above and put them in a new folder called &#8220;turnitin&#8221; under the /plagiarism folder in 2.0<br />
then..</p>
<ol>
<li>Go to: Admin &gt; Advanced features and select the checkbox &#8220;Enable plagiarism plugins&#8221; and save the settings</li>
<li>Go to: Admin &gt; Plugins &gt; Plagiarism Prevention &gt; Turnitin configure this page as usual</li>
<li>Select the &#8220;Turnitin Defaults&#8221; tab and set the default settings you would like when a new module that allows plagiarism is created.</li>
<li>Make sure Scheduled Tasks/Cron is running on your site</li>
<li>Create a new Assignment and make sure Turnitin is enabled</li>
<li>Submit a file</li>
<li>Done!</li>
</ol>
<p>I&#8217;m also working with Sergey Butakov to generate a Moodle 2.0 Crot plagiarism plugin &#8211; Crot is an open source based plagiarism tool that uses the MS Live (Bing) Search engine as a backend for comparing results &#8211; it&#8217;s not quite ready/working yet, but you can check out the progress so far here:<br />
<a href="http://github.com/danmarsden/moodle-plagiarism_crot">http://github.com/danmarsden/moodle-plagiarism_crot</a></p>
<p>For those wanting to create their own Plagiarism plugin with another tool, I&#8217;ve created a &#8220;new&#8221; template that can be used as a basis for creating your own plugin here: <a href="http://github.com/danmarsden/moodle-plagiarism_new"></p>
<p>http://github.com/danmarsden/moodle-plagiarism_new</a></p>
<p>and developer docs on the api are available here:<br />
<a href="http://docs.moodle.org/en/Development:Plagiarism_API">http://docs.moodle.org/en/Development:Plagiarism_API</a></p>
<p>It&#8217;s important to note that Moodle 2.0 doesn&#8217;t include any Plagiarism plugins by default &#8211; you must install them separately &#8211; but as it is all self-contained in a folder it is very easy to install. Inclusion of Plagiarism Plugins in Moodle Core may be investigated/debated/discussed in future (definitely not before 2.0 final release!)</p>
<p>Always keen to hear feedback &#8211; let me know how you go!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2010/10/27/turnitin-and-moodle-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Plagiarism Detection Competition</title>
		<link>http://danmarsden.com/blog/2009/04/29/plagiarism-detection-competition/</link>
		<comments>http://danmarsden.com/blog/2009/04/29/plagiarism-detection-competition/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 02:54:01 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=75</guid>
		<description><![CDATA[Yahoo Research have sponsored a Plagiarism Detection Competition with a 500Euro prize details here: http://www.webis.de/pan-09/competition.php I wonder if something like the Moodle Crot Block could be a contender?]]></description>
			<content:encoded><![CDATA[<p>Yahoo Research have sponsored a Plagiarism Detection Competition with a 500Euro prize<br />
details here: <a title="Plagiarism Detection Competition" href="http://www.webis.de/pan-09/competition.php">http://www.webis.de/pan-09/competition.php</a> I wonder if something like the Moodle <a title="Crot Block" href="http://moodle.org/mod/forum/discuss.php?d=116512">Crot Block</a> could be a contender?</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2009/04/29/plagiarism-detection-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of Turnitin Integration</title>
		<link>http://danmarsden.com/blog/2009/03/01/new-version-of-turnitin-integration/</link>
		<comments>http://danmarsden.com/blog/2009/03/01/new-version-of-turnitin-integration/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:59:34 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=65</guid>
		<description><![CDATA[Last week I updated the turnitin version in CONTRIB &#8211; and I realised there have been a few changes recently, but I haven&#8217;t actually mentioned them anywhere! &#8211; here is an attempt at some &#8220;release notes&#8221; for those interested! Improved display of errors to both Students and Teachers -  errors in the 1000 series are [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I updated the<a title="CONTRIB CVS" href="http://cvs.moodle.org/contrib/patches/turnitin/"> turnitin version in CONTRIB</a> &#8211; and I realised there have been a few changes recently, but I haven&#8217;t actually mentioned them anywhere! &#8211; here is an attempt at some &#8220;release notes&#8221; for those interested!</p>
<ul>
<li>Improved display of errors to both Students and Teachers -  errors  in the<a title="1000 series errors" href="http://docs.moodle.org/en/Turnitin_errors#Paper_Submission_Errors_1000-1099"> 1000 series </a>are now printed directly to the screen instead of just displaying the error code to teachers.</li>
<li>A new option to the advanced assignment type has been added to allow teachers to choose when the files are submitted to turnitin &#8211; before or after a student has submitted the files for marking. (thanks to Darren Harkness from Athabasca for this patch!)</li>
<li>419 error codes were occurring for older assignments due to a bug that has been fixed</li>
<li>407 error codes were occurring due to the API calls happening too fast for the Turnitin API to catch up</li>
<li>31 error codes were occurring due to files being deleted before submission to Turnitin &#8211; a check for file existence was shifted to address this.</li>
<li>new css class added to similarity links to allow better control in css</li>
<li>improved error checking and debugging information to various areas.</li>
<li>A bug with the logic checking for closed activities has been fixed</li>
</ul>
<p>Hope that&#8217;s useful for some people! &#8211; I&#8217;ve also been talking with the <a title="Crot Block" href="http://moodle.org/mod/forum/discuss.php?d=116512">Crot block</a> authors this past week &#8211; I&#8217;m hoping there&#8217;s a way we can integrate the crot and turnitin work so that they are both available via a similar interface!</p>
<p><em>3 March 09 Edit: <a title="Moodle Forum post" href="http://moodle.org/mod/forum/discuss.php?d=98199#p516443" target="_self">looks like I introduced a bug</a> with the single upload assignment type in this last change &#8211; <a title="CVS diff" href="http://cvs.moodle.org/contrib/patches/turnitin/mod/assignment/type/uploadsingle/assignment.class.php?r1=1.1.2.6&amp;r2=1.1.2.7">should be fixed now</a>!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2009/03/01/new-version-of-turnitin-integration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moodle 2.0 patches</title>
		<link>http://danmarsden.com/blog/2009/01/12/moodle-20-patches/</link>
		<comments>http://danmarsden.com/blog/2009/01/12/moodle-20-patches/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:34:31 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=57</guid>
		<description><![CDATA[I&#8217;ve been working on getting a few patches ready for 2.0 this week that have been sitting in my list for a while! 2.0 is shaping up to be a really good Moodle release! MDL-7206 &#8211; a patch to allow all assignments to be downloaded in a single zip This is something I wrote a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on getting a few patches ready for 2.0 this week that have been sitting in my list for a while! 2.0 is shaping up to be a really good Moodle release!<br />
<a title="Moodle Tracker" href="http://tracker.moodle.org/browse/MDL-7206"></a></p>
<p><a title="Moodle Tracker" href="http://tracker.moodle.org/browse/MDL-7206">MDL-7206</a> &#8211; a patch to allow all assignments to be downloaded in a single zip<br />
This is something I wrote a while back that has been hacked at by various people and a patch in that issues is available for 1.9 &#8211; I&#8217;ve wanted to get this into core for a while, but haven&#8217;t ever got round to it!</p>
<p>Some issues around error handling in backups &#8211; silient backups/restores dont&#8217; do any error reporting, so I&#8217;m planning on modifying the backup_logs table to allow other errors to be saved other than just data related to scheduled backups.  details on this are in <a title="Moodle Tracker" href="http://tracker.moodle.org/browse/MDL-14736">MDL-14736</a> and<a title="Moodle Tracker" href="http://tracker.moodle.org/browse/MDL-12037"> MDL-12037</a></p>
<p>I&#8217;d also like to prepare a patch for a new backup/restore type that would allow a restore to update a course, rather than duplicating or needing to delete the content of the course first &#8211; it would be nice to see this feature integrated into an improved backup/restore UI to allow a teacher to select each individual activity/resource and decide whether to update/delete/roll dates forward etc.</p>
<p>And then theres the Turnitn stuff I&#8217;d like to get into core, although it will require some funding so I can convert the code to work with the new stuff in 2.0</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2009/01/12/moodle-20-patches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turnitin and Moodle</title>
		<link>http://danmarsden.com/blog/2008/12/18/turnitin-and-moodle/</link>
		<comments>http://danmarsden.com/blog/2008/12/18/turnitin-and-moodle/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 11:12:10 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Turnitin]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=41</guid>
		<description><![CDATA[It feels like a long time ago when I first started to hack on a Turnitin Integration with Moodle &#8211; I was inspired to put something together after Turnitin released their Moodle Assignment Type which provided SSO into their site so that students didn&#8217;t have to go to the turnitin.com website login, and upload their [...]]]></description>
			<content:encoded><![CDATA[<p>It feels like a long time ago when I first started to hack on a Turnitin Integration with Moodle &#8211; I was inspired to put something together after Turnitin released their Moodle Assignment Type which provided SSO into their site so that students didn&#8217;t have to go to the turnitin.com website login, and upload their files&#8230; I didn&#8217;t really like this much for a couple of reasons</p>
<ul>
<li>it presented a different interface which did not use the Site&#8217;s Moodle Theme (although it kept the Moodle header in a frame at the top of the page)</li>
<li>All the files were stored on Turnitins servers, so if an institution cancelled their subscription to turnitin there was no easy way of retrieving and storing the submitted files against specific users/courses/assignment</li>
<li>It required manual editing of config files for account Id&#8217;s, secret keys, api addresses, emails etc.</li>
</ul>
<p>So&#8230;. I started hacking on an integration that allowed teachers to use the standard Moodle modules &#8211; such as the advanced and single assignment types with an extra setting that allowed them to &#8220;enable&#8221; turnitin for &#8220;this&#8221; assignment. It&#8217;s taken a lot of constant refining (and there&#8217;s still more to go) but we now have a patch that works pretty well for 1.9 (and a 1.6 patch too!)</p>
<p>The development on this patch was initially done in my own time, but more recently has been funded by the University of Waikato, with Sussex University funding the 1.6 patch!</p>
<p>This past couple of weeks, Waikato have paid for some improvements to the error reporting &#8211; it now displays nicer error messages to the students and staff when a file has been submitted that Turnitin Cannot process &#8211; like errors around submitting images instead of text documents.</p>
<p>One of the issues with the integration is that it uses a single &#8220;global Teacher account&#8221; &#8211; every assignment/course/file is connected to that single &#8220;Teacher&#8221; in the Turnitin system. I did this initially as the turnitin system only allows 1 teacher to be assigned to a course, and as Moodle allows multiple teachers, we needed to share a common teacher account. But! &#8211; this means that if we were to login as that teacher on the turnitin.com site, we would have access to all assignments created by the Moodle integration. This isn&#8217;t suitable for people using the Turnitin Grademark tool, or to allow teachers easy access to the extended featureset available on the turnitin.com site. I&#8217;d like to modify this to use a single teacher account for each course inside moodle, to allow better access.</p>
<p>There are currently a couple of issues around the Turnitin API that the Turnitin dev team tell me they would like to fix!</p>
<ul>
<li>There&#8217;s currently no easy way for a teacher to use the Turnitin grading interface (grademark has some fancy features which the Moodle gradebook doesn&#8217;t!) and then have those grades sent back into the Moodle Gradebook &#8211; The Turnitin guys tell me they&#8217;re keen to implement this (not sure on a timeframe) &#8211; it&#8217;s advantageous to them as people only using the Moodle integration may not want to pay for Grademark if it doesn&#8217;t integrate with Moodle.</li>
<li>The standard Turnitin interface allows a teacher to elect whether turnitin will store the submitted assignments in their main database for comparison against other submitted papers. This option isn&#8217;t available as part of the api, but it is an option that a lot of people I have talked to would like to have.</li>
</ul>
<p>Another thing that bugs me a bit about the integration in it&#8217;s current form is the method used to munge e-mail addresses when institutions don&#8217;t want their students to be able to access the turnitin.com site directly. all this currently does is add some text to the start of their e-mail address which is fine if the students cannot alter their e-mail address and use an internal organisation address, but if they can use gmail/yahoo accounts then the &#8220;munge&#8221; introduces a range of issues.</p>
<p>I added the &#8220;munge&#8221; feature because the Integration creates valid assignments/courses on the turnitin.com site, and if a student went directly to the turnitin.com site and submitted an assignment, there would be no record of that submission in Moodle &#8211; which would potentially cause confusion for teachers! &#8211; so the munge was added to prevent that from being happen.</p>
<p>A &#8220;better way&#8221; to manage this would be for the Turnitin API to allow assignments to be created that do not allow manual submission from the turnitin.com site&#8230;&#8230; I must remember to ask the turnitin team about this&#8230;&#8230;</p>
<p>My thanks goes out to all the people who are using the integration and helping others &#8220;trying&#8221; to use it in the moodle.org forums &#8211; I get a lot of e-mail these days, and am constantly chasing my tail trying to respond to it all, so that help is really appreciated!</p>
<p>We do need some funding to do a lot of this work (including the work to create a 2.0 version of the integration and put it in Moodle Core) &#8211; let me know if this is something you might be able to help fund!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2008/12/18/turnitin-and-moodle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

