<?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: Repackaging Articulate content to allow multiple SCO&#8217;s?</title>
	<atom:link href="http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/</link>
	<description>Articulate technology and tech usability.</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:40:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Dave Mozealous</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-15428</link>
		<dc:creator>Dave Mozealous</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-15428</guid>
		<description>Hi Pawel,

If you want to track multiple quizzes you would need to break each individual quiz into an individual SCO.

So essentially this is what you would need to do:
1. Open each independent quiz and publish it to SCORM
2. Repackage it using the multi-sco method mentioned

-Dave</description>
		<content:encoded><![CDATA[<p>Hi Pawel,</p>
<p>If you want to track multiple quizzes you would need to break each individual quiz into an individual SCO.</p>
<p>So essentially this is what you would need to do:<br />
1. Open each independent quiz and publish it to SCORM<br />
2. Repackage it using the multi-sco method mentioned</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-15424</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-15424</guid>
		<description>Hi!
I have a problem with multiply quiz tracking in SCORM
... but the problem is.. that i have only one SCO, and inside it I have couple of quizes. In articulate during producing SCORM i can choose only one quiz which can be track and scores can be send to LMS. How can I achieve my goal? tracking couple of scores from different quizes inside one SCO and make from them average score?

Thanks, 
Best Regards
Pawel</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I have a problem with multiply quiz tracking in SCORM<br />
&#8230; but the problem is.. that i have only one SCO, and inside it I have couple of quizes. In articulate during producing SCORM i can choose only one quiz which can be track and scores can be send to LMS. How can I achieve my goal? tracking couple of scores from different quizes inside one SCO and make from them average score?</p>
<p>Thanks,<br />
Best Regards<br />
Pawel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-15004</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Wed, 14 Dec 2011 22:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-15004</guid>
		<description>Hi Dave, 

Thanks to your blog and others, I have made tremendous progress!! Thank you so much!!  I was able to create a mutli sco package using simple scorm packager and also learned how to use reload to create the packages from scratch. Thanks you also for the information on the Debug window!

I am putting the final touches on my package and was wondering if you might be able to help me with the making the first articulate sco automatically go to the second sco when the first sco is complete.  I found information on this site on how to modify the articulate package to do this:  http://scormdev.blogspot.com/2011/01/articulate-sco-to-sco-scorm-2004.html#comment-form  But this method does not seem to work.  Do you happen to have any other ideas on how to do this?  

Any direction you can provide is greatly appreciated!  

Susan</description>
		<content:encoded><![CDATA[<p>Hi Dave, </p>
<p>Thanks to your blog and others, I have made tremendous progress!! Thank you so much!!  I was able to create a mutli sco package using simple scorm packager and also learned how to use reload to create the packages from scratch. Thanks you also for the information on the Debug window!</p>
<p>I am putting the final touches on my package and was wondering if you might be able to help me with the making the first articulate sco automatically go to the second sco when the first sco is complete.  I found information on this site on how to modify the articulate package to do this:  <a href="http://scormdev.blogspot.com/2011/01/articulate-sco-to-sco-scorm-2004.html#comment-form" rel="nofollow">http://scormdev.blogspot.com/2011/01/articulate-sco-to-sco-scorm-2004.html#comment-form</a>  But this method does not seem to work.  Do you happen to have any other ideas on how to do this?  </p>
<p>Any direction you can provide is greatly appreciated!  </p>
<p>Susan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Mozealous</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-14653</link>
		<dc:creator>Dave Mozealous</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-14653</guid>
		<description>Hi Susan,

You can turn on an option to turn on debugging to see what is being communicated.  Here is how you do that:
1. Publish as you normally would
2. Navigate to your published \lms\Configuration.js file
3. Find this line:

var SHOW_DEBUG_ON_LAUNCH = false;	
4. Change it to:
var SHOW_DEBUG_ON_LAUNCH = true;

Repeat for all the various SCOs.
5. Upload the package again to your LMS

This should launch a debug window each time the SCO is attempted, and should show the communication happening with the LMS.</description>
		<content:encoded><![CDATA[<p>Hi Susan,</p>
<p>You can turn on an option to turn on debugging to see what is being communicated.  Here is how you do that:<br />
1. Publish as you normally would<br />
2. Navigate to your published \lms\Configuration.js file<br />
3. Find this line:</p>
<p>var SHOW_DEBUG_ON_LAUNCH = false;<br />
4. Change it to:<br />
var SHOW_DEBUG_ON_LAUNCH = true;</p>
<p>Repeat for all the various SCOs.<br />
5. Upload the package again to your LMS</p>
<p>This should launch a debug window each time the SCO is attempted, and should show the communication happening with the LMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-14652</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-14652</guid>
		<description>Hi there!  I just tried making the multi-sco package with Manifest maker. It works great, except that the LMS doesn&#039;t know that I have attempted the sco and completion is no longer tracked. How do make sure that articulate data is being communicated to the LMS for each SCO?</description>
		<content:encoded><![CDATA[<p>Hi there!  I just tried making the multi-sco package with Manifest maker. It works great, except that the LMS doesn&#8217;t know that I have attempted the sco and completion is no longer tracked. How do make sure that articulate data is being communicated to the LMS for each SCO?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multiples SCO&#8217;s con articulate &#171; My Blog</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-12685</link>
		<dc:creator>Multiples SCO&#8217;s con articulate &#171; My Blog</dc:creator>
		<pubDate>Mon, 25 Jul 2011 20:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-12685</guid>
		<description>[...] (via: mozealous) [...]</description>
		<content:encoded><![CDATA[<p>[...] (via: mozealous) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila rosser</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-12638</link>
		<dc:creator>Sheila rosser</dc:creator>
		<pubDate>Thu, 21 Jul 2011 22:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-12638</guid>
		<description>I have three PowerPoint/Articulate (ppt) presentations.  I used RELOAD Editor to package them together as a multiple SCO package.  Module 1 is a prerequisite for Module 2 and Module 2 is a prerequisite for Module 3.  When published to the LMS all there modules show in the topic navigation tree.  I have eixt tab enabled on all.  I go through M1 to the last slide and complete that.  The play ribbon at the bottom says &quot;Course Complete&quot;.  When I hit the Exit button, nothing happens.  the module is never recorded as being complete.  When I package uisng Simple Scorm Packager, I do not have this problem and can complete all modules.  I know that SSP does not allow for prerequisites.  I alos ran the SCORM 1.2 Content Package Conformance Test.  The package that I made using SSP passed the conformance test.  The package that I made using RELOAD EDITOR did not pass the conformance test.  I got the following errors: Time out exceeded and LMSInitialize() never invoked.  Any help would be appreciated.  Thanks.</description>
		<content:encoded><![CDATA[<p>I have three PowerPoint/Articulate (ppt) presentations.  I used RELOAD Editor to package them together as a multiple SCO package.  Module 1 is a prerequisite for Module 2 and Module 2 is a prerequisite for Module 3.  When published to the LMS all there modules show in the topic navigation tree.  I have eixt tab enabled on all.  I go through M1 to the last slide and complete that.  The play ribbon at the bottom says &#8220;Course Complete&#8221;.  When I hit the Exit button, nothing happens.  the module is never recorded as being complete.  When I package uisng Simple Scorm Packager, I do not have this problem and can complete all modules.  I know that SSP does not allow for prerequisites.  I alos ran the SCORM 1.2 Content Package Conformance Test.  The package that I made using SSP passed the conformance test.  The package that I made using RELOAD EDITOR did not pass the conformance test.  I got the following errors: Time out exceeded and LMSInitialize() never invoked.  Any help would be appreciated.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De Wet</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-10237</link>
		<dc:creator>De Wet</dc:creator>
		<pubDate>Thu, 21 Apr 2011 08:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-10237</guid>
		<description>Hi Dave

Thanks for the reply! I have made contact with them and I was told that I have to set this in the LMS. Unfortunately Moodle does not allow me to set nativation:(

De Wet</description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>Thanks for the reply! I have made contact with them and I was told that I have to set this in the LMS. Unfortunately Moodle does not allow me to set nativation:(</p>
<p>De Wet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Mozealous</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-10224</link>
		<dc:creator>Dave Mozealous</dc:creator>
		<pubDate>Tue, 19 Apr 2011 14:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-10224</guid>
		<description>Hey De Wet,

It has been a long time since I wrote this post, so I am not exactly sure how this works any more....

Have you thought about contacting the folks who build SSP to see if it can be done using their tool?

-Dave</description>
		<content:encoded><![CDATA[<p>Hey De Wet,</p>
<p>It has been a long time since I wrote this post, so I am not exactly sure how this works any more&#8230;.</p>
<p>Have you thought about contacting the folks who build SSP to see if it can be done using their tool?</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De Wet</title>
		<link>http://www.mozealous.com/repackaging-articulate-content-to-allow-multiple-scos/comment-page-1/#comment-10163</link>
		<dc:creator>De Wet</dc:creator>
		<pubDate>Mon, 18 Apr 2011 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?p=12#comment-10163</guid>
		<description>Hi Dave
I have been trying to create a course using articulate and Simple SCORM Packager. SSP allows me to track more than one quiz in one lesson.
The problem that I&#039;m having is that my LMS (Moodle) does not move from SCO to the next SCO automatically. So I have say 5 SCOs in my course, two of which are quizzes. When SCO 1 is finished (it might be a slide that should display for a couple of seconds, or it might be a video), it should start playing SCO 2 (this might be the quiz), and when the quiz is done, it should move to SCO 3. You get the idea. This implies two major needs: 1 to track more than one quiz in Moodle and  2 for Moodle to move from SCO to the next SCO automatically, without the user having to click next or something.

I really hope you can help me!

Cheers
De Wet Neethling</description>
		<content:encoded><![CDATA[<p>Hi Dave<br />
I have been trying to create a course using articulate and Simple SCORM Packager. SSP allows me to track more than one quiz in one lesson.<br />
The problem that I&#8217;m having is that my LMS (Moodle) does not move from SCO to the next SCO automatically. So I have say 5 SCOs in my course, two of which are quizzes. When SCO 1 is finished (it might be a slide that should display for a couple of seconds, or it might be a video), it should start playing SCO 2 (this might be the quiz), and when the quiz is done, it should move to SCO 3. You get the idea. This implies two major needs: 1 to track more than one quiz in Moodle and  2 for Moodle to move from SCO to the next SCO automatically, without the user having to click next or something.</p>
<p>I really hope you can help me!</p>
<p>Cheers<br />
De Wet Neethling</p>
]]></content:encoded>
	</item>
</channel>
</rss>

