SupplierQualificationQuestionsscores
The Scores resource gets the scores for number type questions.
Columns
Name | Type | Description |
SupplierQualificationQuestionsQuestionId [KEY] | Long | SupplierQualificationQuestionsQuestionId of SupplierQualificationQuestionsscores |
QuestionScoreId [KEY] | Long | Value that uniquely identifies the question score. |
QuestionId | Long | Value that uniquely identifies the question which is related to this scoring record. |
Score | Int | Score to be assigned to response values that occur between the from-response value and the to-response value. |
FromResponseValue | Decimal | Lowest response value to which this scoring row applies. If the value is NULL then there is no lower limit for this scoring row. |
ToResponseValue | Decimal | Highest response value to which this scoring row applies. If the value is NULL then there is no upper limit for this scoring row. |
CriticalResponseFlag | Bool | Contains one of the following values: true or false. If true, then the score range is critical for evaluation. If false, then the score range is not critical. The default value is false. |
Finder | String | Finder of SupplierQualificationQuestionsscores |