Fixes and additional test cases
This commit is contained in:
@@ -837,14 +837,6 @@ export default class BaseAPI {
|
||||
'The storeData method has not been implemented');
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the current total time as total_time + session_time
|
||||
* APIs that inherit BaseAPI should override this function
|
||||
*/
|
||||
getCurrentTotalTime() {
|
||||
this.cmi.getCurrentTotalTime();
|
||||
}
|
||||
|
||||
/**
|
||||
* Send the request to the LMS
|
||||
* @param {string} url
|
||||
|
||||
Reference in New Issue
Block a user