AWSConnectEvaluationFormNumericQuestionOption
Objective-C
@interface AWSConnectEvaluationFormNumericQuestionOption
Swift
class AWSConnectEvaluationFormNumericQuestionOption
Information about the option range used for scoring in numeric questions.
Required parameters: [MinValue, MaxValue]
-
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable automaticFail;Swift
var automaticFail: NSNumber? { get set } -
The maximum answer value of the range option.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxValue;Swift
var maxValue: NSNumber? { get set } -
The minimum answer value of the range option.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable minValue;Swift
var minValue: NSNumber? { get set } -
The score assigned to answer values within the range option.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable score;Swift
var score: NSNumber? { get set }
View on GitHub
Install in Dash
AWSConnectEvaluationFormNumericQuestionOption Class Reference