Working on the saving of data
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
// @flow
|
||||
|
||||
export const global_constants = {
|
||||
SCORM_TRUE: 'true',
|
||||
SCORM_FALSE: 'false',
|
||||
STATE_NOT_INITIALIZED: 0,
|
||||
STATE_INITIALIZED: 1,
|
||||
STATE_TERMINATED: 2,
|
||||
LOG_LEVEL_DEBUG: 1,
|
||||
LOG_LEVEL_INFO: 2,
|
||||
LOG_LEVEL_WARNING: 3,
|
||||
LOG_LEVEL_ERROR: 4,
|
||||
LOG_LEVEL_NONE: 5,
|
||||
};
|
||||
|
||||
export const scorm12_constants = {
|
||||
// Children lists
|
||||
cmi_children: 'core,suspend_data,launch_data,comments,objectives,student_data,student_preference,interactions',
|
||||
|
||||
Reference in New Issue
Block a user