Hello everybody,
I’m using adapt framework 1.0.8 and I’ve a problem with Internet Explorer 11 (and Edge).
I have a course containing 160 components, divided into 9 pages.
On entering the course, Explorer freezes on the loading page. It seems that the process of checking the completion of the components by the Spoor plugin is causing this freezing.
IE 11 (and Edge) needs 3 minutes to open the course, while Firefox, Chrome and Safari take only 3 seconds!
This is an example of the “suspend-data” of the course:
{"completion":"-111111111111111111111111111111111111001000111111111100001111111111111111111110000","questions":"ECIXogmIAD0BMQ4MfCgEXogmIAEEBMQ4MfCgBXogmIAEQBMQ4MfCgB","_isCourseComplete":false,"_isAssessmentPassed":false}
The more “1” we have, the more IE11 is slow on entering the course.
With all “0” (nothing is completed) the course opens just fine, in a second.
With all “1” (everything is completed) IE11 freezes and the course opens in 3 minutes…
Any suggestions?