Skip to content

OpenLRS Dashboards

Manuel Freire edited this page Aug 25, 2017 · 12 revisions

All statements sent by the tracker are saved in a Learning Record Store (LRS). OpenLRS is the implementation used by default.

OpenLRS dashboards are visualizations created as a result of applying a simple analysis on all saved statements collected in the server, regardless of game:

lrs_analytics_firstaid

Figure 1.: OpenLRS dashboards for the First Aid game. It includes four visualizations about verbs use, users activity and LRS activity.

There are different dashboards available:

  • Number of times each xAPI verb was used (bar graph).
  • Number of statements generated by each user (bar graph).
  • LRS activity in the last year (line graph).
  • LRS activity in the last week (line graph).

The developers can also obtain all the statements using the OpenLRS API issuing a GET request to the path: [host]/games/statements

OpenLRS allows several filters; more information can be found in the Statements API.

Clone this wiki locally