SupplierQualificationQuestionsscores
Applies scoring rules (for example, numeric weighting) to question responses, letting evaluators quantify supplier qualification results.
Columns
| Name | Type | Description |
| SupplierQualificationQuestionsQuestionId [KEY] | Long | Unique identifier for the qualification question to which this score is associated. This links the score to a specific question. |
| QuestionScoreId [KEY] | Long | Unique identifier for the score record associated with a specific question. This ID helps in tracking and referencing individual scoring records for a question. |
| QuestionId | Long | Unique identifier for the question related to this scoring record. This connects the score to the particular question being evaluated. |
| Score | Int | The numerical score to be assigned to responses that fall within the range defined by FromResponseValue and ToResponseValue. This value indicates how well a response aligns with the expected answer range. |
| FromResponseValue | Decimal | The lowest acceptable response value for this scoring row. If this field is NULL, then there is no minimum threshold for the score range. This allows flexibility in defining scoring ranges. |
| ToResponseValue | Decimal | The highest acceptable response value for this scoring row. If this field is NULL, there is no maximum threshold for the score range. This means responses can be accepted above the specified upper value. |
| CriticalResponseFlag | Bool | Indicates whether the score range is critical for evaluation. Acceptable values: true (critical for evaluation) or false (not critical). The default value is false. This flag helps in identifying important score ranges. |
| Finder | String | Search term used to locate the scoring record in the system. This keyword helps users to quickly find the associated question score when performing queries. |