Class: Aws::Connect::Types::EvaluationFormNumericQuestionOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the option range used for scoring in numeric questions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failBoolean

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:

  • (Boolean)


6706
6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6706

class EvaluationFormNumericQuestionOption < Struct.new(
  :min_value,
  :max_value,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#max_valueInteger

The maximum answer value of the range option.

Returns:

  • (Integer)


6706
6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6706

class EvaluationFormNumericQuestionOption < Struct.new(
  :min_value,
  :max_value,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#min_valueInteger

The minimum answer value of the range option.

Returns:

  • (Integer)


6706
6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6706

class EvaluationFormNumericQuestionOption < Struct.new(
  :min_value,
  :max_value,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#scoreInteger

The score assigned to answer values within the range option.

Returns:

  • (Integer)


6706
6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6706

class EvaluationFormNumericQuestionOption < Struct.new(
  :min_value,
  :max_value,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end