<?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: Download VS SCORM 1.2 RTE Rev 1.0</title>
	<atom:link href="http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/</link>
	<description>A Very Simple SCORM Interface</description>
	<lastBuildDate>Sun, 02 Oct 2011 18:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Desarrollando un LMS(con soporte de SCORM)</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-284</link>
		<dc:creator>Desarrollando un LMS(con soporte de SCORM)</dc:creator>
		<pubDate>Tue, 21 Jun 2011 20:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-284</guid>
		<description>[...] Download VS SCORM 1.2 RTE Rev 1.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Download VS SCORM 1.2 RTE Rev 1.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwarner</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-47</link>
		<dc:creator>mwarner</dc:creator>
		<pubDate>Thu, 03 Dec 2009 20:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-47</guid>
		<description>thanks for letting me know of the SCORM specs.  It worked either way, but I changed it back to &quot;true&quot; to be safe.

Thanks again for the great work.  It saved me a bunch of time.</description>
		<content:encoded><![CDATA[<p>thanks for letting me know of the SCORM specs.  It worked either way, but I changed it back to &#8220;true&#8221; to be safe.</p>
<p>Thanks again for the great work.  It saved me a bunch of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Addison</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-33</link>
		<dc:creator>Steve Addison</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-33</guid>
		<description>Thanks for spotting the error in getValue.php. I&#039;ve posted a revised version of the code.

As for changing the return value of LMSInitialize(), section 3.3.2.1 of the &lt;a href=&quot;/docs/SCORM_1.2_RunTimeEnv.pdf&quot; rel=&quot;nofollow&quot;&gt;SCORM 1.2 RTE specification&lt;/a&gt; (page 3-8) states that LMSInitialize should return a string - either:

&lt;ul&gt;
	&lt;li&gt;&quot;true&quot; indicating successful initalization; or&lt;/li&gt;
	&lt;li&gt;&quot;false&quot; indicating a problem with initialization&lt;/li&gt;
&lt;/ul&gt;	

So changing it to return a reference might have unexpected results.</description>
		<content:encoded><![CDATA[<p>Thanks for spotting the error in getValue.php. I&#8217;ve posted a revised version of the code.</p>
<p>As for changing the return value of LMSInitialize(), section 3.3.2.1 of the <a href="/docs/SCORM_1.2_RunTimeEnv.pdf" rel="nofollow">SCORM 1.2 RTE specification</a> (page 3-8) states that LMSInitialize should return a string &#8211; either:</p>
<ul>
<li>&#8220;true&#8221; indicating successful initalization; or</li>
<li>&#8220;false&#8221; indicating a problem with initialization</li>
</ul>
<p>So changing it to return a reference might have unexpected results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Addison</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-32</link>
		<dc:creator>Steve Addison</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-32</guid>
		<description>Thanks for spotting the error! I&#039;ll post a revised version of the RTE code.</description>
		<content:encoded><![CDATA[<p>Thanks for spotting the error! I&#8217;ll post a revised version of the RTE code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwarner</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-29</link>
		<dc:creator>mwarner</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-29</guid>
		<description>actually...it was just that one call that was trying to pass two vars.  The other readElement calls were fine, so I just removed the $SCOInstanceID from the call in getValue.php. 

I also modified the javascript in api.php so the function LMSInitialize returns a reference to itself (return this) instead of true.

With those two modifications, all seems to be working well enough for me to begin integrating it with our LMS.

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>actually&#8230;it was just that one call that was trying to pass two vars.  The other readElement calls were fine, so I just removed the $SCOInstanceID from the call in getValue.php. </p>
<p>I also modified the javascript in api.php so the function LMSInitialize returns a reference to itself (return this) instead of true.</p>
<p>With those two modifications, all seems to be working well enough for me to begin integrating it with our LMS.</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwarner</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-28</link>
		<dc:creator>mwarner</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-28</guid>
		<description>Hi Steve,

this works great, but there is an error in the subs.php file.  The function readElement in there is expecting only one var, but the call in getValue.php is sending two, causing no value to be retrieved from the db.  I&#039;ve changed readElement in subs.php to reflect this:

function readElement($SCOInstanceID,$varName)

Now, on to more testing.  Thanks for building this.  I was dreading building an API from scratch.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>this works great, but there is an error in the subs.php file.  The function readElement in there is expecting only one var, but the call in getValue.php is sending two, causing no value to be retrieved from the db.  I&#8217;ve changed readElement in subs.php to reflect this:</p>
<p>function readElement($SCOInstanceID,$varName)</p>
<p>Now, on to more testing.  Thanks for building this.  I was dreading building an API from scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pragmatic eLearning &#187; VS SCORM 1.2 RTE Rev 1.0 Available</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-17</link>
		<dc:creator>Pragmatic eLearning &#187; VS SCORM 1.2 RTE Rev 1.0 Available</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-17</guid>
		<description>[...] If you&#8217;ve been following my journey of discovery into the SCORM 1.2 standard, you might be interested in taking a look at my Run-Time Environment (RTE) code as it now stands. You can download a code bundle from the VSSCORM website. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you&#8217;ve been following my journey of discovery into the SCORM 1.2 standard, you might be interested in taking a look at my Run-Time Environment (RTE) code as it now stands. You can download a code bundle from the VSSCORM website. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcasolutions</title>
		<link>http://www.vsscorm.net/2009/08/19/download-vs-scorm-1-2-rte-rev-1-0/comment-page-1/#comment-7</link>
		<dc:creator>jcasolutions</dc:creator>
		<pubDate>Tue, 25 Aug 2009 14:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=619#comment-7</guid>
		<description>I am very interested in how your project has turned out so far. I have downloaded it and will try to get you feedback as I evaluate the code.</description>
		<content:encoded><![CDATA[<p>I am very interested in how your project has turned out so far. I have downloaded it and will try to get you feedback as I evaluate the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

