Best practice forum (Archived)

Captivate 5 not loading

 
RaynKatherine
Captivate 5 not loading
RaynKatherine 发表于 2011年06月16日 Thursday 17:14
小组 Partners

Hi

Captivate 5 has a number of bugs that have caused problems. Including SCO activities getting stuck on the gray loading page. 

This is a problem in how Captivate communicates with Totara.

It is fixablable:

  1. Publish the Captivate file as SCORM.
  2. Open the HTML wrapper file with the same name as your course.
  3. Find the following line of code:
    1. strURLParams += (strURLParams==""?"?":"&") + "SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
  4. Change the line of code to:
    1. strURLParams = "?SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
  5. Save the HTML file and zip up all the files.
  6. Upload zip to LMS.

See this blog for more information: http://thedesignspace.net/MT2archives/000826.html



该论坛帖子已被删除
2011年06月17日 Friday 03:43
该论坛帖子的内容已被删除,无法再访问。