up Inquisit Language Reference

subcaption property

The text subcaption on a survey question.

Member of

<caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <surveyPage>

Syntax

object.name.subcaption

Read/Write

Type

string

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.