<?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>Moodlerific.org &#187; Moodle.org</title>
	<atom:link href="http://www.moodlerific.org/category/moodleorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moodlerific.org</link>
	<description>become moodlerific!</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quiz Report: Detailed Responses (module for 1.9 standard in 2.0)</title>
		<link>http://www.moodlerific.org/2011/01/12/quiz-report-detailed-responses-module-for-1-9-standard-in-2-0/</link>
		<comments>http://www.moodlerific.org/2011/01/12/quiz-report-detailed-responses-module-for-1-9-standard-in-2-0/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 14:56:33 +0000</pubDate>
		<dc:creator>melissa</dc:creator>
				<category><![CDATA[Modules]]></category>
		<category><![CDATA[Moodle 2.0]]></category>
		<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[detailed responses]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[quiz]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://www.moodlerific.org/?p=1607</guid>
		<description><![CDATA[This morning I was emailed by a teacher in my district asking if there was a way to get a different type of summary for Moodle Quiz results. He wanted a better way to give a summary with original responses to print and attach to other papers for students. The way he was currently doing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moodlerific.org/wp-content/uploads/2011/01/notes-3.png"><img class="alignright size-full wp-image-1619" style="border: 0pt none;" title="notes" src="http://www.moodlerific.org/wp-content/uploads/2011/01/notes-3.png" alt="" width="128" height="128" /></a>This morning I was emailed by a teacher in my district asking if there was a way to get a different type of summary for Moodle Quiz results. He wanted a better way to give a summary with original responses to print and attach to other papers for students. The way he was currently doing it was wasting a lot of paper.</p>
<blockquote><p>What I need for moodle to do is be able to provide each student&#8217;s original response, right or wrong and score for each question and an overall score.</p></blockquote>
<p>Being a Moodle admin and not having much &#8220;real life&#8221; experience with Quizzes &#8211; grading, viewing reports &#8211; I needed to take a look at the default reporting in Moodle 1.9.9 and then head over to Moodle.org to check out the <a title="moodle module &amp; plugins" href="http://moodle.org/mod/data/view.php?id=6009" target="_blank">modules &amp; plugins</a>.</p>
<p>After visiting Moodle.org, a CTRL + f and a find &#8220;quiz&#8221; I quickly found a promising module that could work &#8211; <a title="Quiz Report: Detailed Responses" href="http://moodle.org/mod/data/view.php?d=13&amp;rid=96" target="_blank"><strong>Quiz Report: Detailed Responses</strong></a>.</p>
<blockquote><p>This quiz report plug-in displays all the responses given by students at the quiz in one big table. It allows this table to be downloaded as an Excel spreadsheet.</p>
<p>In Moodle 2.0, this was moved into the core distribution.</p></blockquote>
<p>I installed it by following the instructions I found in <a title="comment" href="http://moodle.org/mod/data/view.php?d=13&amp;rid=96" target="_blank">a comment</a>:</p>
<div id="listing">
<ol>
<li>Create a folder called &#8220;responses&#8221; under /mod/quiz/report/</li>
<li>Copy the report.php and styles.css files included in the zip file to the newly created &#8220;responses&#8221; folder: /mod/quiz/report/responses/</li>
<li>Create a folder called &#8220;quiz_responses&#8221; under /lang/ent_utf8/help/</li>
<li>Copy the help files that are in the lang/en_utf8/help/responses/ folder in the zip file (three .html files) to the newly created /lang/en_utf8/help/quiz_responses/ folder.</li>
</ol>
</div>
<p>This module creates a new link called &#8220;<strong>Detailed responses</strong>&#8221; when you <strong>View your Quiz</strong> and then click the <strong>Results tab</strong>. It&#8217;s essentially the same report as &#8220;overview&#8221; but it shows the student&#8217;s original responses instead of just a score.</p>
<p style="text-align: center;">The columns are: <strong>Name | Total Score | Question #1 | Question #2 | etc</strong></p>
<p style="text-align: center;"><a href="http://www.moodlerific.org/wp-content/uploads/2011/01/da-ex.png"><img class="size-full wp-image-1617  aligncenter" title="screenshot" src="http://www.moodlerific.org/wp-content/uploads/2011/01/da-ex.png" alt="" width="433" height="31" /></a></p>
<p style="text-align: center;"><strong>Green = Correct Answer<br />
Red = Incorrect Answer</strong></p>
<p style="text-align: left;">
<p style="text-align: left;">So, a simple report but it could be very useful and efficient for teachers &#8211; maybe that&#8217;s why they made it standard in Moodle 2.0!</p>
<p style="text-align: left;"><strong>Related Links</strong></p>
<ul>
<li><a title="Download Detailed Responses" href="http://moodle.org/mod/data/view.php?d=13&amp;rid=96&amp;filter=1" target="_blank">Download Detailed Responses</a></li>
<li><a title="Quiz Forum" href="http://moodle.org/mod/forum/view.php?id=737" target="_blank">Quiz Forum</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlerific.org/2011/01/12/quiz-report-detailed-responses-module-for-1-9-standard-in-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle 2.0.1 out + Moodle 2.1 timeline #moodle2</title>
		<link>http://www.moodlerific.org/2010/12/28/moodle-2-0-1-out-moodle-2-1-timeline-moodle2/</link>
		<comments>http://www.moodlerific.org/2010/12/28/moodle-2-0-1-out-moodle-2-1-timeline-moodle2/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 23:31:02 +0000</pubDate>
		<dc:creator>melissa</dc:creator>
				<category><![CDATA[Moodle 2.0]]></category>
		<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[martin dougiamas]]></category>
		<category><![CDATA[moodle tracker]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://www.moodlerific.org/?p=1559</guid>
		<description><![CDATA[Moodle 2.0.1 came out a few days ago. Here&#8217;s the latest from Martin Dougiamas We just released Moodle 2.0.1 with 80 bug fixes made in the past month or so since the Moodle 2.0 release. There are no major security issues, they are mostly just related to polishing the interface and functionality of Moodle 2.0. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Moodle 2.0.1</strong> came out a few days ago. Here&#8217;s the latest from <a title="Martin Dougiamas" href="http://moodle.org/user/profile.php?id=1" target="_blank">Martin Dougiamas</a></p>
<blockquote><p>We just released Moodle 2.0.1 with 80 bug fixes made in the past month or so since the Moodle 2.0 release.  There are no major security issues, they are mostly just related to polishing the interface and functionality of Moodle 2.0.  See the Moodle 2.0.1 release notes for details, and get it from the Moodle download page or CVS/Git as usual. <a title="read more" href="http://moodle.org/mod/forum/discuss.php?d=165153" target="_blank">read more</a></p></blockquote>
<p>Martin goes on to talk about 2.0.2,</p>
<blockquote><p>&#8220;Moodle 2.0.2 will be focussing on performance in particular and should be about 4 weeks away.&#8221;</p></blockquote>
<p>Also, I just found this <strong>version timeline</strong> on the <a title="Moodle Tracker" href="http://tracker.moodle.org/browse/MDL" target="_blank">Moodle Tracker</a></p>
<p style="text-align: center;"><a href="http://www.moodlerific.org/wp-content/uploads/2010/12/mdl-timeline.png"><img class="size-full wp-image-1564   aligncenter" title="moodle timeline" src="http://www.moodlerific.org/wp-content/uploads/2010/12/mdl-timeline.png" alt="" width="396" height="108" /></a></p>
<p style="text-align: left;">It looks like the <strong>end of June is when the projected release of Moodle 2.1 </strong>. However, we all know that it can and will get pushed back if it&#8217;s not ready : )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlerific.org/2010/12/28/moodle-2-0-1-out-moodle-2-1-timeline-moodle2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moodle 2.0 is out!</title>
		<link>http://www.moodlerific.org/2010/11/24/moodle-2-0-is-out/</link>
		<comments>http://www.moodlerific.org/2010/11/24/moodle-2-0-is-out/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 23:15:23 +0000</pubDate>
		<dc:creator>melissa</dc:creator>
				<category><![CDATA[Moodle 2.0]]></category>
		<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[@moodlenews]]></category>
		<category><![CDATA[martin dougiamas]]></category>
		<category><![CDATA[mary cooch]]></category>
		<category><![CDATA[moodlefairy]]></category>

		<guid isPermaLink="false">http://www.moodlerific.org/?p=1402</guid>
		<description><![CDATA[Well, after about two and a half years of work by hundreds of people, I&#8217;m proud to say that we have a Moodle 2.0 ready for you to download &#8211; Martin Dougiamas [read more] Check out the Moodle 2.0 Release Notes. The main items that I am excited about are: Conditional Activities File Handling HTML [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Well, after about two and a half years of work by hundreds of people, I&#8217;m proud to say that we have a Moodle 2.0 ready for you to download &#8211; Martin Dougiamas [<a title="read more" href="http://moodle.org/mod/forum/discuss.php?d=162906" target="_blank">read more</a>]</p></blockquote>
<p>Check out the Moodle 2.0 <a title="Moodle 2.0 Release Notes" href="http://docs.moodle.org/en/Moodle_2.0_release_notes" target="_blank">Release Notes</a>.</p>
<p>The main items that I am excited about are:</p>
<ul>
<li><a title="Moodle 20 - Conditional Activities" href="http://docs.moodle.org/en/Moodle_2.0_release_notes#Conditional_activities" target="_blank">Conditional Activities</a></li>
<li><a title="Moodle 2.0 - File Handling" href="http://docs.moodle.org/en/Moodle_2.0_release_notes#File_handling" target="_blank">File Handling</a></li>
<li><a title="Moodle 2.0 - HTML Editor" href="http://docs.moodle.org/en/Moodle_2.0_release_notes#HTML_editor" target="_blank">HTML Editor</a></li>
<li><a title="Moodle 2.0 - Themes" href="http://docs.moodle.org/en/Moodle_2.0_release_notes#Themes" target="_blank">Themes</a></li>
</ul>
<p>As @<a title="Twitter - @MoodleNews" href="http://twitter.com/moodlenews" target="_blank">MoodleNews</a> says, <a title="MoodleNews.com - Celebrate" href="http://www.moodlenews.com/2010/hooray-moodle-2-0-is-out-now/" target="_blank">let&#8217;s celebrate!</a></p>
<p>This makes me even more excited to finish reading and reviewing the book by @<a title="Twitter - @moodlefairy" href="http://twitter.com/moodlefairy" target="_blank">moodlefairy</a>, <a title="Moodle 2.0 First Look" href="http://link.packtpub.com/U6d4c1" target="_blank">Moodle 2.0 First Look</a>. More Moodle 2.0 posts to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlerific.org/2010/11/24/moodle-2-0-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take advantage of Moodle.org Moodle Courses!</title>
		<link>http://www.moodlerific.org/2010/03/30/take-advantage-of-moodle-org-moodle-courses/</link>
		<comments>http://www.moodlerific.org/2010/03/30/take-advantage-of-moodle-org-moodle-courses/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 17:29:28 +0000</pubDate>
		<dc:creator>melissa</dc:creator>
				<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[teaching and learning]]></category>

		<guid isPermaLink="false">http://www.moodlerific.org/?p=1184</guid>
		<description><![CDATA[I&#8217;ve recently taken an interest in a few Moodle.org Moodle courses. The first is Teaching and Learning with Moodle which is facilitated by Tomaz Lasic. An organised, curated point for educators, new and experienced Moodle users alike to find out about Moodle, find quality links to sources of further information, collaborate on projects and share [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none; margin: 3px 4px;" src="http://moodlerific.org/images/monitors.png" alt="monitors" width="128" height="128" align="right" />I&#8217;ve recently taken an interest in a few Moodle.org Moodle courses. The first is <a title="Teaching and Learning with Moodle" href="http://moodle.org/course/view.php?id=17223" target="_blank">Teaching and Learning with Moodle</a> which is facilitated by <a title="Tomaz Lasic" href="http://moodle.org/user/view.php?id=151936&amp;course=1" target="_blank">Tomaz Lasic</a>.</p>
<blockquote><p>An organised, curated point for educators, new and experienced Moodle users alike to find out about Moodle, find quality links to sources of further information, collaborate on projects and share their best practices in teaching of children and adults in a range of settings.</p></blockquote>
<p>This is a new course but long overdue! I&#8217;m very excited to learn and share here. One cool thing that Tomaz created in the course was a clever little resource called &#8220;Moodle Recipes for Educators &#8211; a community cookbook&#8221; where people can add examples of how they&#8217;re using Moodle in education. I haven&#8217;t added anything yet but plan to : )</p>
<p>The other course I&#8217;m going to mention is <a title="Moodle for Business Uses" href="http://moodle.org/course/view.php?id=32" target="_blank">Moodle for Business Uses</a> facilitated by <a title="Ralf Hilgenstock" href="http://moodle.org/user/view.php?id=5382&amp;course=1" target="_blank">Ralf Hilgenstock</a> and <a title="Stuart Mealor" href="http://moodle.org/user/view.php?id=21336&amp;course=1" target="_blank">Stuart Mealor</a>. I just found this course today through a Linkedin Moodle group. I haven&#8217;t fully explored this course but I hope to get something out of it as I work with a <a title="IT4Educators" href="http://it4educators.com" target="_blank">business</a> that uses Moodle for their courses.</p>
<blockquote><p>This course is for discussing and sharing ideas about using Moodle for</p>
<p>* paid courses &#8211; where entrepreneurial businesses provide courses to customers in return for payment<br />
* corporate education &#8211; where companies are implementing a site for internal courses</p></blockquote>
<p>Take a look at <a title="all of the courses" href="http://moodle.org/course/" target="_blank">all of the courses</a> on <a title="Moodle.org" href="http://moodle.org" target="_blank">Moodle.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlerific.org/2010/03/30/take-advantage-of-moodle-org-moodle-courses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Post: Moodle growth shown on a map</title>
		<link>http://www.moodlerific.org/2009/11/10/quick-post-moodle-growth-shown-on-a-map/</link>
		<comments>http://www.moodlerific.org/2009/11/10/quick-post-moodle-growth-shown-on-a-map/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:30:01 +0000</pubDate>
		<dc:creator>melissa</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.moodlerific.org/?p=964</guid>
		<description><![CDATA[I wanted to post this quick link I just found from @tobyholman showing Moodle&#8217;s growth graphically on a map. Check it out! It looks like it&#8217;s from Moodle.org. Moodle rocks!]]></description>
			<content:encoded><![CDATA[<p>I wanted to post this quick link I just found from @<a title="tobyholman - twitter" href="http://twitter.com/tobyholman" target="_blank">tobyholman</a> showing Moodle&#8217;s growth graphically on a map. <a title="Moodle growth shown graphically on a map" href="http://moodle.org/sites/moodle-growth.gif" target="_blank">Check it out</a>! It looks like it&#8217;s from <a title="Moodle.org" href="http://moodle.org" target="_blank">Moodle.org</a>. Moodle rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlerific.org/2009/11/10/quick-post-moodle-growth-shown-on-a-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

