[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`QualitativeValue` extends the `Enumeration` type and is used for expressing qualitative values with ordering relations."],["It includes properties like `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual` to define relationships between qualitative values."],["The `valueReference` property can point to an `Enumeration` or `StructuredValue` to provide further context or information about the qualitative value."]]],["QualitativeValue extends Enumeration and defines ordering relations between a subject and an object. These relations include `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual`, all using QualitativeValue as their type. Additionally, `valueReference` acts as a pointer to supplementary data, with types being either Enumeration or StructuredValue. This feature provides more information on the primary value.\n"]]