Feedback

Feedback for a respondent about their response to a question.

JSON representation
{
  "text": string,
  "material": [
    {
      object (ExtraMaterial)
    }
  ]
}
Fields
text

string

Required. The main text of the feedback.

material[]

object (ExtraMaterial)

Additional information provided as part of the feedback, often used to point the respondent to more reading and resources.

ExtraMaterial

Supplementary material to the feedback.

JSON representation
{

  // Union field content can be only one of the following:
  "link": {
    object (TextLink)
  },
  "video": {
    object (VideoLink)
  }
  // End of list of possible types for union field content.
}
Fields
Union field content. Required. The contents of the extra material. content can be only one of the following:
video

object (VideoLink)

Video feedback.