Skip to content

Release v2.0.11

Compare
Choose a tag to compare
@moloko moloko released this 24 Aug 10:40
· 326 commits to master since this release
  • 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)
  • remove some redundant code (#1203)