Class LaunchUrlRequiredRule

java.lang.Object
dev.jcputney.elearning.parser.validators.rules.aicc.LaunchUrlRequiredRule
All Implemented Interfaces:
ValidationRule<AiccManifest>

public class LaunchUrlRequiredRule extends Object implements ValidationRule<AiccManifest>
Validates that an AICC course has a launch URL.

According to AICC specification, at least one assignable unit must have a file_name that serves as the entry point for the course. This is represented as the manifest's launch URL.

See Also:
  • Constructor Details

    • LaunchUrlRequiredRule

      public LaunchUrlRequiredRule()
  • Method Details