<?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: Really simple SCORM AS3 wrapper example</title>
	<atom:link href="http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Sat, 27 Apr 2013 02:42:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lectora X3 - Text issues When Publishing to HTML and HyperLinks</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-2005</link>
		<dc:creator>Lectora X3 - Text issues When Publishing to HTML and HyperLinks</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-2005</guid>
		<description><![CDATA[[...] compliancy using AS3 into my shell  Here are some references for you (hopefully, some might help):  pipwerks  pipwerks-scorm - Project Hosting on Google Code (probably same version of wrapper) Integrating [...]]]></description>
		<content:encoded><![CDATA[<p>[...] compliancy using AS3 into my shell  Here are some references for you (hopefully, some might help):  pipwerks  pipwerks-scorm &#8211; Project Hosting on Google Code (probably same version of wrapper) Integrating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1855</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1855</guid>
		<description><![CDATA[@chris glad it works for you.

RE: saving multiple scores, you primarily have two options:

1. The &#039;official&#039; place to score multiple scores would probably be &lt;code&gt;cmi.interactions&lt;/code&gt;; each interaction can save its own score. However, most LMSs don&#039;t report on SCORM interactions, so it may not help you. Also, SCORM 1.2 interactions are write-only while 2004 are read/write.

2. You can also store multiple scores in &lt;code&gt;cmi.suspend_data&lt;/code&gt;, which is basically a text field you can use to store a custom string.  If you save your scores into a JSON string (or maybe array.join) you can write them to &lt;code&gt;cmi.suspend_data&lt;/code&gt;. &lt;code&gt;cmi.suspend_data&lt;/code&gt; is commonly used for these kinds of bits and pieces because it&#039;s easier than &lt;code&gt;cmi.interactions&lt;/code&gt;. However it also suffers from poor reporting in most LMSs.

If you have more questions or need clarification about SCORM, please post them on the &lt;a href=&quot;http://pwrk.us/etd&quot; rel=&quot;nofollow&quot;&gt;elearning and development google group&lt;/a&gt;... there are lots of knowledgeable SCORM folks there who can give suggestions and maybe some code samples.]]></description>
		<content:encoded><![CDATA[<p>@chris glad it works for you.</p>
<p>RE: saving multiple scores, you primarily have two options:</p>
<p>1. The &#8216;official&#8217; place to score multiple scores would probably be <code>cmi.interactions</code>; each interaction can save its own score. However, most LMSs don&#8217;t report on SCORM interactions, so it may not help you. Also, SCORM 1.2 interactions are write-only while 2004 are read/write.</p>
<p>2. You can also store multiple scores in <code>cmi.suspend_data</code>, which is basically a text field you can use to store a custom string.  If you save your scores into a JSON string (or maybe array.join) you can write them to <code>cmi.suspend_data</code>. <code>cmi.suspend_data</code> is commonly used for these kinds of bits and pieces because it&#8217;s easier than <code>cmi.interactions</code>. However it also suffers from poor reporting in most LMSs.</p>
<p>If you have more questions or need clarification about SCORM, please post them on the <a href="http://pwrk.us/etd" rel="nofollow">elearning and development google group</a>&#8230; there are lots of knowledgeable SCORM folks there who can give suggestions and maybe some code samples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dennett</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1854</link>
		<dc:creator>Chris Dennett</dc:creator>
		<pubDate>Fri, 04 Jun 2010 09:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1854</guid>
		<description><![CDATA[Hello,

Thank you, thank you, thank you.  Yours is the only site covering SCORM that has made sense to me.  I&#039;ve used and amended the files above and tested in &lt;a href=&quot;http://www.scorm.com/scorm-solved/test-track/&quot; rel=&quot;nofollow&quot;&gt;Test Track&lt;/a&gt; and it works just as it should.

Do you know if it is possible to save multiple scores from a single swf?

Thanks again

Chris]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you, thank you, thank you.  Yours is the only site covering SCORM that has made sense to me.  I&#8217;ve used and amended the files above and tested in <a href="http://www.scorm.com/scorm-solved/test-track/" rel="nofollow">Test Track</a> and it works just as it should.</p>
<p>Do you know if it is possible to save multiple scores from a single swf?</p>
<p>Thanks again</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1814</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Sun, 02 May 2010 22:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1814</guid>
		<description><![CDATA[@shripad  i assume you meant &quot;I &lt;b&gt;cannot&lt;/b&gt; save location&quot;

You have to commit your changes; if you do a scorm.set, you have to follow it at some point with a scorm.save() to ensure the data is saved in the database.

Also, be sure that your exit mode is set to &quot;resume&quot; or else every launch will be treated as a new attempt and will not give you access to data from previous attempts.

If you have further technical questions please post them on the &lt;a href=&quot;http://pwrk.us/etd&quot; rel=&quot;nofollow&quot;&gt;elearning and development google group&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>@shripad  i assume you meant &#8220;I <b>cannot</b> save location&#8221;</p>
<p>You have to commit your changes; if you do a scorm.set, you have to follow it at some point with a scorm.save() to ensure the data is saved in the database.</p>
<p>Also, be sure that your exit mode is set to &#8220;resume&#8221; or else every launch will be treated as a new attempt and will not give you access to data from previous attempts.</p>
<p>If you have further technical questions please post them on the <a href="http://pwrk.us/etd" rel="nofollow">elearning and development google group</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shripad</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1808</link>
		<dc:creator>shripad</dc:creator>
		<pubDate>Thu, 29 Apr 2010 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1808</guid>
		<description><![CDATA[Hi. 

Thanks for sharing this code. But I have one question : I am trying to get  last location using (cmi.location) tags when user open swf, but I can save location. 

Code :

var bookmark=scorm.get(&quot;cmi.location&quot;);
if (bookmark!=null&amp;&amp;bookmark!=&quot;&quot;) {
     trace(&quot;Old location ----&quot;+bookmark);
} else {
    success=scorm.set(&quot;cmi.location&quot;,&quot;page1&quot;);
     if (success) {
          scorm.save();
      }
}
bookmark=scorm.get(&quot;cmi.location&quot;);
trace(New location ----&quot;+bookmark);

each time its trcing only new location.]]></description>
		<content:encoded><![CDATA[<p>Hi. </p>
<p>Thanks for sharing this code. But I have one question : I am trying to get  last location using (cmi.location) tags when user open swf, but I can save location. </p>
<p>Code :</p>
<p>var bookmark=scorm.get(&#8220;cmi.location&#8221;);<br />
if (bookmark!=null&amp;&amp;bookmark!=&#8221;") {<br />
     trace(&#8220;Old location &#8212;-&#8221;+bookmark);<br />
} else {<br />
    success=scorm.set(&#8220;cmi.location&#8221;,&#8221;page1&#8243;);<br />
     if (success) {<br />
          scorm.save();<br />
      }<br />
}<br />
bookmark=scorm.get(&#8220;cmi.location&#8221;);<br />
trace(New location &#8212;-&#8221;+bookmark);</p>
<p>each time its trcing only new location.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
