public static interface EvaluationFormNumericQuestionOption.Builder extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormNumericQuestionOption.Builder |
automaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail.
|
EvaluationFormNumericQuestionOption.Builder |
maxValue(Integer maxValue)
The maximum answer value of the range option.
|
EvaluationFormNumericQuestionOption.Builder |
minValue(Integer minValue)
The minimum answer value of the range option.
|
EvaluationFormNumericQuestionOption.Builder |
score(Integer score)
The score assigned to answer values within the range option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormNumericQuestionOption.Builder minValue(Integer minValue)
The minimum answer value of the range option.
minValue - The minimum answer value of the range option.EvaluationFormNumericQuestionOption.Builder maxValue(Integer maxValue)
The maximum answer value of the range option.
maxValue - The maximum answer value of the range option.EvaluationFormNumericQuestionOption.Builder score(Integer score)
The score assigned to answer values within the range option.
score - The score assigned to answer values within the range option.EvaluationFormNumericQuestionOption.Builder automaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
automaticFail - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall
evaluation gets a score of 0.Copyright © 2023. All rights reserved.