EvaluationFormQuestion
Information about a question from an evaluation form.
Contents
- QuestionType
-
The type of the question.
Type: String
Valid Values:
TEXT | SINGLESELECT | NUMERIC
Required: Yes
- RefId
-
The identifier of the question. An identifier must be unique within the evaluation form.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 40.
Required: Yes
- Title
-
The title of the question.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 350.
Required: Yes
- Instructions
-
The instructions of the section.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- NotApplicableEnabled
-
The flag to enable not applicable answers to the question.
Type: Boolean
Required: No
- QuestionTypeProperties
-
The properties of the type of question. Text questions do not have to define question type properties.
Type: EvaluationFormQuestionTypeProperties object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- Weight
-
The scoring weight of the section.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: