public static interface EvaluationFormSingleSelectQuestionOption.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSingleSelectQuestionOption.Builder,EvaluationFormSingleSelectQuestionOption>
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionOption.Builder |
automaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail.
|
EvaluationFormSingleSelectQuestionOption.Builder |
refId(String refId)
The identifier of the answer option.
|
EvaluationFormSingleSelectQuestionOption.Builder |
score(Integer score)
The score assigned to the answer option.
|
EvaluationFormSingleSelectQuestionOption.Builder |
text(String text)
The title of the answer option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormSingleSelectQuestionOption.Builder refId(String refId)
The identifier of the answer option. An identifier must be unique within the question.
refId - The identifier of the answer option. An identifier must be unique within the question.EvaluationFormSingleSelectQuestionOption.Builder text(String text)
The title of the answer option.
text - The title of the answer option.EvaluationFormSingleSelectQuestionOption.Builder score(Integer score)
The score assigned to the answer option.
score - The score assigned to the answer option.EvaluationFormSingleSelectQuestionOption.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.