Package dev.jcputney.elearning.parser.parsers
package dev.jcputney.elearning.parser.parsers
-
ClassesClassDescriptionParses AICC (Aviation Industry CBT Committee) eLearning modules by handling both INI-style and CSV-style files with specific extensions such as .crs, .des, .au, .cst, .ort, and .pre.Abstract base class for all module parsers, providing shared capability for common operations, like detecting xAPI-related files and utility methods for file parsing.Cmi5Parser is responsible for parsing cmi5-specific metadata from the cmi5.xml file.Parses SCORM 1.2 modules by reading the imsmanifest.xml file and extracting core metadata.Parses SCORM 2004 modules by reading the imsmanifest.xml file and extracting core metadata, including sequencing information, custom data (adlcp:data), prerequisites, mastery score, and any additional metadata files referenced within the manifest.Parser for xAPI/TinCan packages.