# Response Options

Response options are reusable objects that indicate the possible values that correspond to a quest (PSQ, disclaimer, or compliance).

Field Content Type Description
responseId string Unique identifier for a response for a given question (PSQ, Disclaimer, Compliance Question).
responseText string Display text of a response for a given question (PSQ, Disclaimer, Compliance Question).
branchedQuestions Question Array Collection of branched questions for this response.

Note: this data type is reflected in the Prescreening or Compliance question datatypes, and means that the object can nest objects of its own type. For example, you can have a question with response options that nests a question as a branchedQuestion, which in turn reiterates. In short, an object with the structure: question.responseOption.question.responseOption.question.responseOption.question IS possible.