QuestionnaireResponseItem

Represents an item within a questionnaire response

QuestionnaireResponseItem = object

Represents an item within a questionnaire response. Contains the question identifier, text, and nested items/answers.

Properties

linkId

linkId: string | null

Unique identifier for this item within the questionnaire


text

text: string | null

Display text for this item


item

item: (QuestionnaireResponseItem | null)[] | null

Nested questionnaire response items


answer

answer: (QuestionnaireResponseAnswer | null)[] | null

The response(s) to the question