SCALE_MIN
SCALE_MIN
An optional field that represents the outcome of a graded Activity achieved by an actor.
__construct(float|array $aRawValue = null, float $aMin = null, float $aMax = null, float $aScaledValue = null)
Constructor
float|array | $aRawValue | the raw score value, may also be an array of properties |
float | $aMin | the score minimum |
float | $aMax | the score maximum |
float | $aScaledValue | the scaled score |