Found 16 bookmarks
Newest
SCORMBridge: Stream SCORM Content Securely and Seamlessly
SCORMBridge: Stream SCORM Content Securely and Seamlessly
This is a tool for distributing SCORM files without providing the actual full file, useful for licensing content to clients. This can also be used to update a single published source file and have the changes propagate through multiple LMSs for different sites.
·scormbridge.com·
SCORMBridge: Stream SCORM Content Securely and Seamlessly
What is Conveyor?
What is Conveyor?
Conveyor is a "Learning Content Distribution System" similar to SCORM Cloud Dispatch. This lets you share SCORM files with other organizations and across multiple LMSs from a single central location.
·help.knowledgeanywhere.com·
What is Conveyor?
scormPROXY | cloud SCORM for remote elearning distribution
scormPROXY | cloud SCORM for remote elearning distribution
SCORM Proxy works similarly to SCORM Cloud Dispatch. You upload a SCORM file and then create a connector/dispatch package that clients can upload to their LMS. With the dispatch, you can manage licenses for different clients and update content remotely.
·welcomenext.com·
scormPROXY | cloud SCORM for remote elearning distribution
How to Copy Text from Flash Courses When You Don't have the Original File | The Rapid E-Learning Blog
How to Copy Text from Flash Courses When You Don't have the Original File | The Rapid E-Learning Blog
Images and audio files are relatively easy to recover from a published SCORM package, but text is hard to get from courses if they were published in Flash only. This shows two methods for using OCR to get text from Flash images.
·blogs.articulate.com·
How to Copy Text from Flash Courses When You Don't have the Original File | The Rapid E-Learning Blog
Extract content from SCORM package - Building Better Courses Discussions - E-Learning Heroes
Extract content from SCORM package - Building Better Courses Discussions - E-Learning Heroes
I'm bookmarking this for Matthew Bibby's reply. If you have only the published SCORM files for a course published in Storyline 3 or 360, you can use this Javascript code snippet to select the onscreen text. That at least lets you copy and paste rather than retyping everything.
<p>If the course was published with SL3 or SL360 then dropping this code in the JS console will allow you to select the text onscreen (so it can be copied):</p> <pre>document.querySelectorAll('text').forEach(node =&gt; {<br> node.style.pointerEvents = 'all';<br> node.style.userSelect = 'all'<br>});</pre> <p><a href="https://blogs.articulate.com/rapid-elearning/how-to-copy-text-from-flash-e-learning-courses-html5/" target="_blank">This article</a>&nbsp;may also be helpful.</p>
·community.articulate.com·
Extract content from SCORM package - Building Better Courses Discussions - E-Learning Heroes
RELOAD Project
RELOAD Project
This is an older tool and doesn't look like it's being maintained anymore (the last news update is from 2008), but it appears to be able to repackage SCORM packages. Might be worth testing if you have SCORM packages created in software you don't otherwise have access to.
·reload.ac.uk·
RELOAD Project