I have a course in which I have inserted a graphics component and in the body text of this component I have inserted a link to the next chapter (another page in the course):
Click <a href="#/id/57d9968b1f2aa67804051064">here</a> for the next chapter.
When I run the course from a normal website the link is resolved as:
https://web.moch.dk/mycourse_20170118/#/id/57d9968b1f2aa67804051064
And when I make a SCORM package and load it into SCORM Cloud the link is resolved as:
https://cloud.scorm.com/sandbox/content/courses/45MN2ZJO0D/mycourse_201701186e55d4cf-7052-4f8f-9215-ebdb20a1001b/0/index_lms.html#/id/57d9968b1f2aa67804051064
Both works - except for in IE11...
In IE11 the first link is ok, but the latter freezes the course and makes the page unresponsive.
Does anyone have a similar experience, and maybe found a solution to this?
(the course is made uing AT v. 0.3.0 and FW v. 2.0.16)