The text caption on a survey question.
<button> <caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <surveypage> <textbox>
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>