+
Sequencing
Along with Data Validation and Versioning, probably the most
vexing problem confronting the Assessment package is how to handle
@@ -41,7 +45,7 @@
So how might we implement this in our datamodel? Consider the
"sequencing" subsystem of the Assessment package:
-
+
Specific Entities
- Item-checks (as_item_checks) define 1..n ordered evaluations of
@@ -86,7 +90,7 @@
:item_4231 == 'red'". Additionally other variables
might be defined by the API at a later stage, e.g.
":percent_score", which would be replaced by the current
-percentage value (a.k.a. score) that subject had in the test so far
+percentage value (aka score) that subject had in the test so far
(taken from the as_session_table). It might be interesting to pass
these variables along in the API, this remains to be seen when
actually implementing the system.