<?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>Moodle News &#187; Videos</title>
	<atom:link href="http://www.moodlenews.com/category/resources/videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moodlenews.com</link>
	<description>News, Information and Resources for the World&#039;s Leading LMS</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:00:20 +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>Use Labels to Create Menus in Moodle</title>
		<link>http://www.moodlenews.com/2012/use-labels-to-create-menus-in-moodle/</link>
		<comments>http://www.moodlenews.com/2012/use-labels-to-create-menus-in-moodle/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 16:00:48 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Janetta Garton]]></category>
		<category><![CDATA[scroll of death]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=8030</guid>
		<description><![CDATA[Here&#8217;s a great HD video on Vimeo that showcases one of the ways to fight scroll of death on a Moodle page: adding image links to a label.  Simple an effective in a regular course (though recently a commenter did mention that tables could affect accessibility for some students) this is easily accomplished using the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great HD video on Vimeo that showcases one of the ways to fight scroll of death on a Moodle page: adding image links to a label.  Simple an effective in a regular course (though recently a commenter did mention that tables could affect accessibility for some students) this is easily accomplished using the Moodle text editor (any version).</p>
<p>Watch the video here: <a href="http://vimeo.com/32160183">http://vimeo.com/32160183</a> or embedded below. The video was created by <a href="http://vimeo.com/user698979">Willard High School</a> and was recently used in an <a href="http://opensource.com/education/12/1/designing-aesthetically-pleasing-moodle-courses">Opensource.com post authored by Janetta Garton</a>.</p>
<p><iframe src="http://player.vimeo.com/video/32160183" frameborder="0" width="550" height="413"></iframe></p>
<p><a href="http://vimeo.com/32160183">Use Labels to Create Menus in Moodle</a> from <a href="http://vimeo.com/user698979">Willard High School</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2012/use-labels-to-create-menus-in-moodle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Super Simple navigation with a little HTML and the Topics format</title>
		<link>http://www.moodlenews.com/2012/super-simple-navigation-with-a-little-html-and-the-topics-format/</link>
		<comments>http://www.moodlenews.com/2012/super-simple-navigation-with-a-little-html-and-the-topics-format/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:00:10 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[course format]]></category>
		<category><![CDATA[jump to]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[previous]]></category>
		<category><![CDATA[show one topic]]></category>
		<category><![CDATA[topic format]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7917</guid>
		<description><![CDATA[Some simple HTML + the &#8220;Show One Topic&#8221; option in the Topics Course Format can be used to create a much improved course interface.  No more scroll of death and students can easily navigate the course.  This can be accomplished in both Moodle 1.9 and Moodle 2.x. First things first you&#8217;ll want to construct your [...]]]></description>
			<content:encoded><![CDATA[<p>Some simple HTML + the &#8220;Show One Topic&#8221; option in the Topics Course Format can be used to create a much improved course interface.  No more scroll of death and students can easily navigate the course.  This can be accomplished in both Moodle 1.9 and Moodle 2.x.</p>
<ol>
<li>First things first you&#8217;ll want to construct your course and have it all ready to work (or as close to it as possible).  If you&#8217;re using Moodle 1.9 or 2.x you can add the &#8220;Section Links&#8221; block which will use to copy some URLs.</li>
<li>Copy the URLs to each Topic section and paste them to a text document for quick reference.  The Topic link URLs will help student navigate to an individual section.  They generally look like this:
<pre>http://yourmoodle.com/course/view.php?id=2&amp;topic=1</pre>
<p>The first part of the URL is your domain, then the course ID then the topic number.</li>
<li>Next we&#8217;re going to add a new label to each topic area (not including the Summary of the Topic Outline, this will always be visible).  The new label will include a snippet of HTML to create a single row, double column table.  In the left cell you can have just text or an image arrow which will be linked to the previous topic link, in the right cell you&#8217;ll have text or an image arrow linked to the <em>next</em> topic link.  This is the snippet for text only which you should add as plain text in the html editor (the HTML or &lt;&gt; buttons depending on your Moodle version):
<pre>&lt;table border="0" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;a href="http://yourmoodle.com/course/view.php?id=2&amp;topic=0"&gt;&amp;lt; Previous&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: right;"&gt;&lt;strong&gt;&lt;a href="http://yourmoodle.com/course/view.php?id=2&amp;topic=2"&gt;Next &amp;gt;&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</pre>
<p>This includes the HTML for the table, links and text (&#8220;&lt; Previous&#8221; and &#8220;Next &gt;&#8221;) and the URL of the topic link.  This is important: for every previous and next just edit the topic number to represent the previous (if this is topic 1 you can just delete the &#8220;previous&#8221; text).</li>
<li>Continue adding labels to each of your topics and edit the HTML accordingly.</li>
</ol>
<p>Once you&#8217;ve added all the labels the individual topics should look something like this:</p>
<p><a href="http://www.moodlenews.com/wp-content/uploads/topics.png"><img class="aligncenter size-full wp-image-7921" title="topics" src="http://www.moodlenews.com/wp-content/uploads/topics.png" alt="" width="537" height="231" /></a></p>
<p>As long as you&#8217;re not constantly reordering your course topics this is a simple and effective way to provide an easier navigation with no scroll of death to students <span style="text-decoration: underline;">without</span> adding any new course formats or hacking the topics format with invisible resources and activities.  Here&#8217;s a quick video of it in action:</p>
<p><iframe src="http://www.screenr.com/embed/J3es" frameborder="0" width="550" height="346"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2012/super-simple-navigation-with-a-little-html-and-the-topics-format/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>@Moodlefairy shows off the Subpage module: another way to prevent Scroll of Death</title>
		<link>http://www.moodlenews.com/2012/moodlefairy-shows-off-the-subpage-module-another-way-to-prevent-scroll-of-death/</link>
		<comments>http://www.moodlenews.com/2012/moodlefairy-shows-off-the-subpage-module-another-way-to-prevent-scroll-of-death/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:30:40 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Modules & Plugins]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[mary cooch]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[moodlefairy]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[scroll of death]]></category>
		<category><![CDATA[sub-page]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7902</guid>
		<description><![CDATA[The Sub-page module gives Moodle course design additional flexibility in creating nested activities and organizing resources on their own page.  If you&#8217;ve ever used Blackboard for course creation you&#8217;ll be very familiar with the concept. Sub-page  is developed/maintained by the Open University for Moodle 2.1+ but has not been officially released to the Moodle.org plugins database, but [...]]]></description>
			<content:encoded><![CDATA[<p>The Sub-page module gives Moodle course design additional flexibility in creating nested activities and organizing resources on their own page.  If you&#8217;ve ever used <a href="http://blackboard.com">Blackboard</a> for course creation you&#8217;ll be very familiar with the concept. Sub-page  is developed/maintained by the <a href="http://www.open.ac.uk/">Open University</a> for Moodle 2.1+ but has not been officially released to the Moodle.org plugins database, but as you can see from <a href="http://twitter.com/moodlefairy">Mary Cooch</a>&#8216;s video could be used now in testing (at a minimum).</p>
<p>Give courses a little more depth in structure and organize resources/activities a click away from the main page.</p>
<p>Github: <a href="https://github.com/moodleou/moodle-mod_subpage">https://github.com/moodleou/moodle-mod_subpage</a><br />
Mary&#8217;s original post: <a href="http://www.moodleblog.net/2012/01/14/sub-page-module-yet-another-way-to-avoid-the-moodle-scroll-of-death/">http://www.moodleblog.net/2012/01/14/sub-page-module</a><br />
Youtube Video: <a href="http://www.youtube.com/watch?v=T3lynb89BeY">http://www.youtube.com/watch?v=T3lynb89BeY</a></p>
<p><iframe src="http://www.youtube.com/embed/T3lynb89BeY?rel=0" frameborder="0" width="550" height="403"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2012/moodlefairy-shows-off-the-subpage-module-another-way-to-prevent-scroll-of-death/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the 9th day of #Moodlemas the community shared with me…</title>
		<link>http://www.moodlenews.com/2011/on-the-9th-day-of-moodlemas-the-community-shared-with-me/</link>
		<comments>http://www.moodlenews.com/2011/on-the-9th-day-of-moodlemas-the-community-shared-with-me/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 12:59:49 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[mary cooch]]></category>
		<category><![CDATA[moodlemas]]></category>
		<category><![CDATA[sbrandt]]></category>
		<category><![CDATA[tomaz lasic]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7719</guid>
		<description><![CDATA[Tutorials for watching! 8 Site for Storytell-ing 7 mobile Moodl-ing 6 Course-for-matting 5 a course about Jiiing 4 pretty themes 3 [awesome] plugins 2 Cheery images and A freebie Christmas themed Glossary! If it&#8217;s one thing the Moodle community is good at it&#8217;s creating video tutorials and screencasts to highlight Moodle&#8217;s features, how to tweak settings and [...]]]></description>
			<content:encoded><![CDATA[<p>Tutorials for watching!</p>
<p><a href="http://www.moodlenews.com/2011/on-the-8th-day-of-moodlemas-the-community-shared-with-me/">8 Site for Storytell-ing</a></p>
<p><a href="http://www.moodlenews.com/2011/on-the-7th-day-of-moodlemas-the-community-shared-with-me/">7 mobile Moodl-ing</a></p>
<p><a href="http://www.moodlenews.com/2011/on-the-6th-day-of-moodlemas-the-community-shared-with-me/">6 Course-for-matting</a></p>
<p><a href="http://www.moodlenews.com/2011/on-the-5th-day-of-moodlemas-the-community-shared-with-me/">5 a course about Jiiing</a></p>
<p><a href="http://www.moodlenews.com/2011/on-the-4th-day-of-moodlemas-the-community-shared-with-me/">4 pretty themes</a></p>
<p><a href="http://www.moodlenews.com/2011/on-the-3rd-day-of-moodlemas-the-community-shared-with-me/">3 [awesome] plugins</a></p>
<p><strong></strong><a href="http://www.moodlenews.com/2011/on-the-2nd-day-of-moodlemas-the-community-shared-with-me/">2 Cheery images</a></p>
<p>and <a href="http://www.moodlenews.com/2011/its-the-1st-day-of-moodlemas-and-ourlearning-gave-to-me/">A freebie Christmas themed Glossary!</a></p>
<p>If it&#8217;s one thing the Moodle community is good at it&#8217;s creating video tutorials and screencasts to highlight Moodle&#8217;s features, how to tweak settings and how to navigate or do something novel with the software.  Nary a day goes by that I don&#8217;t have a new video in the queue of my Google Reader RSS for &#8220;Moodle Videos&#8221;.</p>
<p>At Moodlenews there are at least 370 posts with a (or many) video as the focus [<a href="http://www.moodlenews.com/?s=video">http://www.moodlenews.com/?s=video</a>].  Videos are so abundant that I even created a &#8220;video&#8221; category as one of the first tasks in setting up this site [<a href="http://www.moodlenews.com/category/resources/videos/">http://www.moodlenews.com/category/resources/videos/</a>].  Some of my favorite sites and sources for video tutorials are listed below.  If you get snowed in this holiday break, at least there&#8217;s something to watch!</p>
<ol>
<li><a href="http://www.youtube.com/user/UsingMoodle">UsingMoodle</a> (<a href="http://twitter.com/moodlefairy">@Moodlefairy</a>) Mary Cooch&#8217;s wonderfully helpful Moodle video channel (53 videos)</li>
<li><a href="http://www.screenr.com/user/sbrandt">@sbrandt’s Screenr page</a> (at last count Shawn had over 50 Moodle related videos and tutorials listed)</li>
<li><a href="http://moodletuts.com/">http://moodletuts.com/</a> also hosted at <a href="http://www.screenr.com/user/moodletuts">http://www.screenr.com/user/moodletuts</a></li>
<li><a href="http://vimeo.com/channels/44004">5 Minute Moodles</a> by <a href="http://twitter.com/lasic">@lasic</a> (great videos showcasing all sorts of Moodle features and tricks)</li>
<li><a href="http://www.youtube.com/user/professormoodle#g/u">Professor Moodle on Youtube</a> (16 Moodle videos)</li>
<li>Mount Orange School Moodle 2.0 videos (<a href="http://school.demo.moodle.net/">http://school.demo.moodle.net/</a>)</li>
<li><a href="http://www.youtube.com/view_play_list?p=5501D7897FE549F4">A 26 video Moodle playlist</a> by Youtube user <a href="http://www.youtube.com/user/peliikt">Peliikt</a></li>
<li><a href="http://www.screencast.com/users/kregan/folders/Moodle%20Demonstrations">KRegan’s Screencast library</a> all about Moodle (11 videos)</li>
<li><a href="http://www.youtube.com/titantechtraining">Titan Tech Training</a> (Moodle 2 videos made for Cal State Moodle integration)</li>
<li><a href="http://moodle.drupalgardens.com/">http://moodle.drupalgardens.com/</a> (<a href="http://twitter.com/ghenrick">Gavin Henrick</a>‘s Moodle site and videos, <a href="http://www.youtube.com/playlist?p=D706BA598A593528">a full playlist is available here</a>)</li>
<li><a href="http://twitter.com/BBCS_eLearning">@BBCS_eLearning</a>‘s Moodle channel on Youtube <a href="http://www.youtube.com/user/BBCSeLearning#g/u">http://www.youtube.com/user/BBCSeLearning#g/u</a> (27 videos)</li>
<li><a href="http://mootuk11.org.uk/videos/">Moot UK 11 presentation videos</a> (longer form but definitely worth the watch)</li>
<li><a href="http://www.letslearnit.org/en/moodle">http://www.letslearnit.org/en/moodle</a> (26 videos)</li>
<li>Cannedmushroom’s video collection at Veoh: <a href="http://www.veoh.com/list/c/moodle-">http://www.veoh.com/list/c/moodle-</a></li>
<li>Paul Treadwell’s Moodle tutorial collection: <a href="http://treadwell.cce.cornell.edu/moodle_doc/">http://treadwell.cce.cornell.edu/moodle_doc/</a></li>
<li>NJIT’s Moodle tutorials for faculty: <a href="http://moodle.njit.edu/tutorials/faculty/index.php">http://moodle.njit.edu/tutorials/faculty/index.php</a></li>
<li>Linn Benton Community College’s <a href="http://www.youtube.com/view_play_list?p=FDB096BBBB4C2B1A">Moodle Playlist</a></li>
<li>Kim Hampton’s <a href="http://www.moodlenews.com/2011/20-excellent-make-me-moodle-tutorials-from-hamptonk/">“Make Me Moodle” collection</a> (20 videos)</li>
</ol>
<p>Stay-tuned for more <a href="https://twitter.com/#!/search/realtime/%23moodlemas">#Moodlemas</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/on-the-9th-day-of-moodlemas-the-community-shared-with-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Video Playlist all about the Gradebook (from Western Nevada College)</title>
		<link>http://www.moodlenews.com/2011/a-video-playlist-all-about-the-gradebook-from-western-nevada-college/</link>
		<comments>http://www.moodlenews.com/2011/a-video-playlist-all-about-the-gradebook-from-western-nevada-college/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 16:00:39 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[gradebook]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[Western Nevada College]]></category>
		<category><![CDATA[WNC]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7661</guid>
		<description><![CDATA[Here&#8217;s a great set of videos by the Teaching and Learning staff at Western Nevada College that highlight all sorts of features and setup options in the Moodle 2 Gradebook, including calculated/weighted grades, extra credit, sum of grades, non-graded items and more. There are tons of great resources to be found at the WNC blog: I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great set of videos by the Teaching and Learning staff at <a href="http://wnc.edu">Western Nevada College</a> that highlight all sorts of features and setup options in the Moodle 2 Gradebook, including calculated/weighted grades, extra credit, sum of grades, non-graded items and more. There are tons of great resources to be found at the WNC blog:</p>
<p>I&#8217;ve put them all in a playlist, you can <a href="http://wnctraining.org/?p=1069">read more about them here</a> or view them below.</p>
<p>Direct playlist link: <a href="http://www.youtube.com/playlist?list=PLA99AFC9CB5BCCD3F">http://www.youtube.com/playlist?list=PLA99AFC9CB5BCCD3F</a></p>
<p><iframe src="http://www.youtube.com/embed/videoseries?list=PLA99AFC9CB5BCCD3F&amp;hl=en_US" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/a-video-playlist-all-about-the-gradebook-from-western-nevada-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usability enhancements by LUNS (fewer page loads, easier resource/activity creation)</title>
		<link>http://www.moodlenews.com/2011/usability-enhancements-by-luns-fewer-page-loads-easier-resourceactivity-creation/</link>
		<comments>http://www.moodlenews.com/2011/usability-enhancements-by-luns-fewer-page-loads-easier-resourceactivity-creation/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:30:26 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Modules & Plugins]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[andrew nicols]]></category>
		<category><![CDATA[lancaster university network services]]></category>
		<category><![CDATA[LUNS]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7623</guid>
		<description><![CDATA[Here&#8217;s a cool usability feature introduced by Andrew Nicols of the Lancaster University Network Services (LUNS) for what Moodle might look like post release in 2.3.  Fewer page loads and easier to add resources and activities. I really like the fewer page loads and how the resources and activities are automatically paired with a quick [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a cool usability feature <a href="http://moodle.org/mod/forum/discuss.php?d=191549">introduced by Andrew Nicols</a> of the Lancaster University Network Services (<a href="http://www.luns.net.uk/">LUNS</a>) for what Moodle might look like post release in 2.3.  Fewer page loads and easier to add resources and activities.</p>
<p><iframe src="http://www.screenr.com/embed/f4Ys" frameborder="0" width="550" height="335"></iframe></p>
<p>I really like the fewer page loads and how the resources and activities are automatically paired with a quick description highlighting the tools.  It is definitely a step in the right direction as far as usability is concerned (though I&#8217;d like fewer still page loads and a sharper looking aesthetic).</p>
<p><a href="http://www.moodlenews.com/wp-content/uploads/lunsusability.png"><img class="aligncenter size-full wp-image-7624" title="lunsusability" src="http://www.moodlenews.com/wp-content/uploads/lunsusability.png" alt="" width="1333" height="968" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/usability-enhancements-by-luns-fewer-page-loads-easier-resourceactivity-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use the Meta Course function in Moodle 2.x</title>
		<link>http://www.moodlenews.com/2011/how-to-use-the-meta-course-function-in-moodle-2-x/</link>
		<comments>http://www.moodlenews.com/2011/how-to-use-the-meta-course-function-in-moodle-2-x/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:30:47 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Modules & Plugins]]></category>
		<category><![CDATA[Moodle.org]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[mary cooch]]></category>
		<category><![CDATA[meta course]]></category>
		<category><![CDATA[moodlefairy]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7590</guid>
		<description><![CDATA[Meta courses are great ways to automatically give students the resources they need on a Moodle site without having to enroll them into two areas.  On several projects I&#8217;ve used Meta courses to speed up access to students and to create a 1 stop shop for supporting students that was easily update-able and centrally managed. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.moodle.org/20/en/Metacourse">Meta courses</a> are great ways to automatically give students the resources they need on a Moodle site without having to enroll them into two areas.  On several projects I&#8217;ve used Meta courses to speed up access to students and to create a 1 stop shop for supporting students that was easily update-able and centrally managed.</p>
<p>In Moodle 1.9 Meta course management was at the course settings level where courses were either Meta courses or not.  Child courses were then managed through the administration block.  In Moodle 2.x Meta course links are managed through the enrollment plugins for a course (as long as this feature is enabled).</p>
<p><a href="http://www.moodlenews.com/wp-content/uploads/metalink.png"><img class="aligncenter size-full wp-image-7591" title="metalink" src="http://www.moodlenews.com/wp-content/uploads/metalink.png" alt="" width="457" height="138" /></a></p>
<p>Thankfully <a href="http://twitter.com/moodlefairy">Mary Cooch</a> has a great video that highlights the Meta course link/enrollment plugin which can be indispensable to a Moodle.  Not that some roles may need to be changed in order to give teachers the ability to create their own course meta links once the plugin is enabled.</p>
<p><iframe src="http://www.youtube.com/embed/hA5QcTb13no?rel=0" frameborder="0" width="550" height="403"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/how-to-use-the-meta-course-function-in-moodle-2-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle and Gaming presentation by @Lasic</title>
		<link>http://www.moodlenews.com/2011/moodle-and-gaming-presentation-by-lasic/</link>
		<comments>http://www.moodlenews.com/2011/moodle-and-gaming-presentation-by-lasic/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:00:41 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[gamification]]></category>
		<category><![CDATA[tomaz lasic]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7569</guid>
		<description><![CDATA[The Australian Flexible Learning Framework hosted its recent Learn 11- E-learning conference and Tomaz Lasic presented a session titled &#8220;Level Up: Learning to Moodle with games&#8221;.  The session slides are available at Slideshare.net.  Definitely not as good as I can imagine Tomaz&#8217;s presentation was in person but the slides do include some cool ideas, illustrations and [...]]]></description>
			<content:encoded><![CDATA[<p>The Australian Flexible Learning Framework hosted its recent<strong> <a href="http://moodle.westone.wa.gov.au/mod/page/view.php?id=8325">Learn 11- E-learning conference</a></strong> and <a href="http://tomazlasic.net/">Tomaz Lasic</a> presented a session titled &#8220;Level Up: Learning to Moodle with games&#8221;.  The session slides are available at Slideshare.net.  Definitely not as good as I can imagine Tomaz&#8217;s presentation was in person but the slides do include some cool ideas, illustrations and a really helpful video.</p>
<p>One of the best takeaways? If you&#8217;re trying to &#8220;gamify&#8221; Moodle remember that all games have a specific goal.  To use an example from the presentation, if you&#8217;re trying to make a game of staff learning Moodle the goal is not &#8220;100% of staff learn Moodle&#8221; the goal is &#8220;all staff earn 80 points in Moodle&#8221;.  From one of the videos, &#8220;learning is never the explicit goal&#8221;.</p>
<p>Presentation link: <a href="http://www.slideshare.net/moodlefan/level-up-slideshare">http://www.slideshare.net/moodlefan/level-up-slideshare</a></p>
<div id="__ss_10323361" style="width: 510px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Level Up: Learning to Moodle with games" href="http://www.slideshare.net/moodlefan/level-up-slideshare" target="_blank">Level Up: Learning to Moodle with games</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/10323361?rel=0" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="510" height="426"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/moodlefan" target="_blank">Tomaz Lasic</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/moodle-and-gaming-presentation-by-lasic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Siri, what can you do with Moodle? #Apple</title>
		<link>http://www.moodlenews.com/2011/siri-what-can-you-do-with-moodle-apple/</link>
		<comments>http://www.moodlenews.com/2011/siri-what-can-you-do-with-moodle-apple/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:30:04 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[This just in!]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[siri]]></category>
		<category><![CDATA[voice recognition]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7555</guid>
		<description><![CDATA[Here&#8217;s a cool tidbit if you&#8217;re following some of the new iOS features, specifically the voice recognition and personal assistant software that was introduced as Siri (a witty, helpful automated assistant and search tool). Unfortunately it can&#8217;t tell you what your homework is or how many students have yet to finish that quiz within a [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a cool tidbit if you&#8217;re following some of the new iOS features, specifically the voice recognition and personal assistant software that was introduced as Siri (a witty, helpful automated assistant and search tool). Unfortunately it can&#8217;t tell you what your homework is or how many students have yet to finish that quiz within a Moodle course (yet anyway) but it can call a query to the Moodle Tracker to see what&#8217;s up.  While this might not be helpful to many, it certainly gives us a sense of what <em>might</em> be possible with a few months/years and some developmental effort.</p>
<p>If your Moodle was available to your personal assistant (like Siri) what would you ask it?</p>
<p>Direct link to Dan Poltawski&#8217;s blog: <a href="http://blog.danpoltawski.co.uk/archives/2011-11-siri-interface-to-the-moodle-tracker.html">http://blog.danpoltawski.co.uk/archives/2011-11-siri-interface-to-the-moodle-tracker.html</a> (he&#8217;s even made the code available).</p>
<p>The video: <a href="http://youtu.be/iLB1sTMr0iM">http://youtu.be/iLB1sTMr0iM</a></p>
<p><object width="550" height="309" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/iLB1sTMr0iM?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="550" height="309" type="application/x-shockwave-flash" src="http://www.youtube.com/v/iLB1sTMr0iM?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/siri-what-can-you-do-with-moodle-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joule 2: alerts, streams and interactive theme components</title>
		<link>http://www.moodlenews.com/2011/joule-2-alerts-streams-and-interactive-theme-components/</link>
		<comments>http://www.moodlenews.com/2011/joule-2-alerts-streams-and-interactive-theme-components/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 13:00:07 +0000</pubDate>
		<dc:creator>Joseph Thibault</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Modules & Plugins]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[joule]]></category>
		<category><![CDATA[moodlerooms]]></category>
		<category><![CDATA[openclass]]></category>

		<guid isPermaLink="false">http://www.moodlenews.com/?p=7529</guid>
		<description><![CDATA[Here&#8217;s a new video from Moodlerooms that highlights their joule 2 alerts and streams.  Streams is a block of the most recent activity in any course which can be pulled/displayed right on a student&#8217;s myMoodle page.  Alerts are course notifications which show as an interactive theme element/drop down, just like a Facebook notification. Of course, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a new video from <a href="http://moodlerooms.com">Moodlerooms</a> that highlights their joule 2 alerts and streams.  Streams is a block of the most recent activity in any course which can be pulled/displayed right on a student&#8217;s myMoodle page.  Alerts are course notifications which show as an interactive theme element/drop down, just like a Facebook notification.</p>
<p><a href="http://www.moodlenews.com/wp-content/uploads/openclass-joule2.png"><img class="aligncenter size-full wp-image-7530" title="openclass joule2" src="http://www.moodlenews.com/wp-content/uploads/openclass-joule2.png" alt="" width="490" height="243" /></a></p>
<p>Of course, the major difference is that OpenClass is displaying your email, not system messages.  When watching the video it struck me how these were some of the exact innovations that OpenClass was touting as being totally unique.  The real difference is price and control.</p>
<p>Direct video link: <a href="http://www.youtube.com/watch?v=ueJIxooABv4">http://www.youtube.com/watch?v=ueJIxooABv4</a></p>
<p><object width="550" height="309" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ueJIxooABv4?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="550" height="309" type="application/x-shockwave-flash" src="http://www.youtube.com/v/ueJIxooABv4?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moodlenews.com/2011/joule-2-alerts-streams-and-interactive-theme-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

