up Inquisit Language Reference

caption property

The text caption on a survey question.

Member of

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

Remarks

Examples

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

<text sometext>
/ items= ("caption = <% listbox.q1.caption %>")
</text>

The following displays the value of caption in an instruction page:

<page somepage>
caption = <% checkboxes.q2.caption %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.