Statement healing, i.e. the repair of Statements that are missing required properties.
Statement healing, i.e. the repair of Statements that are missing required properties.
(complete-activity
{activity-id "id" {activity-type "type"} "definition" :as activity}
{:keys [activity-map weights]}
rng)
(complete-context
{:strs [instructor team]
{:strs [category grouping parent other]} "contextActivities"
:as context}
{{profile-ver-id :inScheme} :template registration :registration :as inputs}
rng
&
{:keys [sub-statement?] :or {sub-statement? false}})
(complete-statement statement inputs rng)
Given statement
, perform statement healing by filling in missing
values using rng
and values from inputs
.
Given `statement`, perform statement healing by filling in missing values using `rng` and values from `inputs`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close