Type alias SCORM_SCO

SCORM_SCO: {
    block?: number;
    completion_threshold?: number;
    created_at?: string;
    entry_url: string;
    id: number;
    identifier: string;
    launch_data?: any;
    max_time_allowed?: number;
    prerequisites?: any;
    sco_parameters: any;
    sco_parent_id: number;
    score_decimal?: number;
    score_int?: number;
    scorm_id: number;
    time_limit_action?: number;
    title: string;
    updated_at?: string;
    uuid: string;
    visible?: 1 | 0;
}

Type declaration

  • Optional block?: number
  • Optional completion_threshold?: number
  • Optional created_at?: string
  • entry_url: string
  • id: number
  • identifier: string
  • Optional launch_data?: any
  • Optional max_time_allowed?: number
  • Optional prerequisites?: any
  • sco_parameters: any
  • sco_parent_id: number
  • Optional score_decimal?: number
  • Optional score_int?: number
  • scorm_id: number
  • Optional time_limit_action?: number
  • title: string
  • Optional updated_at?: string
  • uuid: string
  • Optional visible?: 1 | 0

Generated using TypeDoc