- ELB Learning Knowledge Base
- Lectora®
- Trouble Shooting
-
Lectora®
- Quick Win Tutorials
- Getting Started
- Modular Development (ModDev)
- Quick Guides
- Best Practices
- Navigating the Workplace
- Building a Title
- Importing Content
- Working With Text
- Working with Images
- Working With Objects
- Actions and Variables
- Tests, Surveys, and Questions
- Working with Web Windows or HTML Extensions
- Publishing a Title
- Creating Web-based, Accessible Content (Section 508/WCAG)
- Lectora Layouts
- Managing Titles
- Managing your Assignments
- Managing Your Notifications
- Communicating
- Admin Guide
- Lectora Player Skins
- Lectora Interactions and Scenarios
- Games
- Misc.
- Programming
- General
- Using Tracking for Progress, Status, etc
- Working with BranchTrack
- Trouble Shooting
- Working with Audio and Video
-
CenarioVR®
-
MicroBuilder™
-
The Training Arcade®
- Arcades™
- Video Overviews
- FAQ's
- Recent Feature Videos
- Game Analytics
- Customer Feedback
- Demo Information
- General Admin
- Building Your Game
- Analytics
- Compatibility and Integrations
- Data, Security, and Privacy Policy
- JEOPARDY!®
- Jump
- Scenarios
- Trivia
- Trivia Virtual Instructor-Led Mode (VILT)
- Sort-It
- Scramble
- Recall
- Match
- Detective
- Translations
- New User Information
- Custom Branding Opportunities
- Registration and Leaderboard
- JEOPARDY!® Virtual Instructor-Led Mode (VILT)
-
Asset Libraries
-
Rockstar Learning Platform
-
Rehearsal
-
Off-the-Shelf Training
-
ReviewLink®
-
The Learning Creation Studio
-
CourseMill®
-
General Topics
-
xAPI
-
Template Styles
-
Misc.
-
Articulate Storyline
-
Customizable Courseware
-
Course Starters
-
Camtasia
-
Group Administration
-
General
-
Can't find the answer? Ask our Customer Solutions team.
Modifying SCORM 2004 3rd Edition content to run on LMS's requiring SCORM 2004 4th Edition
Lectora publishes content in HTML, xAPI, CMI5, SCORM 1.2, and SCORM 2004 3rd Edition formats. There are some LMSs that only support SCORM 2004 4th edition. A workaround is possible by modifying the imsmanifest.xml file from 2004 3rd Edition to 2004 4th Edition. However, the additional functionality in 4th edition will not be supported. This modification functions on cloud.scorm.com where the content type is reported as SCORM 2004 4th edition. While this workaround is viable, we highly recommend investing in moving to xAPI-based content that can provide significantly better data, with little extra effort.
The steps below are a possible workaround.
The steps below are a possible workaround.
- Select to publish, and on the HTML tab, uncheck the Create a zip file.
- On the SCORM Options tab, select to publish as 2004
- After publishing is complete, navigate to the output folder.
- Locate imsmanifest.xml and open it in a text editor.
- Locate the section metadata as shown below, at approximately line 15
- Change text from 3rd to 4th leaving all else the same. See code sample below.
- Save and close the file.
- Return to the file folder view, select all files in the folder, and compress (usually right mouse button, select Send to -> Compressed).
- The new .zip file will be the SCORM file to upload to the LMS.
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>2004 4th Edition</schemaversion>
<adlcp:location>metadata.xml</adlcp:location>
</metadata>
Reference: