<?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"
	>
<channel>
	<title>Comments on: Building eLearning courses: Should we use eLearning authoring tools?</title>
	<atom:link href="http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/</link>
	<description>Philip Hutchison's technology journal, dedicated to exploring web technologies for website and e-learning development.</description>
	<pubDate>Thu, 20 Nov 2008 17:18:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Dave's Whiteboard</title>
		<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-272</link>
		<dc:creator>Dave's Whiteboard</dc:creator>
		<pubDate>Wed, 19 Mar 2008 19:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-272</guid>
		<description>&lt;strong&gt;Thoughts on (elearning) tools...&lt;/strong&gt;

 Philip Hutchinson at pipwerks asks and takes a stab at answering the question, &#8220;Should We Use eLearning Authoring Tools?&#8221;Â  Here&#8217;s the core of his opinion:
Most eLearning tools do not promote the creation of effective courses, do not...</description>
		<content:encoded><![CDATA[<p><strong>Thoughts on (elearning) tools&#8230;</strong></p>
<p> Philip Hutchinson at pipwerks asks and takes a stab at answering the question, &#8220;Should We Use eLearning Authoring Tools?&#8221;Â  Here&#8217;s the core of his opinion:<br />
Most eLearning tools do not promote the creation of effective courses, do not&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-259</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 08 Mar 2008 21:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-259</guid>
		<description>@rick

I understand what you're saying (and largely agree), but I think you may be missing some of my points. Let me clarify:
 
&lt;em&gt;Effective courses&lt;/em&gt;
Most elearning development tools focus on allowing non-technical people create "Mickey Mouse" courses quickly.  They don't help the user understand instructional design processes and best practices. That doesn't mean that a motivated instructional designer can't adapt the tool to their needs. Thus, for a seasoned instructional designer or training professional, it's true that "Itâ€™s not the tools you use, but how you use them," but for entry-level trainers who don't know any better, they'll wind up using templates that may or may not be the best solution for their needs.

And I would never equate "flashy" with 'good.' I would hope anyone who reads my site would understand that. :)

&lt;em&gt;Web standards&lt;/em&gt;
Most elearning tools output poorly written HTML markup and JavaScript. If the development tool is a WYSIWYG editor, the user can't be expected to know how to write the code, and thus the burden of using web best practices falls squarely on the development tool.  The tool should use proper semantics in the HTML markup and clean (preferably unobtrusive) JavaScript. This means no tables for layout, no inline JavaScript (such as body onload="myFunction()"), no browser-specific code, etc.

In my experience, most elearning tools appear to output bloated 1998-style HTML and JavaScript, which demonstrates an utter lack of understanding about how the web has evolved over the last 10 years. I would &lt;em&gt;love&lt;/em&gt; for someone to point me to some elearning tools that use modern best practices.  I really would.  I may even buy it.

&lt;em&gt;Accessibility&lt;/em&gt;
Accessibility refers to the ability of people who use alternative web browsing tools to be able to access the course content. This means blind people who use braile, low-vision people who need to enlarge the screen (either by full zoom or just enlarging the text), deaf people who use closed captioning, and people who use alternative control devices due to lack of arm mobility (paralyzed people, people with conditions such as MS, people with carpal tunnel, etc.)... not everyone can use a mouse.

In my experience, elearning development tools have paid practically zero attention to accessibility.  Using modern markup and JavaScript best practices would go a long way in making a course system accessible.

You shouldn't need to "know your audience" to make the course accessible. A well-designed system is accessible regardless of audience, and elearning development tools should help course designers make this a no-brainer, with little or no extra effort required.  The person using the elearning development tool can't be expected to be a usability or accessibility expert.

And yes, I agree with you that canned "off the shelf" courses generally suck. That's why I write about adopting best practices... I'm trying to do my (little) part to help spread the word and make some change.</description>
		<content:encoded><![CDATA[<p>@rick</p>
<p>I understand what you&#8217;re saying (and largely agree), but I think you may be missing some of my points. Let me clarify:</p>
<p><em>Effective courses</em><br />
Most elearning development tools focus on allowing non-technical people create &#8220;Mickey Mouse&#8221; courses quickly.  They don&#8217;t help the user understand instructional design processes and best practices. That doesn&#8217;t mean that a motivated instructional designer can&#8217;t adapt the tool to their needs. Thus, for a seasoned instructional designer or training professional, it&#8217;s true that &#8220;Itâ€™s not the tools you use, but how you use them,&#8221; but for entry-level trainers who don&#8217;t know any better, they&#8217;ll wind up using templates that may or may not be the best solution for their needs.</p>
<p>And I would never equate &#8220;flashy&#8221; with &#8216;good.&#8217; I would hope anyone who reads my site would understand that. <img src='http://pipwerks.com/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>Web standards</em><br />
Most elearning tools output poorly written HTML markup and JavaScript. If the development tool is a WYSIWYG editor, the user can&#8217;t be expected to know how to write the code, and thus the burden of using web best practices falls squarely on the development tool.  The tool should use proper semantics in the HTML markup and clean (preferably unobtrusive) JavaScript. This means no tables for layout, no inline JavaScript (such as body onload=&#8221;myFunction()&#8221;), no browser-specific code, etc.</p>
<p>In my experience, most elearning tools appear to output bloated 1998-style HTML and JavaScript, which demonstrates an utter lack of understanding about how the web has evolved over the last 10 years. I would <em>love</em> for someone to point me to some elearning tools that use modern best practices.  I really would.  I may even buy it.</p>
<p><em>Accessibility</em><br />
Accessibility refers to the ability of people who use alternative web browsing tools to be able to access the course content. This means blind people who use braile, low-vision people who need to enlarge the screen (either by full zoom or just enlarging the text), deaf people who use closed captioning, and people who use alternative control devices due to lack of arm mobility (paralyzed people, people with conditions such as MS, people with carpal tunnel, etc.)&#8230; not everyone can use a mouse.</p>
<p>In my experience, elearning development tools have paid practically zero attention to accessibility.  Using modern markup and JavaScript best practices would go a long way in making a course system accessible.</p>
<p>You shouldn&#8217;t need to &#8220;know your audience&#8221; to make the course accessible. A well-designed system is accessible regardless of audience, and elearning development tools should help course designers make this a no-brainer, with little or no extra effort required.  The person using the elearning development tool can&#8217;t be expected to be a usability or accessibility expert.</p>
<p>And yes, I agree with you that canned &#8220;off the shelf&#8221; courses generally suck. That&#8217;s why I write about adopting best practices&#8230; I&#8217;m trying to do my (little) part to help spread the word and make some change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-256</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 07 Mar 2008 09:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-256</guid>
		<description>I use many tools to train people. Lectora, Flash, Snag it, Captivate, Audacity, PowerPoint, Word, Media Creator 10, Dubit, Lotus Notes, Moodle, Adobe encore etc. I am a training designer. I build training courses, classroom and E-learning as well as performance tools and job aids, that meet the needs of the learners. I love building in flash but I am not married to it. 

As to your comment:

"Most eLearning tools do not promote the creation of effective courses,"

Effective in what sense? An effective course means that the learner improved performance and behavior was modified. ROI is something we watch in the training world and being "flashy" does not equal an effective course and a good ROI. AND may even detract from it. Effective in being portable...or being marketable? It's hard to use an off the shelf product to make a course you can sell, but if you want to build a product to teach. They can work very well. 

"do not promote web standards,"

Tools do not promote anything, standards or otherwise, people do. Just like SAE vs Metric, you pick the one that fits. The tools don't set the standard. Promoting "WEB standards" is also not the goal of elearning nor even the goal of the ADL. 

"and do not promote accessibility;" 

Accessibility for whom...? Web Designers? Instructional designers? Learners? Vendors who wish to sell a product? Back to ADL again - the desire is to deliver the highest-quality learning and performance that can be tailored to individual needs and delivered cost-effectively.... Darn it, Individualized AND Cost Effective. Accessalbilty to a org with 300 employees means something different than to one with 15,000. Just because its all in xml doesn't mean much. AS for accessiblity for learners with special needs, ID's have always have to work this into any course, elearning or classroom, I was glad to hear 508 made it offical. A designer that doesn't know his target audience may have special needs is a poor designer, and if the course is meant to reach as many people as possible, then the course design is not focused enough(individualized) to be effective. It's just another canned course. The tool has nothing to do with it    

"they merely make cookie-cutter course development easier for technically inexperienced course developers."

Have you seen some of the stuff vendors are putting out? Canned off the shelf junk that they rent to you like block buster video rents movies, and don't get me started on "branding and build your own with our tools" sites. Welcome to the "WalMart" of training. I would welcome some technical inexperience and a little imagination over these lack lust courses. 

Where am I going with this?

It's not the tools you use, but how you use them.</description>
		<content:encoded><![CDATA[<p>I use many tools to train people. Lectora, Flash, Snag it, Captivate, Audacity, PowerPoint, Word, Media Creator 10, Dubit, Lotus Notes, Moodle, Adobe encore etc. I am a training designer. I build training courses, classroom and E-learning as well as performance tools and job aids, that meet the needs of the learners. I love building in flash but I am not married to it. </p>
<p>As to your comment:</p>
<p>&#8220;Most eLearning tools do not promote the creation of effective courses,&#8221;</p>
<p>Effective in what sense? An effective course means that the learner improved performance and behavior was modified. ROI is something we watch in the training world and being &#8220;flashy&#8221; does not equal an effective course and a good ROI. AND may even detract from it. Effective in being portable&#8230;or being marketable? It&#8217;s hard to use an off the shelf product to make a course you can sell, but if you want to build a product to teach. They can work very well. </p>
<p>&#8220;do not promote web standards,&#8221;</p>
<p>Tools do not promote anything, standards or otherwise, people do. Just like SAE vs Metric, you pick the one that fits. The tools don&#8217;t set the standard. Promoting &#8220;WEB standards&#8221; is also not the goal of elearning nor even the goal of the ADL. </p>
<p>&#8220;and do not promote accessibility;&#8221; </p>
<p>Accessibility for whom&#8230;? Web Designers? Instructional designers? Learners? Vendors who wish to sell a product? Back to ADL again - the desire is to deliver the highest-quality learning and performance that can be tailored to individual needs and delivered cost-effectively&#8230;. Darn it, Individualized AND Cost Effective. Accessalbilty to a org with 300 employees means something different than to one with 15,000. Just because its all in xml doesn&#8217;t mean much. AS for accessiblity for learners with special needs, ID&#8217;s have always have to work this into any course, elearning or classroom, I was glad to hear 508 made it offical. A designer that doesn&#8217;t know his target audience may have special needs is a poor designer, and if the course is meant to reach as many people as possible, then the course design is not focused enough(individualized) to be effective. It&#8217;s just another canned course. The tool has nothing to do with it    </p>
<p>&#8220;they merely make cookie-cutter course development easier for technically inexperienced course developers.&#8221;</p>
<p>Have you seen some of the stuff vendors are putting out? Canned off the shelf junk that they rent to you like block buster video rents movies, and don&#8217;t get me started on &#8220;branding and build your own with our tools&#8221; sites. Welcome to the &#8220;WalMart&#8221; of training. I would welcome some technical inexperience and a little imagination over these lack lust courses. </p>
<p>Where am I going with this?</p>
<p>It&#8217;s not the tools you use, but how you use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-160</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 03 Feb 2008 04:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-160</guid>
		<description>You are right on target with your post! 

I'm partially, in a wierd way, kind of happy that my department's seminar budget has been reduced for 2008, so I don't have to go to yet another "elearning developers conference" where everyone I talk to it seems does nothing more than powerpoint. I am a one-person elearning shop, though admittedly 75% of my day-to-day tasks are related to managing a classroom training function. About 4 years ago I was asked to come up with an elearning program (whatever that meant, no one knew) for my company. I was thrilled. I immediately started learning everything I could about html, flash, etc. As you know, during this time the number of powerpoint-to-flash conversion tools has skyrocketed. I was shocked, and still am, that so many in our field took to these tools.</description>
		<content:encoded><![CDATA[<p>You are right on target with your post! </p>
<p>I&#8217;m partially, in a wierd way, kind of happy that my department&#8217;s seminar budget has been reduced for 2008, so I don&#8217;t have to go to yet another &#8220;elearning developers conference&#8221; where everyone I talk to it seems does nothing more than powerpoint. I am a one-person elearning shop, though admittedly 75% of my day-to-day tasks are related to managing a classroom training function. About 4 years ago I was asked to come up with an elearning program (whatever that meant, no one knew) for my company. I was thrilled. I immediately started learning everything I could about html, flash, etc. As you know, during this time the number of powerpoint-to-flash conversion tools has skyrocketed. I was shocked, and still am, that so many in our field took to these tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On Authoring Tools&#8230;</title>
		<link>http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-158</link>
		<dc:creator>On Authoring Tools&#8230;</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/20/how-i-build-my-elearning-courses/#comment-158</guid>
		<description>[...] very well in all things meta concerning E-Learning. Philip&#8217;s most recent post to Pipwerks is his take on choosing authoring tools for E-Learning, and I can&#8217;t find a single thing I disagree with in his [...]</description>
		<content:encoded><![CDATA[<p>[...] very well in all things meta concerning E-Learning. Philip&#8217;s most recent post to Pipwerks is his take on choosing authoring tools for E-Learning, and I can&#8217;t find a single thing I disagree with in his [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
