Copy link to clipboard
Copied
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:
How can i export the files SCORM to make it work in Sumtotal?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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">