The text subcaption on a survey question.
<caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <surveyPage>
object.name.subcaption
Read/Write
string
The following displays the value of subcaption in a text stimulus:
<text myText>
/ items= ("subcaption = <% listbox.q1.subcaption %>")
</text>
The following displays the value of subcaption in an instruction page:
<page myPage>
subcaption = <% checkboxes.q2.subcaption %>
</page>