References: Activities, Agents, and Learner Identity¶
-
Inverse Functional Property - Wikipedia - The OWL property class xAPI's IFI concept inherits from. Explains why
mbox,openid,mbox_sha1sum, andaccountcan each uniquely identify an agent without a central registry. -
FOAF (ontology) - Wikipedia - The Friend-of-a-Friend vocabulary that contributed
mboxandmbox_sha1sumto xAPI's identity model. Reading FOAF clarifies why xAPI's agent shape looks the way it does. -
Pseudonymization - Wikipedia - The privacy technique behind opaque
accountIFIs and hashed mbox IDs. Essential background for understanding how to track a learner without storing their email address. -
Designing Data-Intensive Applications - Martin Kleppmann - O'Reilly Media - The chapter on data modeling and identity foreign keys translates directly to xAPI's challenge of stitching statements together when learners use multiple devices and identifiers.
-
Learning Analytics Goes to School - Andrew Krumm, Barbara Means, Marie Bienkowski - Routledge - Practitioner-focused treatment of the K-12 identity reconciliation problems that this chapter's IFI strategies aim to solve, including parental-consent edge cases.
-
xAPI Spec — Agents - ADL Initiative - The authoritative section on agent shape, IFI rules, and the equivalence comparisons an LRS performs to merge or distinguish agents.
-
xAPI Spec — Activities - ADL Initiative - The activity object, activity definitions, activity types, and the canonical activity-type IRIs from
http://adlnet.gov/expapi/activities/.... Required reading for instrumenting a textbook. -
ADL Activity Types Registry - ADL / Tin Can - The community-maintained list of activity-type IRIs (
assessment,course,module,simulation, etc.) you should reach for before defining a custom one. -
xAPI.com — Identifying Actors - Rustici Software - Real-world guidance on choosing among the four IFIs based on platform, privacy posture, and cross-device tracking needs.
-
OpenID Connect - OpenID Foundation - The modern identity protocol that increasingly drives the
openidIFI in higher-ed and corporate deployments. Explains the issuer/subject pattern xAPI accounts mirror.