Measurement Value¶
Measurement value captures a particular value of an assessment criterion. For example, if the assessment criterion is of kind boolean, then it will have 2 measurement values, 1 for pass and 1 for fail.
Entity Attributes¶
Following attributes define a measurement value.
name-
name of the measurement.
value-
value of this measurement.
success-
A boolean field that indicates whether the value corresponds to success measurement.
position-
position of the measurement value within assessment criterion. It's an integer value. Usually this field is used for ordering the categories when displayed in the ui.
Entity Relationships¶
assessment_criterion-
A measurement value belongs to a assessment criterion exclusively.
qualifiers-
A measurement value may have zero or more qualifiers.