ScopingQuestion interface
The definition of a scoping question.
Properties
input |
Input type of the question answer. NOTE: This property will not be serialized. It can only be populated by the server. |
option |
Option id list. NOTE: This property will not be serialized. It can only be populated by the server. |
question |
Question id. NOTE: This property will not be serialized. It can only be populated by the server. |
rules | The rule of the question. NOTE: This property will not be serialized. It can only be populated by the server. |
show |
The answer value to show the sub questions. NOTE: This property will not be serialized. It can only be populated by the server. |
superior |
Superior question id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
inputType
Input type of the question answer. NOTE: This property will not be serialized. It can only be populated by the server.
inputType: string
Property Value
string
optionIds
Option id list. NOTE: This property will not be serialized. It can only be populated by the server.
optionIds: string[]
Property Value
string[]
questionId
Question id. NOTE: This property will not be serialized. It can only be populated by the server.
questionId: string
Property Value
string
rules
The rule of the question. NOTE: This property will not be serialized. It can only be populated by the server.
rules: string[]
Property Value
string[]
showSubQuestionsValue
The answer value to show the sub questions. NOTE: This property will not be serialized. It can only be populated by the server.
showSubQuestionsValue?: string
Property Value
string
superiorQuestionId
Superior question id. NOTE: This property will not be serialized. It can only be populated by the server.
superiorQuestionId?: string
Property Value
string