Class: SCORMAdapter2004

adapters SCORMAdapter2004

Implementation of SCORM 2004 adapte.

new SCORMAdapter2004()

Implementation of SCORM 2004 adapter.

Extends

Methods


connect()

Init function of adpater that connects adapter to API, if not connected. Sets values from SCORM server and inits objectives.
Inherited From:

disconnect()

Disconnect adapter from server, if connected
Inherited From:

getProperty(id)

Get course property for current course
Parameters:
Name Type Description
id string key of property
Inherited From:
Returns:
proeprty value or null
Type
string | null

initObjectives(objectives)

Register objectives on server if there are none
Parameters:
Name Type Description
objectives array objectives list
Inherited From:

saveProperty(id, proeprty)

Set course property for current course and commit to server
Parameters:
Name Type Description
id string key of property
proeprty string value
Inherited From:
Returns:
success
Type
boolean