Question Response

Question Responses represent the "answer" being provided to a specific question and the rules specific to how it should be presented to the user.

The Question Response Object

Attributes


responseId string: required The unique identifier of the response.
response string: required The response value chosen by the user.
questionId string: required The unique identifier of the question that the response belongs to.
followUpQuestions string: required A list of Question Objects that should be presented to the user if this response is chosen.

Example


{
	"responseId": "quesqr_a8549f8cf0e64cb3b3d2c48bd7e764ca",
	"response": "Never",
	"questionId": "quesqu_ad43bf224b3a4158a0333b54ed25a47f",
	"followUpQuestions": []
}