Interface QuestionPointsConfiguration.Builder

  • Method Details

    • maxPointValue

      QuestionPointsConfiguration.Builder maxPointValue(Integer maxPointValue)

      The maximum point value.

      Parameters:
      maxPointValue - The maximum point value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minPointValue

      QuestionPointsConfiguration.Builder minPointValue(Integer minPointValue)

      The minimum point value.

      Parameters:
      minPointValue - The minimum point value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isBonus

      The flag to mark the question as a bonus question.

      Parameters:
      isBonus - The flag to mark the question as a bonus question.
      Returns:
      Returns a reference to this object so that method calls can be chained together.