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
Copy file name to clipboardExpand all lines: docs/faq.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,9 @@ var localTime = new Date(record.dateTime.getTime() + record.timeZoneOffset)
18
18
The main entities are seperated in the bellow repositories, they are imported through the Maven `pom.xml` file
19
19
-[xAPI and Caliper models (Events)](https://github.com/Apereo-Learning-Analytics-Initiative/lai-event)
20
20
-[OneRoster and other models](https://github.com/Apereo-Learning-Analytics-Initiative/lai-model)
21
+
22
+
23
+
24
+
## Why xAPI statements are converted to IMS Caliper
25
+
26
+
Since we are using the OneRoster standard for our data model, Caliper is a natural fit as the event standard (both are designed by IMS Global). Use cases for the OpenLRW API are 100% education focused and IMS Caliper is an education specific standard (xAPI is more general purpose). Also many of the systems we integrate with (LMS such as Moodle, Canvas, etc) chose Caliper as their event standard.
0 commit comments