Misc. xAPI-oriented utilities
Misc. xAPI-oriented utilities
(agent-id
{:keys [mbox mbox_sha1sum openid] {:keys [name homePage]} :account :as agent})
Return a string representing the id of an agent in the sim. Will be prefixed with the ifi property and two colons ::. For accounts, the homepage will precede the name, and they will be delimited by a comma like: account::https://foo.bar,baz. If an IFI cannot be found, returns nil.
Return a string representing the id of an agent in the sim. Will be prefixed with the ifi property and two colons ::. For accounts, the homepage will precede the name, and they will be delimited by a comma like: account::https://foo.bar,baz. If an IFI cannot be found, returns nil.
(make-ifi-map {:keys [member] :as group})
Given an xapi group, make a map of ifis
Given an xapi group, make a map of ifis
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close