Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

File SCORM Captivate - LMS (SumTotal)

New Here ,
Dec 30, 2015 Dec 30, 2015

Hi.

I exported some courses in Captivate 9 as files SCORM 1.2.

I installed the files in LMS SumTotal but it appears this notice:

pan.png

How can i export the files SCORM to make it work in Sumtotal?

681
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Dec 31, 2015 Dec 31, 2015

You'll need to check the Document mode declaration the the scorm index.html file. More than likely it is:

<meta http-equiv="x-ua-compatible" content="IE=10">

You'll need to change it to:

<meta http-equiv="X-UA-Compatible" content="IE=edge">

Depending on the circumstances, your page cannot override the doc mode of the page it is being displayed in, the sumtotal frame your content displays in.

When you find a setting that works you can change the scorm template file so the doc mode is always correct.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 12, 2016 Jan 12, 2016

Thanks for responding.

I did this change but my customer still has the same problem.

Is rare because he the opens wiht Internet Explorer 10.

I tried it with Internet Exporer 11 and it worked.

What can I do?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Jan 12, 2016 Jan 12, 2016
LATEST

Try removing the meta tag completely. An HTML5 doctype declaration is supposed to automatically use the document mode of the browser.

<!doctype html>

<html>

<head>

<meta charset= "utf-8">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources