Interface EvaluationFormNumericQuestionOption.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>, SdkBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>, SdkPojo
Enclosing class:
EvaluationFormNumericQuestionOption

public static interface EvaluationFormNumericQuestionOption.Builder extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>
  • Method Details

    • minValue

      The minimum answer value of the range option.

      Parameters:
      minValue - The minimum answer value of the range option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValue

      The maximum answer value of the range option.

      Parameters:
      maxValue - The maximum answer value of the range option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • score

      The score assigned to answer values within the range option.

      Parameters:
      score - The score assigned to answer values within the range option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.