Forum Discussion
FabioMontiel
4 months agoCommunity Member
Help finding a broken URL inside of a SCORM package
We are trying to find and remove a broken URL inside a course that was built by an external vendor using Articulate Storyline 1.3 version: 1.3.1305.2012. We don't have the original articulate file w...
Jürgen_Schoene_
Community Member
it's a wrapped xml document, the special xml format is complete undocumented
done:
- find the js slide.js the link (6cbKTLz0xxq.js)
- convert it from unreadable js to xml
toDo:
- remove the button with the trigger (easy)
- write a new wrapper function (xml into js) in javascript (not so easy)
- analyse the existing js loader (???)
- test it and if one error was made before, the slide will not load (it will be fun)
I have to think about it ...
important: I need the name of the chapter/slide, where the link can be clicked
FabioMontiel
4 months agoCommunity Member
That's where it is located that's the chapter/slide