March 21, 2011
Solution to Captivate SCORM course freeze issue on some LMSs
Comments
(19)
March 21, 2011
Solution to Captivate SCORM course freeze issue on some LMSs
Followers: 0 people
(19)

When I try to take Captivate SCORM course on some Learning Management Systems (LMS) which support both SCORM and AICC, Captivate SCORM course freezes on load with “Loading…” screen and does not move forward. This is usually seen with only few LMSs which support both SCORM and AICC. When I look at the SCORM API calls to LMS, I don’t see Initialize API being called at all. When dug deeper, I found that Captivate course was loaded as SCORM course by LMS but course was trying to make AICC calls. 

The reason for this was that LMS was also sending AICC parameters in course URL though course was loaded as a SCORM course. In Captivate SCORM HTM, all the course URL parameters are propagated to Captivate SWF along with SCORM type and SCORM version. If the URL parameters contain AICC parameters then Captivate SWF tries to make AICC calls. So, solution to this problem is just not to propagate the course URL parameters to Captivate SWF. This requires simple SCORM HTM template change.

Please follow the steps described below:

1. Please go to $CaptivateInstallFolder/Templates/Publish/SCORM/1_2
2. You will find Default.htm and Custom.htm
3. Open the Default.htm file.
4. Find the following line of code:
strURLParams += (strURLParams==””?”?”:”&”) + “SCORM_API=” + g_zAPIVersion + “&SCORM_TYPE=” + g_intAPIType;
5. Change that line of code to this:
strURLParams = “?SCORM_API=” + g_zAPIVersion + “&SCORM_TYPE=” + g_intAPIType;
6. Save the html file.
7. Publish the course now and use the SCORM package on LMS.

Repeat the same steps for SCORM 2004 if required. Updated HTM template for SCORM 1.2 is attached

This issue will be fixed in the upcoming version of Captivate.

19 Comments
2015-04-01 20:12:00
2015-04-01 20:12:00

Hello
Does anyone know if this works with Captivate v7? I have the same problem with ESR’s platform.
Thanks

Like
(1)
>
Anonymous
's comment
2015-04-02 11:50:00
2015-04-02 11:50:00
>
Anonymous
's comment

Hi Amanda,

Can you explain the exact issue that you are facing and on which platform. Please specify all the details and drop a mail to agnihotr@adobe.com.
We will surely be able to help you.

Regards
Shriyansh
Adobe Engineering Team.

Like
2012-06-14 14:44:00
2012-06-14 14:44:00

I’ve had this problem, it was just affecting me, my other colleagues it was working fine. I’m using Cpativate 5.5, Totora/Moodle, IE v8.

The solution for me was to go into Totora, there is a record of who had taken the SCORM module, and I deleted my record. I tried it again and it worked.

Like
2012-02-05 00:47:00
2012-02-05 00:47:00

I have a Captivate 5.5 course for SumTotal Scorm 2004. Required to use bookmarks. After launching successfully the first time, then closing the course midway through, the relaunch gives a blank white screen. No loading, no nothing. Code for default.htm and custom.htm matches above fix so that’s not the issue. Has there been an update to this issue?

Like
2011-10-13 17:46:00
2011-10-13 17:46:00

I have problem. When I create multiscorm in captivate 5.5, in saba i can’t go to next projekt (button: open another project). What is wrong?

Like
2011-10-13 00:59:00
2011-10-13 00:59:00

This “fix” does not work at least for me. I am using Captivate 5.5 IE 9 or 10. This did not occur with Captivate 4.0.
I took the time to review the deafult htm file code and comapre it to the template included above. I could not find any difference between the 5.5 version and dnayak, but I tried the template anyway. No success.
THis is a course originally created and published in Captivate 4.0 that includes a quiz imbedded in the course. The user does not have to pass the quiz (more of a status check to encourage them to review misunderstood content). Inital launch goes fine. Relaunching once completed, results in this endless loop “Loading…”.

Like
(1)
>
Anonymous
's comment
2011-10-13 10:25:00
2011-10-13 10:25:00
>
Anonymous
's comment

Hi Ted,

Your project may have a different issue if this is not working for you. Is it possible for you to share your project or a sample project where this issue is reproducible. We will investigate it. Also, let me know what LMS are you using?

Jayashree
Engg. Manager
Captivate

Like
2011-08-25 12:39:00
2011-08-25 12:39:00

This patch may be causing issues in IE 8 compatibility view. It may be worth checking out and testing.
http://moodle.org/mod/forum/discuss.php?d=182002

