You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add new function getLearnerInfo which returns a object with properties id (the value of cmi.core.student_id), name (the value of cmi.core.student_name but converted from format "lastname, firstname" to "firstname lastname"), firstname and lastname (#1044)
prevent spoor from making a lot of unnecessary 'set suspend data' calls when resuming a course on the LMS (#1149)
add new functionality that leverages the Page Visibility API to allow spoor to make a 'commit' call whenever the user switches to another tab or minimises the browser window (#873)