<?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>DaLeeMan &#187; General Stuff</title>
	<atom:link href="http://www.daleeman.com/category/general-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daleeman.com</link>
	<description>Not just another techblog…well, yeah it is</description>
	<lastBuildDate>Wed, 24 Feb 2010 04:18:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Learning SCORM</title>
		<link>http://www.daleeman.com/learning-scorm/</link>
		<comments>http://www.daleeman.com/learning-scorm/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:23:44 +0000</pubDate>
		<dc:creator>Daleeman</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.daleeman.com/?p=30</guid>
		<description><![CDATA[A few weeks back I decided to finally learn about the Sharable Content Object Reference Model (SCORM). Most of what I was able to find was either a high-level overview or some program that creates scorm code for you. That&#8217;s great, but I wanted to learn how to REALLY write a SCORM object (SCO)&#8230;meaning, by [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A few weeks back I decided to finally learn about the Sharable Content Object Reference Model (SCORM). Most of what I was able to find was either a high-level overview or some program that creates scorm code for you. That&#8217;s great, but I wanted to learn how to REALLY write a SCORM object (SCO)&#8230;meaning, by hand! <span id="more-30"></span></p>
<p>What is SCORM? SCORM is &#8211; simply put &#8211; a browser-based API for communicating between 1) course content and an LMS and 2) LMS and the end-user. This allows for content sharing between LMSs without regard for the ACTUAL system&#8230;meaning, we&#8217;re SCORM dependant, not LMS dependant.</p>
<p>I decided that since I was writing a tutorial (of sorts) about SCORM, I should probably do my tutorial as a SCORM compliant package. And thats what I did.</p>
<p>Before you do anything, be sure to take the <a href="http://www.academiccolab.org/Initiatives/scormschool.html">SCORM 101 course</a>. Otherwise, this will be pretty useless for you!</p>
<p>(Not sure why this is not displaying under Firefox&#8230;)</p>
<p><iframe SRC="http://consulting.themangolds.com/SCORM/Creating%20a%20Simple%20SCO%20by%20Hand/" TITLE="SCORM Tutorial" width=500 height=400></iframe></p>
<p><a href="http://consulting.themangolds.com/SCORM/Creating%20a%20Simple%20SCO%20by%20Hand.zip">Download Source</a></p>
<p>You can see that this is a very simple no-frills SCO. And that was the point! I dont do objective tracking, I just display and navigate content. On a final note, it&#8217;s important to understand one final thing about SCORM&#8230;It is just a Javascript API that you add to your normal web content. Anything you can do with a normal webpage, you can do in SCORM&#8230;only in SCORM, the API lets you track your users/students and provides for a level of reusability (when implemented to do so).</p>
<p>Hopefully this has been helpful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daleeman.com/learning-scorm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

