Download simple scorm packager
Author: c | 2025-04-24
Simple SCORM Packager download Simple SCORM Packager (SSP) allows you to package a existing course into a SCORM
Simple SCORM Packager Download - The Simple SCORM Packager
Version 0.2.5DocumentationCreates SCORM package from source directory.Supported Scorm versions:SCORM 1.2SCORM 2004 3rd EditionSCORM 2004 4th EditionInstallationnpm install simple-scorm-packagerInitialization Options Object{type} [default]version {string} ['1.2'] Version of SCORM schema. Available options:'1.2''2004 3rd Edition' alias '2004.3' alias '2004v3''2004 4th Edition' alias '2004.4' alias '2004v4'organization {string} [''] Company namelanguage {string} ['en'] Language of the package ( ISO )title {string} ['']identifier {string} [null] If empty, identifier is generated using:`${package.author || 'com'}.${organization || 'company'}.${title || ''}.${generated uuid}`masteryScore {number} [80]startingPage {string} ['index.html']source {string} ['./'] The path to files from which the package will be createdpackage {object} Available options:zip {boolean} [false] Archives package (NAME_VERSION_DATE.zip)appendTimeToOutput {boolean} [false] Add full Unix time milliseconds to the zip file output, so repeated builds are unique (NAME_VERSION_DATE_TIMESTAMP.zip)outputFolder {string} ['./scorm'] The folder path where you want the zip filesize {number} [null] Provide the package size in bytes, automatically calculated when not set,name {string} [`{$title}`] Package name, defaults to scorm titleauthor {string} [''] Author name, used as default for vcard if not providedversion {string} [process.env.npm_package_version || '1.0.0'] Package versionorganization {string} [`${organization}`] Company namedate {string} [current date YYYY-MM-DD] Package datevcard {object} :author {string} [`${package.author}`] Author nameorg {string} [`${package.organization}` || `${organization}`] Organization name, defaults to organizationtel {string} [''] Telephone number(s)address {string} [''] Addressmail {string} [''] E-mail contacturl {string} [''] website urldescription {string} [''] Provide the course description or the Project Informationkeywords {array} [[]] Keywordsduration {string} ['PT0H0M0S'] The time the media takes to play through, format PT#H#M#StypicalDuration {string} [`${package.duration}` || 'PT0H0M0S'] The time it will take for a typical learner to fully experience the program, format PT#H#M#Srequirements {array of objects of the following structure} [[]]type {string} The type of requirement, eg.: Browser, Osname {string} The name of the type of requirement, eg.: Microsoft Internet Explorerversion {string} The minimum version of the requirementrights {string} [`© ${organization || ''}. All rights reserved.`] Copyright informationProgramatic usage var scopackager = require('simple-scorm-packager'); scopackager({ version: '2004 4th Edition', organization: 'Test Company', title: 'Test Course', language: 'fr-FR', identifier: '00', masteryScore: 80, startingPage: 'index.html', source: './myProjectFolder', package: { version: "0.0.1", zip: true, outputFolder: './scormPackages' } }, function(msg){ console.log(msg); });Adding it to npm scriptsIf you are packaging a project which utilizes npm and has a package.json file, follow the instructions below for adding a SCORM packager to your npm scripts.Create a JavaScript file (typically at the root of your project in the same directory as package.json) scoPackager.jsThe file should contain code to execute this package. Example: var scopackager = require('simple-scorm-packager'); var path = require('path'); const config =
Simple SCORM Packager Download - The Simple SCORM Packager (SSP)
Do you think it would be a daunting task to deliver training videos to your entire staff? Not anymore! You can convert a video into SCORM format, upload it to your LMS to share with your learners, and track their completion status.Now, we’re going to show you how to convert an MP4 video into SCORM format with the iSpring Suite tool.If you don’t have it yet, you can download the course authoring software for free now.What is SCORM?SCORM (Sharable Content Object Reference Model) is an international eLearning standard that helps eLearning content and LMSs communicate and work together effectively.If your course is published in the SCORM format, you can be sure that almost any learning management system (LMS) will recognize and display your courses correctly.Why convert MP4 videos to SCORM?When converted, videos can be embedded within SCORM packages alongside other interactive content, like quizzes or interactions. This integration ensures streamlined content delivery – learners can access the content of SCORM-compliant eLearning courses easily and play course videos from any device. Plus, the SCORM package is easy to share via learning management systems. How to Convert MP4 Video to SCORM: 4 StepsConverting MP4 to SCORM is a simple 4-step process. Let’s break it down, using iSpring Suite, a robust video editor and tool for SCORM course creation.Step 1. Upload your MP4 video files.1. Open iSpring Suite and choose the Courses tab. Click New Course to start a project.2. Find the Insert tab on the PowerPoint ribbon and click on the VideoSimple SCORM Packager (SSP) Download - The Simple SCORM
... Once a package has successfully undergone the workflow process, the package is moved to the editor page. ... type: Shareware ($1 774.00) categories: Create MSI Installer Package, create MSI installer, MSI Packager, MSI Packaging, Application Packaging, MSI, Smart Packager Pro, WinINSTALL MSI Packager Pro, Scalable Software, MSI Installer, MSI Repackaging, Windows Installer Packaging View Details Download Driver Talent 8.1.11.62 download by OSToto Co., Ltd. ... users with diverse hardware configurations. The installation process is straightforward, and the user interface is clean ... system resources while running. The download and installation processes for drivers are swift, minimizing downtime and keeping ... View Details Download Driver Booster PRO 12.3.0.557 download by IObit ... scheduled scanning option, allowing users to automate the process and keep their system running smoothly without manual ... PRO reflects this with its stringent driver vetting process. All drivers are sourced from official manufacturers and ... View Details Download MiTeC System Information X 5.2.1.0 download by Mitec ... X offers a user-friendly interface that simplifies the process of gathering extensive system data. The software is capable of scanning and reporting on a wide range of system attributes, including ... View Details Download PC Info 4.2.0.140 Home download by CobraTek ... about every aspect of your computer. From the processor and motherboard to the graphics card and network ... software diagnostics. It can enumerate installed applications, running processes, and system drivers, giving you a holistic view ... View Details Download. Simple SCORM Packager download Simple SCORM Packager (SSP) allows you to package a existing course into a SCORMSimple SCORM Packager (SSP) Download - The Simple
HTML5 pages and websites (with JS code) — this will require a developer’s assistance with experience in SCORM/LMS projects, or you can follow the workaround below.Turning HTML to SCORM: The Manual WayIf you need to convert plain HTML with pictures and schemas into SCORM packages (aka SCO), it’s quite doable manually if you know the course structure. There is a SCORM packaging description for developers on the official SCORM website, but we can download an SCO example and learn the ropes as we go.To get off to a quick start, it’s recommended that you select a single SCO download option for SCORM 1.2. Without further ado, let’s integrate our HTML example into this learning course.1. Right click on the downloaded zip file, select Extract All and then go the containing folder:2. Go to the res folder (resources) and replace the index.html file with whatever HTML you have, but rename it to ‘index’ as well.3. Navigate one folder up and open the imsmanifest.xml file with any text editor (brackets.io or Notepad++).4. Change both tags to whatever course name you want it to be (here, it’s called SCORM course).5. List all the resources that your HTML page includes.6. Zip the course root folder (with the manifest file) by selecting all the files and clicking Send to > Compressed (zipped) folder:7. Give it a unique and descriptive name and get ready for uploading.8. Test your course in SCORM Cloud or upload it directly to your LMS.Here’s our custom HTML webpage running nicely in SCORM Cloud:If you haven’t selected a learning management system yet, give iSpring Learn a try; it has SCORM support too.Turning HTML to SCORM with Authoring ToolsAs mentioned above, fiddling with SCORM structures manually is possible, but time consuming. Plus, it may not cover all the reporting capabilities. If you need to make HTML5 interactions such as quizzes and games in SCORM, you’ll probably need to hire developers to integrate your source HTML in learning environments such as Moodle or your corporate learning management system.If hiring a team of developers isn’t an option for your project, the easiest way would beSimple SCORM Packager 2.8 - Download
There are prerequisites for using SCORM packages. To learn more see What is a course SCORM package.Note: The training course must have a Course pass before you can download a SCORM package. To learn more see How to add a Course pass.To download a SCORM package:Click the Settings tab on the menu bar at the top of the page.In the COURSES card click SCORM & Course passes.Scroll down to the Course passes card.Find your course in the list and click the menu on the right of the course details.Under SCORM packages, select the package version.The package is saved in ZIP file format in your local downloads folder.Log-in to your third party LMS and upload the SCORM package.We work with the following third party Learning Management System (LMS) providers to ensure that our SCORM packages behave as expected within their software. Click the relevant name to link to their SCORM package upload instructions.Docebo MoodleLitmos Absorb Talent LMS Adobe Captivate PrimeWe recommend that you test the course in your third party LMS before making it available to your learners. Check that you can access all parts of the course and that completion is recorded as expected in your third party LMS.Note: iHasco are not responsible for the behaviour of our course content within a third party LMS. Was this article helpful? That’s Great! Thank you for your feedback Sorry! We couldn't be helpful Thank you for your feedback Feedback sent We appreciate your effort and will try to fix the articleSimple SCORM Packager (SSP) Download
Glexa Fullscreen Button - Enhance your LMS experienceThe Glexa Fullscreen Button is a Chrome add-on developed by ccmc-ito that adds a fullscreen button to the SCORM course screen in the LMS platform, Glexa. This free add-on addresses the limitation of not being able to enlarge SCORM courses within the Glexa LMS.With the Glexa Fullscreen Button, users can now easily expand the SCORM course content by simply clicking on the fullscreen button located at the bottom of the SCORM course sidebar. This enhancement provides a more immersive learning experience, allowing users to view the course content in fullscreen mode without any distractions.Overall, the Glexa Fullscreen Button is a valuable addition to the Glexa LMS, providing users with the ability to maximize their learning experience by easily accessing fullscreen mode for SCORM courses. This add-on is a must-have for Glexa users looking to enhance their LMS experience.Program available in other languagesดาวน์โหลด Glexa Fullscreen Button [TH]ダウンロードGlexa Fullscreen Button [JA]Scarica Glexa Fullscreen Button [IT]Tải xuống Glexa Fullscreen Button [VI]Download Glexa Fullscreen Button [NL]Glexa Fullscreen Button 다운로드 [KO]Glexa Fullscreen Button herunterladen [DE]تنزيل Glexa Fullscreen Button [AR]Скачать Glexa Fullscreen Button [RU]Ladda ner Glexa Fullscreen Button [SV]Télécharger Glexa Fullscreen Button [FR]Download do Glexa Fullscreen Button [PT]Unduh Glexa Fullscreen Button [ID]Descargar Glexa Fullscreen Button [ES]Glexa Fullscreen Button indir [TR]下载Glexa Fullscreen Button [ZH]Pobierz Glexa Fullscreen Button [PL]Explore MoreLatest articlesLaws concerning the use of this software vary from country to country. We do not encourage or condone the use of this program if it is in violation of these laws.Simple SCORM Packager - jcasolutions.com
About Sony Ericsson DRM Packager Sony Ericsson DRM Packager 000 is software program developed by Sony Ericsson DRM Packager under Free license and categorised as Audio software programs. Sony Ericsson DRM Packager primary supported file format is .DCF and can open other related file types, please see the complete list of all supported file formats by Sony Ericsson DRM Packager. For more details, features and authorized downlink, please visit the official publisher website. DCF Free online Apps & Tools We have also gathered the free online .DCF (Sony Ericsson DRM Packager) apps that can allow to view, edit, convert from to DCF, merge, split and compare the DCF files without installing anything on your system. Please click on the links to explore the complete list of details for each required feature. Sony Ericsson DRM Packager Supported Platforms Sony Ericsson DRM Packager supported platforms. Sony Ericsson DRM Packager Supported File Types Sony Ericsson DRM Packager default file extension is .DCF and other Sony Ericsson DRM Packager supported extensions are: About Licensing Free Trial This software are often used for an attempt period, like 14 days, before requiring payment. Some trial versions have a reduced feature set. Free This software is liberal to use. Examples include open-source , freeware software, like free programs supported by advertising. Free+ This software is liberal to download and use, but contains in-app purchases (IAP) to unlock additional content or functionality. Paid This software must be purchased so as to use it. it's going to be offered as a perpetual license or ongoing subscription. Included with OS This software is bundled with an OS , like Windows, macOS, or Android. About FileProInfo It's all about files and software programs. We provide you the precise details, easy navigation and advance searching. Read more... Browse Software Alphabetically. Simple SCORM Packager download Simple SCORM Packager (SSP) allows you to package a existing course into a SCORM
Using Simple SCORM packager with Flash (SCORM 2025)
To break down your HTMLs into PowerPoint slides and publish them with an authoring tool like iSpring Suite. It’ll pack everything into a standardized SCO, ready for uploading to your LMS.Note: iSpring Suite has an intuitive interface and normally uses PPT slides as a project base. It allows you to create engaging courses with quizzes, videos, interactions, etc. Alternatively, you can create standalone quizzes, books, and role-plays with branching scenarios without using MS PowerPoint.You’ll need to copy and paste the text, pictures, and videos from your HTML into PowerPoint. Feel free to use all the PowerPoint effects and animations, because they’ll be precisely reproduced in HTML5 by the iSpring conversion engine. If you have quizzes, you’ll also need to recreate them with the iSpring QuizMaker component that comes with the Suite. QuizMaker supports batch question import from an Excel spreadsheet to minimize routine work.Let’s examine the benefits and downsides of creating SCORM-compliant courses from the ground up and publishing with an authoring tool.ProsYou’ll save money by not hiring developersYou’ll save time not learning and experimenting with SCORM on your ownCourses will submit completion progress in detailFamiliar PowerPoint course creation environmentQuizMaker tool and other editors for audio/video, etc.ConsYou’ll need to do some routine copying and pasting workPowerPoint has its limitations, and obviously not everything can be recreated thereThe cost of an authoring tool (nothing compared to hiring a team of developers)If you have any further questions or concerns, shoot iSpring support a message, and you’ll get your questions answered. If you’re ready to modernize your courses, download a fully functional iSpring Suite free trial to experiment with generating SCORM packages from your HTML content.HTML-to-SCORM Conversion FAQ What is SCORM?SCORM is an eLearning format that most LMSs work with. It describes a course’s structure, reporting, etc., so when you upload it into your learning management system, it knows what to do and where to find your course elements, such as text files, MP4 videos, and quizzes. Read more about SCORM → What makes an HTML file SCORM?The SCORM wrapper. Your HTML gets equipped with a JavaScript file that transmits whatever actions youUsing Simple SCORM packager with Flash (SCORM 1.2)
Introduction The Packages page in the Admin Console provides the following functionality. Use them when you plan to deploy Creative Cloud and Document Cloud applications to end users in your Enterprise. Download pre-configured packages by using Adobe Templates. Create customized Named User Licensing or Shared Device Licensing (for educational institutions) packagers with the configuration and applications you want your end users to have. Enable email notifications, so you get notified when new product versions become available. View previous packages you or other administrators in your organization have created. Also, view details of a specific package and track available updates for the apps in the package. Download the IT tools like Remote Update Manager and Adobe Update Server Setup Tool. Download the Adobe Extension Manager command-line tool to install extensions and plug-ins from the ZXP file container format. Using packages in the Admin Console Download the Creative Cloud Packager, Adobe Extension Manager command-line tool, Adobe Update Server Setup Tool, or Remote Update Manager. Log in to the Admin Console and navigate to Packages > Tools. Creative Cloud Packager Adobe Creative Cloud Packager makes it easy for you to create packages that contain Adobe Creative Cloud products and updates. These packages can then be deployed to the client machines in your organization. For more information, see Packager. Creative Cloud apps released on October 15, 2018 (Creative Cloud 2019) or later are not available in Creative Cloud Packager. For more information, see this document. Adobe Update Server Setup Tool Adobe Update Server Setup Tool allows you to set up an on-premise server that hosts Creative Cloud updates. It allows IT to save bandwidth and control when Updates become available for end users. For more information, see Using Adobe Update Server Setup Tool. Remote Update Manager Remote Update Manager allows you to remotely call the updater on a client machine. It allows you to seamlessly manage when your client systems install updates. You can specify a particular product or update all products at the same time. When used with the Adobe Update Server Setup tool, the updates are pulled from your own premise server. For more information, see Use Adobe Remote Update Manager. Adobe Extension Manager command-line tool The ExMan command-line tool allows the admin to install extensions and plug-ins from the ZXP file container format. When you create a package, you can select to include extensions or you can download the stand-alone tool. Simple SCORM Packager download Simple SCORM Packager (SSP) allows you to package a existing course into a SCORMPackages lmihaidaniel/simple-scorm-packager - GitHub
Do to an LMS in a specific way. For example, if you read all the pages, the wrapper sends cmi.core.lesson_status: “completed”. This will add a record to your LMS account that the course has been completed. Read more on SCORM wrappers in our blog → What about HTML5 to SCORM?Everything about HTML is true for HTML5 because it’s virtually the same thing, plus JavaScript and CSS. While HTML is usually referred to as static pages, HTML5 might include rich media interactions, buttons, animations, etc. Can iSpring convert HTML files created by me to SCORM?iSpring is an authoring tool that can publish various file formats in SCORM format, such as PPT, PDF, and a few proprietary formats (e.g., quizzes). However, it cannot convert your HTML files to SCORM files directly. There’s no easy way of going about it manually using any tool on the market. This article covers a few workarounds for regular users and refers to SCORM API for developers. Why can neither tool convert HTML content to SCORM?Because an HTML page may include pretty much everything, while an eLearning authoring tool needs a standardized source. iSpring, for example, uses PowerPoint as a project source and converts it to HTML5 pages with a SCORM wrapper that makes it SCORM compliant. What do you need to consider when converting HTML files to SCORM?There are a few things to consider:You’ll need to make sure that the course content is organized in a way that an LMS can easily track. This includes adding navigation and tracking features to the HTML content.You should consider how assessments and other interactive elements within the HTML content will be converted to SCORM. Here, you’ll need specialized software like iSpring Suite.You need to ensure that the converted SCORM package works well in your LMS and can be accessed easily by learners.Related ArticlesCheck out these articles on how iSpring Suite can help you turn legacy content into full-fledged SCORM courses that are ready for uploading to any modern LMS.How to Convert a PDF file to a SCORM Package in a Few ClicksHow to Convert a Word Document to SCORMComments
Version 0.2.5DocumentationCreates SCORM package from source directory.Supported Scorm versions:SCORM 1.2SCORM 2004 3rd EditionSCORM 2004 4th EditionInstallationnpm install simple-scorm-packagerInitialization Options Object{type} [default]version {string} ['1.2'] Version of SCORM schema. Available options:'1.2''2004 3rd Edition' alias '2004.3' alias '2004v3''2004 4th Edition' alias '2004.4' alias '2004v4'organization {string} [''] Company namelanguage {string} ['en'] Language of the package ( ISO )title {string} ['']identifier {string} [null] If empty, identifier is generated using:`${package.author || 'com'}.${organization || 'company'}.${title || ''}.${generated uuid}`masteryScore {number} [80]startingPage {string} ['index.html']source {string} ['./'] The path to files from which the package will be createdpackage {object} Available options:zip {boolean} [false] Archives package (NAME_VERSION_DATE.zip)appendTimeToOutput {boolean} [false] Add full Unix time milliseconds to the zip file output, so repeated builds are unique (NAME_VERSION_DATE_TIMESTAMP.zip)outputFolder {string} ['./scorm'] The folder path where you want the zip filesize {number} [null] Provide the package size in bytes, automatically calculated when not set,name {string} [`{$title}`] Package name, defaults to scorm titleauthor {string} [''] Author name, used as default for vcard if not providedversion {string} [process.env.npm_package_version || '1.0.0'] Package versionorganization {string} [`${organization}`] Company namedate {string} [current date YYYY-MM-DD] Package datevcard {object} :author {string} [`${package.author}`] Author nameorg {string} [`${package.organization}` || `${organization}`] Organization name, defaults to organizationtel {string} [''] Telephone number(s)address {string} [''] Addressmail {string} [''] E-mail contacturl {string} [''] website urldescription {string} [''] Provide the course description or the Project Informationkeywords {array} [[]] Keywordsduration {string} ['PT0H0M0S'] The time the media takes to play through, format PT#H#M#StypicalDuration {string} [`${package.duration}` || 'PT0H0M0S'] The time it will take for a typical learner to fully experience the program, format PT#H#M#Srequirements {array of objects of the following structure} [[]]type {string} The type of requirement, eg.: Browser, Osname {string} The name of the type of requirement, eg.: Microsoft Internet Explorerversion {string} The minimum version of the requirementrights {string} [`© ${organization || ''}. All rights reserved.`] Copyright informationProgramatic usage var scopackager = require('simple-scorm-packager'); scopackager({ version: '2004 4th Edition', organization: 'Test Company', title: 'Test Course', language: 'fr-FR', identifier: '00', masteryScore: 80, startingPage: 'index.html', source: './myProjectFolder', package: { version: "0.0.1", zip: true, outputFolder: './scormPackages' } }, function(msg){ console.log(msg); });Adding it to npm scriptsIf you are packaging a project which utilizes npm and has a package.json file, follow the instructions below for adding a SCORM packager to your npm scripts.Create a JavaScript file (typically at the root of your project in the same directory as package.json) scoPackager.jsThe file should contain code to execute this package. Example: var scopackager = require('simple-scorm-packager'); var path = require('path'); const config =
2025-04-01Do you think it would be a daunting task to deliver training videos to your entire staff? Not anymore! You can convert a video into SCORM format, upload it to your LMS to share with your learners, and track their completion status.Now, we’re going to show you how to convert an MP4 video into SCORM format with the iSpring Suite tool.If you don’t have it yet, you can download the course authoring software for free now.What is SCORM?SCORM (Sharable Content Object Reference Model) is an international eLearning standard that helps eLearning content and LMSs communicate and work together effectively.If your course is published in the SCORM format, you can be sure that almost any learning management system (LMS) will recognize and display your courses correctly.Why convert MP4 videos to SCORM?When converted, videos can be embedded within SCORM packages alongside other interactive content, like quizzes or interactions. This integration ensures streamlined content delivery – learners can access the content of SCORM-compliant eLearning courses easily and play course videos from any device. Plus, the SCORM package is easy to share via learning management systems. How to Convert MP4 Video to SCORM: 4 StepsConverting MP4 to SCORM is a simple 4-step process. Let’s break it down, using iSpring Suite, a robust video editor and tool for SCORM course creation.Step 1. Upload your MP4 video files.1. Open iSpring Suite and choose the Courses tab. Click New Course to start a project.2. Find the Insert tab on the PowerPoint ribbon and click on the Video
2025-03-31HTML5 pages and websites (with JS code) — this will require a developer’s assistance with experience in SCORM/LMS projects, or you can follow the workaround below.Turning HTML to SCORM: The Manual WayIf you need to convert plain HTML with pictures and schemas into SCORM packages (aka SCO), it’s quite doable manually if you know the course structure. There is a SCORM packaging description for developers on the official SCORM website, but we can download an SCO example and learn the ropes as we go.To get off to a quick start, it’s recommended that you select a single SCO download option for SCORM 1.2. Without further ado, let’s integrate our HTML example into this learning course.1. Right click on the downloaded zip file, select Extract All and then go the containing folder:2. Go to the res folder (resources) and replace the index.html file with whatever HTML you have, but rename it to ‘index’ as well.3. Navigate one folder up and open the imsmanifest.xml file with any text editor (brackets.io or Notepad++).4. Change both tags to whatever course name you want it to be (here, it’s called SCORM course).5. List all the resources that your HTML page includes.6. Zip the course root folder (with the manifest file) by selecting all the files and clicking Send to > Compressed (zipped) folder:7. Give it a unique and descriptive name and get ready for uploading.8. Test your course in SCORM Cloud or upload it directly to your LMS.Here’s our custom HTML webpage running nicely in SCORM Cloud:If you haven’t selected a learning management system yet, give iSpring Learn a try; it has SCORM support too.Turning HTML to SCORM with Authoring ToolsAs mentioned above, fiddling with SCORM structures manually is possible, but time consuming. Plus, it may not cover all the reporting capabilities. If you need to make HTML5 interactions such as quizzes and games in SCORM, you’ll probably need to hire developers to integrate your source HTML in learning environments such as Moodle or your corporate learning management system.If hiring a team of developers isn’t an option for your project, the easiest way would be
2025-03-25There are prerequisites for using SCORM packages. To learn more see What is a course SCORM package.Note: The training course must have a Course pass before you can download a SCORM package. To learn more see How to add a Course pass.To download a SCORM package:Click the Settings tab on the menu bar at the top of the page.In the COURSES card click SCORM & Course passes.Scroll down to the Course passes card.Find your course in the list and click the menu on the right of the course details.Under SCORM packages, select the package version.The package is saved in ZIP file format in your local downloads folder.Log-in to your third party LMS and upload the SCORM package.We work with the following third party Learning Management System (LMS) providers to ensure that our SCORM packages behave as expected within their software. Click the relevant name to link to their SCORM package upload instructions.Docebo MoodleLitmos Absorb Talent LMS Adobe Captivate PrimeWe recommend that you test the course in your third party LMS before making it available to your learners. Check that you can access all parts of the course and that completion is recorded as expected in your third party LMS.Note: iHasco are not responsible for the behaviour of our course content within a third party LMS. Was this article helpful? That’s Great! Thank you for your feedback Sorry! We couldn't be helpful Thank you for your feedback Feedback sent We appreciate your effort and will try to fix the article
2025-03-27