up Inquisit Language Reference

response property

The response given by the participant for the specified survey item.

Member of

<caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <textbox>

Syntax

surveyitem.name.response

Read Only

Type

value

Remarks

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.

Examples

The following displays the value of response in a text stimulus:

<text myText>
/ items= ("response = <% checkbox.example.response[0] %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.