Interface EvaluationFormSingleSelectQuestionOption.Builder

  • Method Details

    • refId

      The identifier of the answer option. An identifier must be unique within the question.

      Parameters:
      refId - The identifier of the answer option. An identifier must be unique within the question.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The title of the answer option.

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

      The score assigned to the answer option.

      Parameters:
      score - The score assigned to the answer 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.