The response given by the participant for the specified survey item.
<caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox>
surveyitem.name.response
Read Only
value
This property returns an array of responses. While most survey items support one response, some support multiple responses. For example, survey items with 'other' response defined and checkbox items support multiple responses.
The following displays the responses given to checkbox.example in a text element:
<text myText>
/ items= ("response = <% checkbox.example.response %>")
</text>