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:
- Publish the Captivate file as SCORM.
- Open the HTML wrapper file with the same name as your course.
- Find the following line of code:
- strURLParams += (strURLParams==""?"?":"&") + "SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
- Change the line of code to:
- strURLParams = "?SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
- Save the HTML file and zip up all the files.
- Upload zip to LMS.
See this blog for more information: http://thedesignspace.net/MT2archives/000826.html