(profile->id-template-map profile
&
{:keys [validate-profile?]
:or {validate-profile? true}})
Takes profile
and returns a map between Statement Template IDs
and the Templates themselves. Used for Statement Ref Template
resolution.
:validate-profile?
is default true
. If true
, profile->validator
checks that profile
conforms to the xAPI Profile spec.
Takes `profile` and returns a map between Statement Template IDs and the Templates themselves. Used for Statement Ref Template resolution. `:validate-profile?` is default `true`. If `true`, `profile->validator` checks that `profile` conforms to the xAPI Profile spec.
(statement-batch->id-statement-map statement-batch)
Takes the coll statement-batch
and returns a map between
Statement IDs and the Statement themselves. Used for Statement
Ref resolution, particularly in statement batch matching.
Takes the coll `statement-batch` and returns a map between Statement IDs and the Statement themselves. Used for Statement Ref resolution, particularly in statement batch matching.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close