Feedback for a respondent about their response to a question.
| JSON representation | |
|---|---|
{
"text"
:
string
,
"material"
:
[
{
object (
|
|
| Fields | |
|---|---|
text
|
Required. The main text of the feedback. |
material[]
|
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 |
|
TextLink
Link for text.
| JSON representation | |
|---|---|
{ "uri" : string , "displayText" : string } |
|
| Fields | |
|---|---|
uri
|
Required. The URI. |
displayText
|
Required. Display text for the URI. |
VideoLink
Link to a video.
| JSON representation | |
|---|---|
{ "displayText" : string , "youtubeUri" : string } |
|
| Fields | |
|---|---|
displayText
|
Required. The display text for the link. |
youtubeUri
|
The URI of a YouTube video. |

