VIAProMa icon indicating copy to clipboard operation
VIAProMa copied to clipboard

Export Analytics Data to Learning Record Store (LRS)

Open LennartCode opened this issue 2 years ago • 0 comments

Analytics data that satisfy a LRS schema should be exportable to an LRS instance. For this project Learning Locker is chosen and it's endpoint hardcoded in the frontend to avoid unwanted analytics export to third parties by malicious users.

  • [ ] Add new LogType LogpointLRSExportable that holds a schema fitting the Learning Record Store (planned: Actor, Verb, Object, Timestamp, ProjectID)
  • [ ] Add HTTP request (using the i5 toolkit) to observer so that any time an observable action occurs, it is sent to the LRS

LennartCode avatar Jan 25 '23 13:01 LennartCode