Moving field values to test src
This commit is contained in:
@@ -526,7 +526,7 @@ class CMICore extends BaseCMI {
|
||||
'credit': this.credit,
|
||||
'lesson_status': this.lesson_status,
|
||||
'entry': this.entry,
|
||||
'total_time': this.total_time,
|
||||
'total_time': this.getCurrentTotalTime(),
|
||||
'lesson_mode': this.lesson_mode,
|
||||
'exit': this.exit,
|
||||
'session_time': this.session_time,
|
||||
|
||||
@@ -103,7 +103,7 @@ export class CMI extends BaseCMI {
|
||||
#success_status = 'unknown';
|
||||
#suspend_data = '';
|
||||
#time_limit_action = 'continue,no message';
|
||||
#total_time = '0';
|
||||
#total_time = '';
|
||||
|
||||
/**
|
||||
* Called when the API has been initialized after the CMI has been created
|
||||
@@ -538,7 +538,7 @@ export class CMI extends BaseCMI {
|
||||
'success_status': this.success_status,
|
||||
'suspend_data': this.suspend_data,
|
||||
'time_limit_action': this.time_limit_action,
|
||||
'total_time': this.total_time,
|
||||
'total_time': this.getCurrentTotalTime(),
|
||||
};
|
||||
delete this.jsonString;
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user