How to extract learner usage for one student in one course?
Lisa.B.760
Posts: 7 🔍
How can an outside system extract learner usage for one student in one course? If it is through an API, which API
Tagged:
Answers
-
Hi Lisa,
I believe the easiest way to achieve this outcome is to retrieve the Advanced Data Set: Learner Usage using an API call and thereafter processing the data offline.
The /d2l/api/lp/(version)/dataExport/list API route lists which filters are required for each data set that can be used with the /d2l/api/lp/(version)/dataExport/create API route.
Hope that helps!
-
How long does it take to run this process? We want to display the data in our university portal in real time.