Numerical

The numerical rating scale with defined score values and descriptions for quantitative evaluation.

Constructors

Link copied to clipboard
constructor(value: List<NumericalScaleDefinition>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this RatingScale as a Categorical and retrieves its kotlin.collections.List value. Throws an exception if the RatingScale is not a Categorical.

Link copied to clipboard

Casts this RatingScale as a Categorical and retrieves its kotlin.collections.List value. Returns null if the RatingScale is not a Categorical.

Link copied to clipboard

Casts this RatingScale as a Numerical and retrieves its kotlin.collections.List value. Throws an exception if the RatingScale is not a Numerical.

Link copied to clipboard

Casts this RatingScale as a Numerical and retrieves its kotlin.collections.List value. Returns null if the RatingScale is not a Numerical.