(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |