Forum Discussion
Combining multiple scorm packages possible?
I have created five separate courses in Articulate Storyline, all falling under a single course name. This approach was chosen because each module (or course) needs an assessment at the end, which must be tracked individually. Since Articulate Storyline only allows one Storyline block to be tracked per export, I opted for this method. However, the client now prefers to have everything packaged into one SCORM file to reduce costs associated with uploading files to their LMS.
I am unsure of the best course of action. Is there a way to combine the five files into one SCORM package while retaining tracking for each module's assessment?
What I had envisioned was a setup on their LMS where a course banner would link to the five files and modules, allowing learners to select each module as they are ready to start. However, the client prefers a single packaged SCORM file, which I couldn't achieve due to the need for individual module tracking.
4 Replies
- NedimCommunity Member
Does this happen in all browsers, or is it specific to one? Try executing this JavaScript when the timeline starts on this slide:
var inputs = document.querySelectorAll('.acc-textinput'); inputs.forEach(function(input) { input.setAttribute('autocomplete', 'off'); input.setAttribute('autocorrect', 'off'); input.setAttribute('spellcheck', 'false'); });
- ThomasUmphresCommunity Member
I've just tested it on Edge.
I'll have to try that script if our IT people say there's no way to fix it on their end. But it will be a lot of slides unfortunately. Thanks.
- ThomasUmphresCommunity Member
Posted the photo here so you don't need to download it.
Hello ThomasUmphres,
Thanks for reaching out!
The "Saved info" box in your screenshot is a browser feature. You cannot change or modify the behavior within Storyline 360, and you can only turn this feature off through your browser's settings. If you're using Google Chrome, here's a forum that discusses how to do so. You can contact your IT team to see if this change can be pushed to all machines through group policies.
- ThomasUmphresCommunity Member
- ianhutchings-69Community Member
I need to do the same - can you share the third party tools please.
Hi, Fin!
Thanks for reaching out!
Articulate doesn't have a tool to consolidate SCORM files into one single file. I see my teammate, Lejan, sent you some related discussions about using a third-party tool to combine multiple SCORM files.
I hope this helps!
- ferari94Community Member
Hi,7
Could it be possible to share the 3rd party tool you are talking about ?
- ianhutchings-69Community Member
Were you able to do this? Did you find a third party tool?