Like
2011-07-13 15:41:00
2011-07-13 15:41:00

We are able to publish our projects to our SCORM LMS system and they run (although a bit slow). We publish them as an .exe zip file. My question is two-part: One, we want to try to activate the right-click action by changing the .exe file to htm. If we do this, our project may not be able to fit in full screen mode which, to my understanding is the reason we published them as a .exe file.

Is there a solution to uploading the files to the LMS as a swf htm file so that we can view screen and the incorporate the right-click feature.

Like
2011-07-01 22:57:00
2011-07-01 22:57:00

on my last post, this will fix of freezing in LMS

Like
2011-07-01 22:56:00
2011-07-01 22:56:00

If you use SCORM 1.2,

go to this file
C:Program FilesAdobeAdobe Captivate 5.5TemplatesPublishSCORM1_2SCORM_support

and edit scorm_support.js in notepad. Then in the second line of code change it to

var g_nAPI = 1;

Like
2011-06-08 01:28:00
2011-06-08 01:28:00

I have tried the suggestion above, however it did not work for me. I am using Learn.com (LMS). The only thing I have found to resolve the Loading… issue is to turn on the LMS customization for returning resume data, however this prevents any type of bookmarking which is also an issue. Does anyone have any other suggestions?

Like
(1)
>
Anonymous
's comment
2011-12-14 01:11:00
2011-12-14 01:11:00
>
Anonymous
's comment

Hi, I am having the same problem… and algo use Learn.com…but mine happens with some users specifically and this issue is not all the time. It happens when certain user access a course he has previously opened.

My courses are Scorm 1.2 , and I tried the fix for the Default.html but it didn’t work.

Did you find another solution for this? I do not want to remove the bookmarking option for the users.

Thank you!

Like
2011-06-01 23:06:44
2011-06-01 23:06:44

This is still an major issue in CP 5 and CP 5.5. Always freezes only the first time with IE on the very first slide. I am using IE 9 (but happens on other IE versions as well) LMS is Moodle
There are custom widgets, but none of them do anything with SCORM. They have been delayed to load as well. There are some questions as well.

Like
2011-05-05 05:19:41
2011-05-05 05:19:41

We created two CBT courses using Adobe Captivate 4. We used the aggregator to join several modules into one course with a TOC on the left. Our writer said she did not use SCORM. I imagine that’s true if the use was not automatic. Some of our customers have complained about the course hanging. That writer is gone. I republished the course and tried it myself – it opened just fine. Two others here tried to open it, and it hangs for them as well. I may not have the most recent Adobe Reader and others may have a more recent version of that. One person suggested that might be the problem. I’m at a loss to figure out what to do. Should I apply the code supplied by Dnayak, even though I believe we are not using SCORM??

Like
(1)
>
Anonymous
's comment
2011-05-05 16:58:44
2011-05-05 16:58:44
>
Anonymous
's comment

Claudette, if the files are inside a published pdf document, then they aren’t using any LMS reporting. Perhaps the easiest way to gain some clarity is for you to share the project with us via wish-captivate (at) macromedia (dot) com. Is that something you can do? Meanwhile a series of questions to help understand the project better.

Does the project contain any quiz?
Does the project always freeze on the same slide?
Is the freezing new behavior? When did it start?
Does the project contain any custom widgets?
Does the project always freeze on the same slide or slides?
Does the project branch – use buttons or other interactive elements to navigate from one point to another?

Like
2011-04-25 00:39:32
2011-04-25 00:39:32

Hi Dnayak,

Just made it work. Instead of correcting the .Htm file I just used your template, and then it worked. I must have made some error in the correction. Thanks much for this post, this is great!

Like
2011-04-25 00:00:52
2011-04-25 00:00:52

Hi Dnayak,
I followed your guide but it did not work for me. Now when I try to open the course as a student in my LMS(eFront) I just get a white screen. Nothing happens and nothing seems to be happening. The browser does not freeze, I am able to navigate freely but only white space is displayed instead of the SCO, which is normally displayed without this change(It freezes only sometimes in IE).
I also looked at your attached template to find differences between my corrected .Htm file and your template. I was unable to find a difference. Are you certain about the specifications in this post?

Thank you in advance, I will appreciate any help you can offer.
/Niklas

Like
2011-04-08 20:45:10
2011-04-08 20:45:10

was this fixed also in the “HotFix” for the AICC loading issues?

Like
Add Comment