<?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>Mobilemind &#187; SCORM</title>
	<atom:link href="http://mobilemind.net/tags/scorm/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilemind.net</link>
	<description>Thoughts on mobile computing and elearning</description>
	<lastBuildDate>Fri, 25 Jun 2010 02:17:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LETSI Tech Meetings Live Blog</title>
		<link>http://mobilemind.net/2009/06/letsi-tech-meetings-live-blog/</link>
		<comments>http://mobilemind.net/2009/06/letsi-tech-meetings-live-blog/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:32:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[LETSI]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[LMS-LCMS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=738</guid>
		<description><![CDATA[This is a temporary location for the Live Blog of LETSI Tech Meetings being held during June 2009 at IEEE Headquarters in New Jersey. Ultimately this post will be come a link to this blog hosted on the LETSI site. &#8230; <a href="http://mobilemind.net/2009/06/letsi-tech-meetings-live-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a temporary location for the Live Blog of LETSI Tech Meetings being held during June 2009 at IEEE Headquarters in New Jersey. Ultimately this post will be come a link to this blog hosted on the LETSI site.</p>
<p><iframe src="http://www.coveritlive.com/index2.php/option=com_altcaster/task=viewaltcast/altcast_code=555f29d8b3/height=520/width=400" scrolling="no" height="520px" width="400px" frameBorder="0" ><a href="http://www.coveritlive.com/mobile.php?option=com_mobile&#038;task=viewaltcast&#038;altcast_code=555f29d8b3" >LETSI Tech Meeting June &#8217;09</a></iframe>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2009/06/letsi-tech-meetings-live-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCORM Vulnerabilities + IMS Spec withdrawal = Excitement</title>
		<link>http://mobilemind.net/2009/04/scorm-vulnerabilities-ims-spec-withdrawal-excitement/</link>
		<comments>http://mobilemind.net/2009/04/scorm-vulnerabilities-ims-spec-withdrawal-excitement/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 04:33:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[elearning]]></category>
		<category><![CDATA[LMS-LCMS]]></category>
		<category><![CDATA[SCORM]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=734</guid>
		<description><![CDATA[Exciting times for elearning standards. Lots of discussion about two unrelated events. First, SCORM “cheats” are published and the community rallies to address the issues. Secondly, and coincidentally, the IMS recently withdrew the QTI spec from further work by IMS &#8230; <a href="http://mobilemind.net/2009/04/scorm-vulnerabilities-ims-spec-withdrawal-excitement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Exciting times for elearning standards. Lots of discussion about two unrelated events. First, SCORM “cheats” are published and the community rallies to address the issues. Secondly, and coincidentally, the IMS recently withdrew the QTI spec from further work by IMS membership. I&#8217;ll follow-up on the IMS QTI issue in a subsequent post (likely linking to more detailed information from others).</p>
<p><strong>What is SCORM Cheatlet?</strong><br />I coined “cheatlet” as a portmanteau of <em>cheat</em> and <em>bookmarklet</em> (itself a portmanteau of bookmark and applet). A bookmarklet is a browser bookmark that uses the <em>javascript:</em> protocol prefix instead of the typical <em>http:</em> prefix used for web pages. This allows one to create a bookmark that runs JavaScript code in the browser.</p>
<p>I dove into bookmarklets when developing my <em><a href="http://mobilemind.net/iphone/">iPastelet</a></em> utility for iPhone in the summer of 2008. It immediately occurred to me that this technique could be an interesting way to hack/cheat the SCORM JavaScript API. Thus was born my implementation of the cheatlet. It worked easily and nearly immediately. By clicking a bookmark, I could send a score to an LMS. I tuned it to send a time, a status, <em>and in a sinister turn</em>, close and then nullify the API object handle to prevent any legitimate data from overwriting the hacked score.</p>
<p><strong>Cheatlet Concept goes Public</strong><br />In late August 2008, with a working demo of this code in hand, I sent it to major players in the SCORM world, including a major ADL contract agency, major LMS vendors, SCORM code suppliers of various types, and tool vendors. Many vendors responded that it was simply an instantiation of a hack to a known issue. One indicated they were well aware of this and raised the issue early on to discourage the AICC from deprecating HACP for the JavaScript API, that vendor was Questionmark (Disclosure, I started work for Questionmark in January 2009).</p>
<p>I seemed to be more concerned than others. In late August, I submitted a paper on the issue to the <a href="http://wiki.letsi.org/display/nextscorm/SCORM+2.0+Workshop">LETSI SCORM 2.0 Workshop</a>, without disclosing precisely how to implement or code the exploit. The paper, <cite><a href="http://wiki.letsi.org/display/nextscorm/King+-+Security+Before+Features" title="LETS:Papers:Security Before Features, Tom King">Security Before Features</a></cite> was discussed online and at the Pensacola meeting in October 2008, but little seemed to happen as a result. Work continued on SCORM 2004 4th Edition without any API changes.</p>
<p><strong>Cheatlet Example/Running Code Goes Public</strong><br />Flash forward to a few weeks ago. Working completely independently, <a href="http://pipwerks.com/journal/2009/03/22/cheating-in-scorm/" title="Pipwerks: How to Cheat SCORM">Phillip Hutchison</a> had a similar moment of inspiration and crafts his own SCORM “cheatlet” bookmark. The big difference was this included a working cheat as a link right in the blog post <em>(chealet linked since removed, but code is still available by request to Phillip</em>). Soon this issue received broader attention. Reaction and opinions flew about the internet. Plateau proactively sent a letter to its US government LMS customers about this issue to help calms their fears. Ironically, I think this also drew further attention and discussion.</p>
<p><strong>Defense Approaches, Work-arounds, Opinions</strong><br />Soon after the example code hit the internet, opinions flew between experts on twitter, email and blogs. I posted a overview of the issues on the Questionmark blog, along with a follow-up post on general defensive strategies, including some specific solutions to support those approaches.</p>
<ul>
<li><a href="http://blog.questionmark.com/the-importance-of-security-and-integrity-of-performance-data" title="Questionmark Blog: The Importance of Security and Integrity of Performance Data">The Importance of Security and Integrity of Performance Data</a></li>
<li><a href="http://blog.questionmark.com/defense-in-depth-security-for-scorm-and-beyond" title="Questionmark Blog- Defense in Depth: Security for SCORM and Beyond">Defense in Depth: Security for SCORM and Beyond</a></li>
</ul>
<p>The <a href="http://www.adlnet.gov/Technologies/scorm/SCORMSDocuments/SCORM%20Resources/Resources.aspx" title="ADL:SCORM Content Vulnerability Exposed:SCORM 2004 3rd Edition Knowledge Base">ADL posted workarounds</a> for some aspects of the vulnerability. Both are more clearly aimed and HTML/JavaScript coders, but that may be exactly who read this blog.</p>
<ul>
<li><a href="http://www.adlnet.gov/Technologies/scorm/SCORMSDocuments/SCORM%20Resources/poltrack_scorm_vuln_workaround_20090402.zip" title="SCORM 2004 3rd Edition Knowledge Base:SCORM Content Vulnerability Workarounds by Jonathan Poltrack">SCORM Content Vulnerability Workarounds by Jonathan Poltrack</a></li>
<li><a href="http://blog.questionmark.com/defense-in-depth-security-for-scorm-and-beyond" title="SCORM 2004 3rd Edition Knowledge Base:Securing Your Assessments, Excerpt from Carnegie Mellon Best Practices Guide for the Design and Development of SCORM Assessments">Securing Your Assessments, Excerpt from Carnegie Mellon <i>Best Practices Guide for the Design and Development of SCORM Assessments</i></a> (means to make “View source” more challenging)</li>
</ul>
<p>Some feel quite strongly that SCORM has never been suited for more than the lowest-stakes elearning events. I feel that stakes must always be viewed as a continuum. Furthermore, I believe it is far easier to consider the high stakes end of the spectrum first and back-down as necessary. In any environment, is incredibly difficult to start with little or no security and patch your way up to a secure system.</p>
<p>Others may see it differently. I&#8217;m sure there will be plenty of opinions. I&#8217;d say my views on this issue tend to align with Phillip Hutchison (whom I&#8217;ve never met, but respect) more than Mike Rustici (whom I&#8217;ve known &amp; respected for many years). I&#8217;ll come back and update this post as they emerge. Other opinions include:</p>
<ul>
<li><a href="http://pipwerks.com/journal/2009/04/02/scorm-security-two-kinds-of-scorm-people/" title="Pipwerks: SCORM security (two kinds of SCORM people)">SCORM security (two kinds of SCORM people)</a>, Phillip Hutchison, Pipwerks</li>
<li><a href="http://www.scorm.com/blog/2009/04/scorm-security-some-perspective/" title="SCORM &gt; SCORM Security - Some Perspective">SCORM Security &#8211; Some Perspective</a>, Mike Rustici, Rustici Software</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2009/04/scorm-vulnerabilities-ims-spec-withdrawal-excitement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The learning community mourns the loss of Claude Ostyn</title>
		<link>http://mobilemind.net/2007/06/the-learning-community-mourns-the-loss-of-claude-ostyn/</link>
		<comments>http://mobilemind.net/2007/06/the-learning-community-mourns-the-loss-of-claude-ostyn/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 20:44:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[notices]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=680</guid>
		<description><![CDATA[The elearning community and especially the specification and standards world mourns the loss of Claude Ostyn (http://www.ostyn.com/) who recently passed away after a battle with terminal illness. From his long-tenure at Asymetrix and Click2learn to his more recent independent consulting, &#8230; <a href="http://mobilemind.net/2007/06/the-learning-community-mourns-the-loss-of-claude-ostyn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The elearning community and especially the specification and standards world mourns the loss of Claude Ostyn (<a href="http://www.ostyn.com/" title="Ostyn Consulting Homepage">http://www.ostyn.com/</a>) who recently passed away after a battle with terminal illness. From his long-tenure at Asymetrix and Click2learn to his more recent independent consulting, Claude has been an advocate at the vanguard of learning frontiers.</p>
<p>Claude Ostyn made great contributions to elearning, always showing diligence, dedication and great passion in learning technology, as well as all of his other interests. He was a vigorous and active participant in the work of <a href="http://aicc.org">AICC</a>, <a href="http://www.adlnet.gov">ADL SCORM</a>, <a href="http://ieeeltsc.org/">IEEE LTSC</a> and <a href="http://www.imsglobal.org">IMS</a>&#8211; you&#8217;ll find his name as a contributor and reviewer on countless documents &amp; whitepapers, throughout the support forums, and on delightfully precise ballot comments. The Reusable Competencies Definition group is currently working on dedicating a specification to his memory.</p>
<p>Will elearning standards and specifications be the same without Claude Ostyn?</p>
<blockquote><p><i>Basically, in effect, No.</i></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2007/06/the-learning-community-mourns-the-loss-of-claude-ostyn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captivate 2 bug: FTP breaks SCORM packaging</title>
		<link>http://mobilemind.net/2007/01/captivate-2-bug-ftp-breaks-scorm-packaging/</link>
		<comments>http://mobilemind.net/2007/01/captivate-2-bug-ftp-breaks-scorm-packaging/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 03:24:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[Captivate]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[PENS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=669</guid>
		<description><![CDATA[If you use the current release of Captivate 2 to make elearning intended for an LMS, then do not use the built-in FTP. Likewise, do not use the current Captivate 2 release with FTP and PENS. When the FTP box &#8230; <a href="http://mobilemind.net/2007/01/captivate-2-bug-ftp-breaks-scorm-packaging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use the current release of Captivate 2 to make elearning intended for an LMS, then <b>do not use the built-in FTP</b>. Likewise, do not use the current Captivate 2 release with FTP and PENS.</p>
<p>When the FTP box is checked, Captivate 2 makes invalid SCORM 1.2 and invalid SCORM 2004 packages. Under these conditions Captivate 2 puts the required zip-archive root-level files like &quot;imsmanifest.xml&quot;  down in a directory structure 4-5 levels deep.</p>
<p>&nbsp;&nbsp;&nbsp;Captivate 2 Elearning Output published with FTP<br/><img src="http://mobilemind.net/images/Captivate2-ftp_tn.png" border="0" width="423" height="134" alt="Captivate 2 Invalid SCORM output published with FTP" /><br/><br/>&nbsp;&nbsp;&nbsp;Captivate 2 Elearning Output published locally<br/><img src="http://mobilemind.net/images/Captivate2-local_tn.png" border="0" width="425" height="428" alt="Captivate 2 valid SCORM output published locally" /><br/>
<p>This means that when FTP is used, the resulting zip file that gets transferred to the server is NOT valid, whether it is SCORM 1.2 or SCORM 2004. Adobe was notified of this issue last Fall and confirmed the problem. At the time of this post I can not find a tech note about this issue.</p>
<p>The workaround is to not use the built-in FTP. Instead, use the <i>Publish Dialog</i> to publish for <b>Flash (SWF)</b>, select the &quot;Output Options&quot; to <b><u>Z</u>ip files</b> and under &quot;Project Information&quot; select the desired <b>eLearning output</b> format for your package. Finally, after Captivate publishes the zip package locally, use a third party FTP tool or other LMS import capabilities to transfer the valid SCORM package to the LMS. This will give you a better shot at having the package import into your LMS (or LCMS).</p>
<p>&nbsp;&nbsp;&nbsp;Captivate 2 Publish Dialog settings for local publishing of packages<br/><img src="http://mobilemind.net/images/Captivate2-publish.png" border="0" width="513" height="341" alt="Captivate 2 Invalid SCORM output published with FTP" /><br/>
<p>Two final notes on this topic. First, this bug means PENS doesn&#8217;t really work. The work around there is to &quot;trick&quot; Captivate 2 by publishing to one FTP address, and then configuring the Captivate PENS settings to use an alternate URL that has a valid package staged by other means. For anything other than testing the capabilities of an LMS server, I wouldn&#8217;t bother with this approach&#8211; it sort of defeats the intended simplicity of PENS to manually FTP and publish twice to order to get a single package to an LCMS/LMS.</p>
<p>The second note is that there may be other issues with Captivate content communicating to an LMS. I&#8217;ve received private email from one content developer about some issues and heard from another contact that other settings may not work as intended/advertised. I&#8217;ve yet to verify these, but will post more information once this can be confirmed or denied.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2007/01/captivate-2-bug-ftp-breaks-scorm-packaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stability and Evolution in Standards for Elearning</title>
		<link>http://mobilemind.net/2007/01/stability-and-evolution-in-standards-for-elearning/</link>
		<comments>http://mobilemind.net/2007/01/stability-and-evolution-in-standards-for-elearning/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 01:50:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[LMS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=668</guid>
		<description><![CDATA[Late last year the ADL reached agreements with several other elearning standards organizations, including AICC, IEEE and IMS. The agreements allow the relevant work of those groups to move forward with SCORM as this portion of the ADL effort transitions &#8230; <a href="http://mobilemind.net/2007/01/stability-and-evolution-in-standards-for-elearning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Late last year the ADL reached agreements with several other elearning standards organizations, including AICC, IEEE and IMS. The agreements allow the relevant work of those groups to move forward with SCORM as this portion of the ADL effort transitions to a new stewardship organization.</p>
<p>This is a significant achievement. It indicates the maturity and stability of SCORM, yet also recognizes the criticality of on-going maintenance and refinement. The <a href="http://www.adlnet.gov/scorm/index.cfm" title="ADL SCORM 2004, 3rd Edition">SCORM 2004 specification</a> is also being formally submitted to <a href="http://www.iso.org/" title="International Organization for Standardization">ISO</a>, where the technical committees will review it and allow member nations to vote on it. In 2007 we will see more SCORM work being done within other standards work groups and organizations.</p>
<p>The <a href="http://www.imsglobal.org/feb2007meeting.html" title="IMS Meeting Information">February IMS meeting in San Francisco</a> is an important transition as SCORM moves into this new phase. On February 7 there will be a workshop that is open to the public for discussion of IMS-related work with SCORM. ADL representatives will be presenting and facilitating discussions on how the groups can work together, and on content packaging, a key technical component shared between the organizations. Content packaging includes the organizational and metadata &quot;wrappers&quot; for shareable content objects and is a critical feature for supporting reusable learning object strategies. The ADL will also present information on <a href="http://cordra.net/" title="Content Object Repository Discovery and Registration/Resolution Architecture">CORDRA</a>, an architecture for structuring searches and sharing across repositories, and Simple Sequencing and Navigation within courses. See the IMS website for the agenda information, IMS membership is not required, but there is a meeting fee for attendees.</p>
<p>During March there will be a kick-off meeting for a new stewardship organization to coordinate SCORM evolution and maintenances. The meeting will be held in conjunction with the <a href="http://jtc1sc36.org/" title="Standards for Information Technology for Learning, Education, and Training">ISO/IEC JTC1 SC36</a> meetings in London. This meeting about the stewardship organization is preliminary. An official charter and transition is likely to take until the Spring of 2008. Those interested in participating in this meeting or the stewardship organization committee in general can directly contact the ADL or request that I forward information.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2007/01/stability-and-evolution-in-standards-for-elearning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lies, Lies, Lies&#8230; and Learning</title>
		<link>http://mobilemind.net/2007/01/lies-lies-lies-and-learning/</link>
		<comments>http://mobilemind.net/2007/01/lies-lies-lies-and-learning/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 20:03:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[learning]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=666</guid>
		<description><![CDATA[Larry Israelite is the editor and one of the authors of Lies About Learning. I came to know Larry through Elliott Masie and the Learning Consortium, and I love his frankness on this subject, starting with the subtitle of the &#8230; <a href="http://mobilemind.net/2007/01/lies-lies-lies-and-learning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Larry Israelite is the editor and one of the authors of <i>Lies About Learning</i>. I came to know Larry through Elliott Masie and the Learning Consortium, and I love his frankness on this subject, starting with the subtitle of the book, <i>Leading Executives Separate Truth from Fiction in a $100 Billion Industry</i>.</p>
<p>In the book, Larry and the gang take on a bunch of lies and myths, sometimes alternating sides, but always making strong statements. For example, Murray Christensen on Personalization: <i>Learners Are Essentially the Same</i>. Heresy you say? Last year, I saw a few presentations from Will Thalheimer on use of learning styles (or the &quot;lie&quot; about learning styles), and I have to agree, though I am not as courageous as Dr. Thalheimer with his <a href="http://www.willatworklearning.com/2006/08/learning_styles.html">$1000 USD challenge</a> to the first person to demonstrate meaningful benefits from using learning styles in an instructional design.</p>
<p>Back to the book- I&#8217;ve lived and seen some other favorite lies from both the side of the consulting/vendor organization and the customer side of the fence, like:</p>
<ul>
<li>This <i>is</i> the team that will work with you on this project (at an early sales meeting; who know where these people will be staffed then).</li>
<li>(All) the content and materials will be custom built for you.</li>
<li><i>&#8230; and from the client side,</i> We have <i><b>full</b></i> support for this project and our SMEs will be available whenever you need them.</li>
</ul>
<p>What about you? Are your pants on fire? Is your nose as long as a telephone wire?</p>
<p>To hear, discuss and share more lies&#8230; and how to actually <i>learn</i> from them, check out the free seminar on Lies About Learning this Friday, January 19.</p>
<p>Lies About Learning January 19, 1:00PM Eastern [GMT -05:00] <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&#038;id=472090&#038;loc=en_us" title="Register for Adobe eSeminar on Lies About Learning">Register here</a></p>
<p>The seminar looks like it will be a good discussion of some key topics. You can also get the book from Amazon- <i><a href="http://www.amazon.com/Lies-About-Learning-Executives-Separate/dp/1562864548/sr=8-1/qid=1168978485/ref=pd_bbs_sr_1/104-2613645-4767120?ie=UTF8&#038;s=books" title="Lies About Learning on Amazon.com">Lies About Learning</a></i>. Note that is <i>not</i> an Amazon Associate link so I get squat for the referral, other than karma.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2007/01/lies-lies-lies-and-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the Reload Metadata Tool for SCORM</title>
		<link>http://mobilemind.net/2006/08/finding-the-reload-metadata-tool-for-scorm/</link>
		<comments>http://mobilemind.net/2006/08/finding-the-reload-metadata-tool-for-scorm/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 14:49:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=644</guid>
		<description><![CDATA[Reload is a metadata editor that supports SCORM 2004 and the SCORM Simple Sequencing and Navigation constructs. However, I couldn&#8217;t find it to download it. Looking at the main ADL site, there are quite a few good presentations about it &#8230; <a href="http://mobilemind.net/2006/08/finding-the-reload-metadata-tool-for-scorm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Reload is a metadata editor that supports SCORM 2004 and the SCORM Simple Sequencing and Navigation constructs. However, I couldn&#8217;t find it to download it. Looking at the main ADL site, there are quite a few good presentations about it over on the <a href="http://www.adlnet.gov" title="http://www.adlnet.gov">ADLNet site</a>- <a href="http://www.adlnet.gov/search.cfm?page=1&amp;search=1&amp;criteria=Reload&amp;collection=All" title="list of Reload presentations and docs">Reload Metadata Editor Presentations</a>, but no sign of the tool itself with the SCORM extensions. Fortunately, I was able to contact someone who knew where to find it.
<p>Currently, the Reload Editor is available as a download on the Joint ADL Co-Lab site- <a href="http://www.jointadlcolab.org/support/design_and_development/reload/">Reload Editor 2004 v.1.3.2 beta 2</a>. It looks like it was last updated in late October of last year, but it should still do the trick for most of your SCORM metadata editing needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/08/finding-the-reload-metadata-tool-for-scorm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting to Know CORDRA</title>
		<link>http://mobilemind.net/2006/08/getting-to-know-cordra/</link>
		<comments>http://mobilemind.net/2006/08/getting-to-know-cordra/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 15:31:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=643</guid>
		<description><![CDATA[The ADL is hosting a CORDRA event this Fall in Memphis, CORDRA at Work. Folks building content for the US Dept. of Defense and government agencies will want to get to know CORDRA as it will likely be a big &#8230; <a href="http://mobilemind.net/2006/08/getting-to-know-cordra/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The ADL is hosting a CORDRA event this Fall in Memphis, <a href="http://www.adlnet.gov/news/articles/372.cfm" title="CORDRA at Work- Registration Info">CORDRA at Work</a>.  Folks building content for the US Dept. of Defense and government agencies will want to get to know CORDRA as it will likely be a big part of future online training content.
<p>CORDRA (Content Object Repository Discovery and Registration Architecture) is an architecture and specification for registering content in a repository, and being able to do searches across repositories. CORDRA leverages <a href="http://www.handle.net/" title="Handle System - Unique Persistent Identifiers for Internet Resources">The Handle System</a> to resolve unique, persistent resource identifiers, to handle authentication and more. The simplest explanation I&#8217;ve heard of Handle is that it is &quot;A better DNS system than DNS.&quot; The Handle System is being handled by CNRI and is funded by DARPA, the good folks that brought you things like the internet</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/08/getting-to-know-cordra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCORM 2004 Vendor News</title>
		<link>http://mobilemind.net/2006/05/scorm-2004-vendor-news/</link>
		<comments>http://mobilemind.net/2006/05/scorm-2004-vendor-news/#comments</comments>
		<pubDate>Wed, 03 May 2006 16:12:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[LMS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=639</guid>
		<description><![CDATA[Some other good SCORM news is that Rustici Software is working on a testing tool that will help clarify/visualize Simple Sequencing and Navigation Rules and the resulting activity tree. Beta testing should begin soon, so look for an announcement or &#8230; <a href="http://mobilemind.net/2006/05/scorm-2004-vendor-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some other good SCORM news is that <a href="http://www.rusticisoftware.com/" title="Rustici Software home page">Rustici Software</a> is working on a testing tool that will help clarify/visualize Simple Sequencing and Navigation Rules and the resulting activity tree. Beta testing should begin soon, so look for an announcement or contact them if you are interested.
<p>Last month, I bashed a few <a href="http://mobilemind.net/2006/04/certification-do-vendors-really-care.html" title="Certification: Do LMS Vendors Really Care?">LMS vendors about not caring about certification</a> for <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.listing&#038;keyword=&#038;scormversion=2004" title="ADL SCORM 2004 Certified Products">SCORM</a> and <a href="http://aicc.org/pages/cert.htm#products" title="AICC Certified Products">AICC</a> (or the glaring lack of certification).</p>
<p>Kudos to <a href="http://www.saba.com/" title="Saba home page">Saba</a> for stepping up and getting <a href="http://www.saba.com/products/saba/learning/index.htm" title="Saba Enterprise Learning Suite">Saba Enterprise Learning Suite 5.3</a> <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.product&#038;certid=168" title="SCORM Certification Product Information">certified for SCORM 2004 2nd Edition (Test Suite 1.3.3)</a> in April. Now all Saba is missing is a current AICC certification.</p>
<p>Hopefully, we&#8217;ll see some other vendors step up to the plate soon for AICC, and/or at least announce a position regarding SCORM 2004 certification (e.g., <em>are they waiting for 3rd Edition?</em>). I&#8217;d still love to see a current certification for <a href="http://www.oracle.com/applications/human_resources/learning.html">Oracle</a>, <a href="http://www.sap.com/usa/solutions/business-suite/erp/hcm/learningsolution.epx">SAP</a>, or <a href="http://www.sumtotalsystems.com/products/stlms.html">SumTotal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/05/scorm-2004-vendor-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCORM 2004 News &#8211; 3rd Edition Public Draft</title>
		<link>http://mobilemind.net/2006/05/scorm-2004-news-3rd-edition-public-draft/</link>
		<comments>http://mobilemind.net/2006/05/scorm-2004-news-3rd-edition-public-draft/#comments</comments>
		<pubDate>Wed, 03 May 2006 16:01:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[LMS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=638</guid>
		<description><![CDATA[I just got back from last week&#8217;s SCORM 2004 Technical Work Group meetings, and it seems like there will be some great clarifications in SCORM 2004 3rd Edition, particularly for Simple Sequencing and Navigation. That is the good news. The &#8230; <a href="http://mobilemind.net/2006/05/scorm-2004-news-3rd-edition-public-draft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just got back from last week&#8217;s SCORM 2004 Technical Work Group meetings, and it seems like there will be some great clarifications in<a href="http://www.adlnet.gov/news/articles/351.cfm" title="ADL Releases Public Draft of SCORM 2004 3rd Edition"> SCORM 2004 3rd Edition</a>, particularly for Simple Sequencing and Navigation. That is the good news. The bad news is that it Simple Sequencing isn&#8217;t all that simple and can be quite confusing for your average trainer or instructional designer (including me). Also, note that it could be a few months before the final docs and then the test suite are available for SCORM 2004 3rd Edition. Although the public review period just ended, you can still get an <a href="http://www.adlnet.gov/downloads/233.cfm" title="SCORM 2004 3rd Edition Impacts Summary">impacts summary</a> online.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/05/scorm-2004-news-3rd-edition-public-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certification: Do LMS Vendors Really Care?</title>
		<link>http://mobilemind.net/2006/04/certification-do-lms-vendors-really-care/</link>
		<comments>http://mobilemind.net/2006/04/certification-do-lms-vendors-really-care/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 15:25:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[LMS]]></category>
		<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=636</guid>
		<description><![CDATA[I noticed that only 1of leading LMS vendor has their current product certified by AICC. Only one major LMS has a current SCORM 2004 Certification. Read on to find out who IS certified. Curious who isn&#8217;t certified right now for &#8230; <a href="http://mobilemind.net/2006/04/certification-do-lms-vendors-really-care/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed that <i>only 1</i>of leading LMS vendor has their current product certified by AICC. Only one major LMS has a current SCORM 2004 Certification. Read on to find out who IS certified. Curious who isn&#8217;t certified right now for either standard? As of this writing I don&#8217;t see <a href="http://www.oracle.com/applications/human_resources/learning.html" title="Oracle Learning Management">Oracle</a>, <a href="http://www.saba.com/products/saba/learning/index.htm" title="Saba Learning Suite">Saba</a>, <a href="http://www.sap.com/usa/solutions/business-suite/erp/hcm/learningsolution.epx" title="SAP Learning Solution">SAP</a>, or <a href="http://www.sumtotalsystems.com/products/stlms.html" title="SumTotal - Total LMS 7.0">SumTotal </a>when I look on the AICC site (<a href="http://www.aicc.org/pages/cert.htm#products" title="AICC Certified Products">AICC Certified Products</a>), nor do I see any of those products on the <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.listing&#038;keyword=&#038;scormversion=2004" title="List all SCORM 2004 Certified Products">ADL SCORM 2004 Certified Products</a> list.
<p>Hmm, sorta makes you wonder why companies have problems integrating their content with their LMS.</p>
<p>Not that the issue is entirely on the LMS side. I don&#8217;t see many content vendors with current AICC Certification either though. No current AICC certification for <a href="http://www.articulate.com/" title="Articulate web site">Articulate</a>, <a href="http://www.maxit.com/content/view/26/223/" title="MaxIT - DazzlerMax">DazzlerMax</a>, <a href="http://www.trivantis.com/authoring_tools_lectora_overview.html" title="Lectora Overview">Lectora Publisher</a>, and <a href="http://www.toolbook.com/index.php" title="ToolBook Overview">ToolBook</a> to name a few. There are quite a few I didn&#8217;t name too.</p>
<p>Content tools fare <i>much better</i> with SCORM 2004 certification , where you <b>will</b> see that <a href="http://www.macromedia.com/software/breeze/solutions/rapid_training/" title="Breeze - Rapid Training">Adobe Breeze</a>, <a href="http://www.macromedia.com/software/captivate/" title="Macromedia Captivate">Adobe Captivate</a>, <a href="http://www.articulate.com/presenter.html" title="Articulate Presenter">Articulate Presenter</a>, <a href="http://www.eedo.com/products/forceten.html" title="EEDO ForceTen">EEDO ForceTen</a>, <a href="http://www.outstart.com/portal/index.jsp?epi_menuItemID=c3cb95eebefd5aaec7ee5a10b4208a0c&#038;epi_menuID=97ac9f91d899e9aec7ee5a10b4208a0c&#038;epi_baseMenuID=b33850f98ddc39295e7babccb4208a0c" title="OutStart Evolution LCMS">OutStart Evolution</a> and <a href="http://www.toolbook.com/index.php" title="ToolBook Overview">ToolBook</a> are all listed.</p>
<p>Time to run off to Masie&#8217;s <a href="http://www.lms2006.com/" title="LMS 2006 - Learning Management Systems User Group">LMS 2006 Users Group</a> that is running right now. It is no wonder that this event sold out.</p>
<p>PS- <a href="http://www.plateau.com/prod/lms.htm" title="Plateau Learning Management System"><b>Plateau</b></a> has <i><b>both</b></i> <a href="http://aicc.org/pages/cert.htm#products" title="AICC Certified Products">AICC certification</a> <i>and</i> <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.listing&#038;keyword=&#038;scormversion=2004" title="ADL SCORM 2004 Certified Products">SCORM 2004 certification</a> currently. The only one out there as far as I can tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/04/certification-do-lms-vendors-really-care/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCORM SCO Presentation Engine (S2PE)</title>
		<link>http://mobilemind.net/2006/03/scorm-sco-presentation-engine-s2pe/</link>
		<comments>http://mobilemind.net/2006/03/scorm-sco-presentation-engine-s2pe/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 17:59:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[SCORM]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=631</guid>
		<description><![CDATA[Here is an interesting article by Kraig Mentor on using SCORM with Director, SCORM SCO Presentation Engine. I like how this technique can greatly reduce the HTML page clutter that can build-up in manifests that use simple OBJECT tags. I &#8230; <a href="http://mobilemind.net/2006/03/scorm-sco-presentation-engine-s2pe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting article by Kraig Mentor on using SCORM with Director, <a href="http://www.macromedia.com/devnet/director/articles/director_scorm.html" title="Macromedia Developer Center : Director and SCORM 1.3 SCORM SCO Presentation Engine (S2PE)">SCORM SCO Presentation Engine</a>. I like how this technique can greatly reduce the HTML page clutter that can build-up in manifests that use simple OBJECT tags. I like how much of the content can be externalized. It seems like a very similar technique could be used with Flash. I do have some hesitations about what this means for bookmarking, obscuring the programming for experts, and securing the content (DRM or otherwise).
<p>I recall a cross-product/platform strategy like this from Wicat that was referred to as &quot;Nemesis&quot;. The idea was that a database (or in the S2PE case, XML) contains the guts of a the elearning presentation. Then an &quot;engine&quot; reads that data and renders the elearning.</p>
<p>In the Wicat case, this provided flexibility to deliver training in a customer&#8217;s preferred format&#8211; they could write an engine in Authorware, IconAuthor, ToolBook, or virtually anything that coul &quot;play&quot; the presentation database.</p>
<p>The challenge with a presentation engine approach is that you lose many of the benefits of the host system or language&#8211;  Director Lingo or ActionScript idioms and optimizations are often lost in the database representation, and an individual developer&#8217;s proficiency becomes less valuable. Conversely, that de-valuing of AS or Lingo expertise, can make it much easier to do automation, mass production, or farm things out to non-experts. Ironically, it can also make things much harder for a host system expert who comes in to a project later; their hands are tied to the data structures in what seems like unexpected ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/03/scorm-sco-presentation-engine-s2pe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
