<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Best Practices in E-Learning</title>
	<atom:link href="http://pipwerks.com/2009/10/21/best-practices-in-e-learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2009/10/21/best-practices-in-e-learning/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:29:09 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pete</title>
		<link>http://pipwerks.com/2009/10/21/best-practices-in-e-learning/comment-page-1/#comment-1632</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Sun, 27 Dec 2009 02:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=695#comment-1632</guid>
		<description>Let&#039;s not forget the &quot;learning&quot; part of e-learning.  There&#039;s just too much basic stuff that seem to get overlooked when we&#039;re bending over backwards to meet technical standards. What about &quot;context&quot; &quot;storylines&quot; &quot;relevance&quot; instructionally sound objectives.&quot;</description>
		<content:encoded><![CDATA[<p>Let&#8217;s not forget the &#8220;learning&#8221; part of e-learning.  There&#8217;s just too much basic stuff that seem to get overlooked when we&#8217;re bending over backwards to meet technical standards. What about &#8220;context&#8221; &#8220;storylines&#8221; &#8220;relevance&#8221; instructionally sound objectives.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Younger</title>
		<link>http://pipwerks.com/2009/10/21/best-practices-in-e-learning/comment-page-1/#comment-1626</link>
		<dc:creator>Greg Younger</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=695#comment-1626</guid>
		<description>I&#039;m writing a blog this week about justification for using or not using video in e-learning, and ran across your excellent post. 

Marc, that&#039;s been exactly our experience at &lt;a href=&quot;http://www.GCPLearning.com&quot; rel=&quot;nofollow&quot;&gt;GCPLearning&lt;/a&gt;. All the engaging interactive elements we designed and took time to develop to reinforce learning were impossible to replicate in any kind of 508-compliant courseware. So we created a &lt;a href=&quot;http://www.gcplearning.com/training_products/508_accessible.html&quot; rel=&quot;nofollow&quot;&gt;second set of the same titles&lt;/a&gt;. We replaced drag-and-drop and other mouse-intensive exercises with simpler multi-choice text-based knowledge checks, re-did screens that referred to &quot;the thing to the left of that other thing,&quot; and then double- and triple checked everything with several screen readers and had several friends with various disabilities check everything out and sign off that it was accessible.

In the end, however, we only have control over our content and not over the LMSs that our clients use - and many that claim to be 508-compliant are still a chore to navigate!</description>
		<content:encoded><![CDATA[<p>I&#8217;m writing a blog this week about justification for using or not using video in e-learning, and ran across your excellent post. </p>
<p>Marc, that&#8217;s been exactly our experience at <a href="http://www.GCPLearning.com" rel="nofollow">GCPLearning</a>. All the engaging interactive elements we designed and took time to develop to reinforce learning were impossible to replicate in any kind of 508-compliant courseware. So we created a <a href="http://www.gcplearning.com/training_products/508_accessible.html" rel="nofollow">second set of the same titles</a>. We replaced drag-and-drop and other mouse-intensive exercises with simpler multi-choice text-based knowledge checks, re-did screens that referred to &#8220;the thing to the left of that other thing,&#8221; and then double- and triple checked everything with several screen readers and had several friends with various disabilities check everything out and sign off that it was accessible.</p>
<p>In the end, however, we only have control over our content and not over the LMSs that our clients use &#8211; and many that claim to be 508-compliant are still a chore to navigate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://pipwerks.com/2009/10/21/best-practices-in-e-learning/comment-page-1/#comment-1487</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=695#comment-1487</guid>
		<description>Great post Philip. I have been following your blog for quite a while now, it has been very helpful for my work and I finally decided to add my 2 cents.

Accessibilty is a best practice for web development in general. But when it comes to e-learning, Even if I code everything using standards with accessibility in mind (mostly for visually impared learners), in my opinion, it is an overkill. Here are a few reasons:

 -  Most LMS say they are 508 compliant, and most of the time, on the coding side it is, but in most cases, learners have problems navigating through the site with a screen reader. So I can pass hours developping a SCORM compliant accessible course, with all the alternative contents, and when the user loads the course, if he can get there, it loads in a SCORM player. This player usually contains multiples framesets around the content, wich cause problems with most screen readers.
-  Some users with disabilities don&#039;t use javascript, if that is the case nothing works. 
- I develop language training courses, and a screen reader really is not the best thing to learn a second language.
- You have to level down the technology you use and activity types (i.e: drag and drops, map interactions...) that are not accessible. In the end, you end up loosing the quality in the over all product and learning experience because you are trying to built a &quot;ne size fits all solution&quot; when in many cases, it would be better to either hire a personal tutor for a learner with disabilities or provide them with alternate contents such as brail or digital text books.

The best solution i found so far to please everyone is to build one accessible version of the course, and another version with more interactivity instead of trying to fit everything in the same course. However, this doesn&#039;t fix accessibility issues inside the LMS, will the learner be able to find the course, register and lauch it? That&#039;s a whole other story.

It would be great to have an LMS with an alternative accessible version. When a user logs into this accessible portal, it would only show accessible courses in the content repository. So far, I haven&#039;t seen an LMS that offers this. Do you know if this kind of functionnality exists in an LMS?</description>
		<content:encoded><![CDATA[<p>Great post Philip. I have been following your blog for quite a while now, it has been very helpful for my work and I finally decided to add my 2 cents.</p>
<p>Accessibilty is a best practice for web development in general. But when it comes to e-learning, Even if I code everything using standards with accessibility in mind (mostly for visually impared learners), in my opinion, it is an overkill. Here are a few reasons:</p>
<p> &#8211;  Most LMS say they are 508 compliant, and most of the time, on the coding side it is, but in most cases, learners have problems navigating through the site with a screen reader. So I can pass hours developping a SCORM compliant accessible course, with all the alternative contents, and when the user loads the course, if he can get there, it loads in a SCORM player. This player usually contains multiples framesets around the content, wich cause problems with most screen readers.<br />
-  Some users with disabilities don&#8217;t use javascript, if that is the case nothing works.<br />
- I develop language training courses, and a screen reader really is not the best thing to learn a second language.<br />
- You have to level down the technology you use and activity types (i.e: drag and drops, map interactions&#8230;) that are not accessible. In the end, you end up loosing the quality in the over all product and learning experience because you are trying to built a &#8220;ne size fits all solution&#8221; when in many cases, it would be better to either hire a personal tutor for a learner with disabilities or provide them with alternate contents such as brail or digital text books.</p>
<p>The best solution i found so far to please everyone is to build one accessible version of the course, and another version with more interactivity instead of trying to fit everything in the same course. However, this doesn&#8217;t fix accessibility issues inside the LMS, will the learner be able to find the course, register and lauch it? That&#8217;s a whole other story.</p>
<p>It would be great to have an LMS with an alternative accessible version. When a user logs into this accessible portal, it would only show accessible courses in the content repository. So far, I haven&#8217;t seen an LMS that offers this. Do you know if this kind of functionnality exists in an LMS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
