<?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; Moodle</title>
	<atom:link href="http://danmarsden.com/blog/category/moodle/feed/" rel="self" type="application/rss+xml" />
	<link>http://danmarsden.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 23:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Meta-course enrolments and failed Moodle 2 upgrades oh my!</title>
		<link>http://danmarsden.com/blog/2012/01/23/meta-course-enrolments-and-failed-moodle-2-upgrades-oh-my/</link>
		<comments>http://danmarsden.com/blog/2012/01/23/meta-course-enrolments-and-failed-moodle-2-upgrades-oh-my/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 23:33:42 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=182</guid>
		<description><![CDATA[We just upgraded one of our clients sites that makes extensive use of the meta-course enrolment feature combined with &#8216;nosyncroleids&#8217; from 1.9 to 2.2  &#8211; they use meta-courses to enrol their students but use manual enrolments for their teachers so the teacher role was set in &#8216;nosyncroleids&#8217; &#8211; during the upgrade these manual enrolments for [...]]]></description>
			<content:encoded><![CDATA[<p>We just upgraded one of our clients sites that makes extensive use of the meta-course enrolment feature combined with &#8216;nosyncroleids&#8217; from 1.9 to 2.2  &#8211; they use meta-courses to enrol their students but use manual enrolments for their teachers so the teacher role was set in &#8216;nosyncroleids&#8217; &#8211; during the upgrade these manual enrolments for teachers seem to have been corrupted &#8211; after upgrade the users show as &#8220;enrolled&#8221; using meta-enrolment but don&#8217;t have any roles in their courses. This seems strange as in the 1.9 site they were &#8220;manual&#8221; enrolments.</p>
<p>It looks like Petr Skoda may have fixed this as part of <a href="http://tracker.moodle.org/browse/MDL-29684">MDL-29684</a> but this is only fixed in master, not the stable branches. (and I haven&#8217;t tested it)</p>
<p>And unfortunately as the sync process has already screwed up the enrolments on the courses, simply applying the patch to the clients 2.2 site wouldn&#8217;t work &#8211; the only way it seems it might work would be to revert back to the 1.9 site and re-run the upgrade with the patch in place &#8211; or manually go through each course and fix the enrolments. Unfortunately we didn&#8217;t notice this early enough and the site was already being used so the client is now going through each course and manually fixing the enrolments for their teachers (time-consuming and frustrating!)</p>
<p>IMO this sort of issue should be back-ported but hopefully this post might help prevent others from experiencing the same pain!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2012/01/23/meta-course-enrolments-and-failed-moodle-2-upgrades-oh-my/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Moodle 2.2 SCORM Reporting improvements and GSOC</title>
		<link>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-reporting-improvements-and-gsoc/</link>
		<comments>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-reporting-improvements-and-gsoc/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:54:17 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>
		<category><![CDATA[GSOC]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=180</guid>
		<description><![CDATA[Ankit Agarwal has been working on restructuring the SCORM reporting code as part of a GSOC project this year. This now allows the standard Moodle plugin functionality to the reporting interface in SCORM &#8211; developers can write their own SCORM report plugins and drop them in place in the same way installation of a block/module/standard [...]]]></description>
			<content:encoded><![CDATA[<p>Ankit Agarwal has been working on restructuring the SCORM reporting code as part of a <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2011" target="_blank">GSOC</a> project this year. This now allows the standard Moodle plugin functionality to the reporting interface in SCORM &#8211; developers can write their own SCORM report plugins and drop them in place in the same way installation of a block/module/standard plugin is done in Moodle.</p>
<p>The initial work involved a large amount of restructuring and very limited (if any) differences in the UI to users&#8230;. but Ankit has just finished a new &#8220;interactions&#8221; report that displays SCORM interactions in a more readable manner &#8211; This report is currently available in <a href="http://tracker.moodle.org/browse/MDL-28277" target="_blank">MDL-28277</a> and will probably become part of Moodle 2.2 core very soon. This interactions report is something that has been requested a lot in the forums and will hopefully allow teachers to make a lot more sense out of the data that SCORM presents.</p>
<p>Kudos to Ankit for his hard work on this project &#8211; it will be interesting to see any new SCORM report plugins that are developed and hopefully the new interactions report provides a useful addition to the SCORM reporting in Moodle! Thanks heaps to Google for funding Ankit&#8217;s time to work on the project!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-reporting-improvements-and-gsoc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moodle 2.2 SCORM 2004 and GSOC</title>
		<link>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-2004-and-gsoc/</link>
		<comments>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-2004-and-gsoc/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:39:01 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>
		<category><![CDATA[GSOC]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=177</guid>
		<description><![CDATA[Mayank Gupta has been working on a new test harness that allows us to automatically run the SCORM ADL 1.2 and 2004 tests as part of a GSOC project this year. This also means we can start to run the 1.2 and 2004 tests during Moodle&#8217;s weekly integration review to make sure that any new [...]]]></description>
			<content:encoded><![CDATA[<p>Mayank Gupta has been working on a new test harness that allows us to automatically run the SCORM ADL 1.2 and 2004 tests as part of a <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2011" target="_blank">GSOC</a> project this year. This also means we can start to run the 1.2 and 2004 tests during Moodle&#8217;s weekly integration review to make sure that any new code hasn&#8217;t broken SCORM compliance. Previously, running the tests has been a very time consuming task &#8211; even for SCORM 1.2 with just 2 SCORM packages to test&#8230; SCORM 2004 has 189 different SCORM packages that need testing!</p>
<p>As part of Mayank&#8217;s work a <a href="http://tracker.moodle.org/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=labels+%3D+SCORM_2004+AND+status+!%3D+Open" target="_blank">small number of SCORM 2004 issues</a> have been resolved in Moodle 2.2 and hopefully with the automated test harness in place it will help to progress with other SCORM 2004 bugs.</p>
<p>If you would like to keep track of Moodles SCORM 2004 progress, add yourself as a watcher to <a href="http://tracker.moodle.org/browse/MDL-7068" target="_blank">MDL-7068</a> where each SCORM 2004 test has been added as a task.</p>
<p>If you would like to install the test harness and check it out in action &#8211; see the instructions here:<br />
<a href="http://docs.moodle.org/dev/SCORM_Test_Harness#Running_ADL_SCORM_Test" target="_blank">http://docs.moodle.org/dev/SCORM_Test_Harness#Running_ADL_SCORM_Test</a></p>
<p>One of the challenges we faced was loading 189 SCORM packages into a Moodle Course &#8211; I knocked up a quick script to import bulk SCORM packages that is available on <a href="http://tracker.moodle.org/browse/MDL-17822" target="_blank">MDL-17822</a> if anyone is interested!</p>
<p>Mayank&#8217;s work has been a valuable contribution and I&#8217;m personally appreciative of the effort he put into the test harness &#8211; it&#8217;s going to save me a <strong>LOT</strong> of time &#8211; and hopefully help to prevent any SCORM regressions from appearing in new versions of Moodle! &#8211; and thanks heaps to Google for helping to fund Mayank&#8217;s time to do the work!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2011/08/15/moodle-2-2-scorm-2004-and-gsoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 and XMLHttpRequest</title>
		<link>http://danmarsden.com/blog/2011/07/13/ie7-and-xmlhttprequest/</link>
		<comments>http://danmarsden.com/blog/2011/07/13/ie7-and-xmlhttprequest/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 22:39:26 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=175</guid>
		<description><![CDATA[I&#8217;ve spent a big part of the last week of my time lost in the abyss of IE 7 and XMLHttpRequest as part of MDL-28295 &#8211; it seems that under certain conditions a call to XMLHttpRequest crashes IE 7 when called from a child window&#8230;. Posting here in case someone else runs into this weird [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a big part of the last week of my time lost in the abyss of IE 7 and XMLHttpRequest as part of <a href="http://tracker.moodle.org/browse/MDL-28295" target="_blank">MDL-28295</a> &#8211; it seems that under certain conditions a call to XMLHttpRequest crashes IE 7 when called from a child window&#8230;.</p>
<p>Posting here in case someone else runs into this weird bug in the hope that it might save someone some time!<br />
Pseudo code:<br />
httpReq = new XMLHttpRequest();<br />
httpReq.open(&#8220;POST&#8221;, url,false);<br />
httpReq.setRequestHeader(&#8216;Content-Type&#8217;, &#8216;application/x-www-form-urlencoded&#8217;);<br />
httpReq.send(param);</p>
<p>When &#8220;param&#8221; contains something like this it works fine!<br />
id=&amp;a=11</p>
<p>but when &#8220;param&#8221; contains something like this &#8211; it crashes IE 7:<br />
id=&amp;a=11&amp;cmi_<em>core</em><em>lesson_status=incomplete&amp;cmi</em><em>core</em><em>exit=suspend&amp;cmi</em>_suspend_data=|&amp;attempt=1&amp;scoid=28</p>
<p>Initially I thought the encoding might be the issue and encoding the params using encodeURI() seemed to work &#8211; but further testing found it was still an issue.</p>
<p>The fix was to re-structure the code so that it didn&#8217;t call the code from a child window but from within the &#8220;parent&#8221; window&#8230;. crazy&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2011/07/13/ie7-and-xmlhttprequest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCORM and GSOC</title>
		<link>http://danmarsden.com/blog/2011/04/25/scorm-and-gsoc/</link>
		<comments>http://danmarsden.com/blog/2011/04/25/scorm-and-gsoc/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:26:22 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=172</guid>
		<description><![CDATA[We&#8217;ve just accepted 2 GSOC students to improve the SCORM module in Moodle. Mayank Gupta will be working on a SCORM Test Harness to allow us to automatically run the SCORM ADL tests on the latest code &#8211; this has previously been a time consuming process and can only be performed in IE &#8211; this [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just accepted 2 <a href="http://code.google.com/soc/">GSOC</a> students to improve the SCORM module in Moodle.</p>
<p><a href="http://www.google-melange.com/gsoc/project/google/gsoc2011/mayankgupta2005/30001">Mayank Gupta</a> will be working on a SCORM Test Harness to allow us to automatically run the SCORM ADL tests on the latest code &#8211; this has previously been a time consuming process and can only be performed in IE &#8211; this will greatly improve our existing code review process and help to identify the issues with SCORM 2004 support and allow ongoing development without breaking compatibility with previous tests, for more information on this see <a href="http://tracker.moodle.org/browse/MDL-26912">MDL-26912</a> &#8211; a secondary task for Mayank is to add tracker issues for the failing SCORM 2004 tests and if he has time suggest fixes for a few of them as well.</p>
<p><a href="http://www.google-melange.com/gsoc/project/google/gsoc2011/ankitagarwal/6001">Ankit Kumar Agarwal</a> will be working on improving the quiz reporting in SCORM &#8211; presenting the responses to quiz questions (if the SCORM package reports them back to Moodle) in a more readable manner &#8211; for more information on this see <a href="http://tracker.moodle.org/browse/MDL-27256">MDL-27256</a> , a secondary task for Ankit(if he has time) is to look at some of the SCORM 2004 tests that are failing and suggest fixes for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2011/04/25/scorm-and-gsoc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moodle/SCORM and GSOC</title>
		<link>http://danmarsden.com/blog/2011/03/22/moodlescorm-and-gsoc/</link>
		<comments>http://danmarsden.com/blog/2011/03/22/moodlescorm-and-gsoc/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 21:38:27 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=170</guid>
		<description><![CDATA[Moodle is part of this years Google Summer of Code &#8211; this program pays students to work on open source software products for about three months over their holiday break. I&#8217;m hoping to find/mentor a student to write a test harness to run the 1.2 and 2004 ADL tests (and fix a few 2004 bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Moodle is part of this years <a href="http://docs.moodle.org/en/GSOC" target="_blank">Google Summer of Code</a> &#8211; this program pays students to work on open source software products for about three months over their holiday break. I&#8217;m hoping to find/mentor a student to write a test harness to run the 1.2 and 2004 ADL tests (and fix a few 2004 bugs while they&#8217;re at it!) &#8211; For more information on the GSOC project see: <a href="http://tracker.moodle.org/browse/MDL-26912">http://tracker.moodle.org/browse/MDL-26912</a></p>
<p>Hopefully this will get us a little bit closer to having full SCORM 2004 support directly in Moodle.</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2011/03/22/moodlescorm-and-gsoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malea Praise Marsden</title>
		<link>http://danmarsden.com/blog/2010/12/09/malea-praise-marsden/</link>
		<comments>http://danmarsden.com/blog/2010/12/09/malea-praise-marsden/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 03:58:47 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=162</guid>
		<description><![CDATA[A new Addition to the Marsden Whanau &#8211; Malea Praise Marsden born 10:21pm 2/12/2010, 3.445Kg(7.6 Pounds)]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-161 aligncenter" title="Malea Praise Marsden" src="http://danmarsden.com/blog/wp-content/uploads/2010/12/Malea-Eeyore-300x225.jpg" alt="Malea Praise Marsden" width="300" height="225" /> A new Addition to the Marsden Whanau &#8211; Malea Praise Marsden born 10:21pm 2/12/2010, 3.445Kg(7.6 Pounds)</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2010/12/09/malea-praise-marsden/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free online Moodle courses</title>
		<link>http://danmarsden.com/blog/2010/10/28/free-online-moodle-courses/</link>
		<comments>http://danmarsden.com/blog/2010/10/28/free-online-moodle-courses/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 23:59:32 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Moodle]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=154</guid>
		<description><![CDATA[Open Polytechnic of NZ and Flexible Learning Network have just finished developing some new Moodle courses and are offering the courses for free during their pilot! here&#8217;s the full press release: &#8212;&#8212;&#8212;&#8212;- An exciting opportunity is now available to get qualified in the open source environment. The launch of the Open Source Learning Laboratory now [...]]]></description>
			<content:encoded><![CDATA[<p>Open Polytechnic of NZ and Flexible Learning Network have just finished developing some new Moodle courses and are offering the courses for free during their pilot!</p>
<p>here&#8217;s the full press release:<br />
&#8212;&#8212;&#8212;&#8212;-<br />
An exciting opportunity is now available to get qualified in the open  source environment.</p>
<p>The launch of the Open Source Learning Laboratory now allows the  delivery of high quality, accessible training in open source software.</p>
<p>Specialised courses for effective learning<br />
Six courses specifically designed for the open source environment are  available now for enrolment:</p>
<ul>
<li> Moodle Administration &#8211; This course will develop the skills and  knowledge to configure the Moodle Learning Management System to meet an  organisation’s specific learning and development delivery requirements,  manage learner and course data, identify security and maintenance issues  and deliver appropriate reports for business decision-making purposes.</li>
<li>Developing Courses in Moodle &#8211; This course teaches the learner how to  apply online course design skills using the Moodle learning environment.  Moodle is now the predominant learning management system being used in  the New Zealand Tertiary Education Sector as well as having a large  take-up by education and vocational training institutions worldwide.</li>
<li>Technical Documentation – This course will provide students with the  knowledge and skills to; make decisions about appropriate technical  documentation to meet a specific technical requirement, and business  need; how to manage the process of technical documentation production,  and how to develop technical documentation according to industry  standards within an Open Source development project.</li>
<li>Open Source in Business – The course aims to prepare learners to make  decisions about implementing an Open Source application including  deployment, maintenance and licensing. The course will assist learners  to understand the value of different tools or applications in a business  context; make choices about software purchases; identify the  opportunities for Open Source in a business context.</li>
<li>Programming for Open Source Software with PHP – This course provides  an introduction to developing programs in PHP and integrating with other  technologies to develop Open Source web applications.</li>
<li>Open Source Software Development Model – This course will provide  students with the knowledge and skills to identify the attributes of an  open source (OS) development model, the processes and organizational  implications of managing and using such a model in IT development  projects and the protocols of working within an open source community  context.</li>
<li>Dedicated tutors with proven industry experience.</li>
<li>Tutor support is available in all courses by experienced tutors with  specialist knowledge in the open source environment.</li>
</ul>
<p>Limited spaces available free of charge<br />
We are currently offering places in all courses free of charge, go to  <a href="http://www.eduforge.com/">www.eduforge.com</a> to see details. Courses are short, suitable for  part-time study delivered entirely online. Places are limited and are on  a first come first served basis. There is also general information on  open source technologies, a showcase area and project spaces at  <a href="http://www.eduforge.org/">www.eduforge.org</a>.</p>
<p>Enrol online today<br />
To reserve your place in any of the courses available, visit  <a href="http://www.eduforge.com/">www.eduforge.com</a> and complete your enrolment soon as places are limited.</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2010/10/28/free-online-moodle-courses/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>Awards Time?</title>
		<link>http://danmarsden.com/blog/2010/08/22/awards-time/</link>
		<comments>http://danmarsden.com/blog/2010/08/22/awards-time/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 22:18:49 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Mahara]]></category>
		<category><![CDATA[Moodle]]></category>

		<guid isPermaLink="false">http://danmarsden.com/blog/?p=139</guid>
		<description><![CDATA[With nominations soon closing for the NZ Open Source Awards I&#8217;ve just heard about Packt Publishing&#8217;s Open Source Awards &#8211; It looks like Moodle and Mahara aren&#8217;t eligible, but if you&#8217;re aware of any open source products that you think should be recognised make sure you nominate them! &#8211; Packt are offering cash prizes to [...]]]></description>
			<content:encoded><![CDATA[<p>With nominations soon closing for the <a title="NZ Open Source Awards" href="http://www.nzosa.org.nz/" target="_blank">NZ Open Source Awards</a> I&#8217;ve just heard about <a href="https://www.packtpub.com/open-source-awards-home">Packt Publishing&#8217;s Open Source Awards</a> &#8211; It looks like Moodle and Mahara aren&#8217;t eligible, but if you&#8217;re aware of any open source products that you think should be recognised make sure you nominate them! &#8211; Packt are offering cash prizes to the winners and runners-up.</p>
<p>The NZ Open Source Awards are a bit more flexible and a wider range of projects will be eligible but nominations are closing very soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://danmarsden.com/blog/2010/08/22/awards-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

