up Inquisit Language Reference

subcaptionFontHeight property

The height of the font used to print the subcaption on a survey question.

Member of

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

Syntax

object.name.subcaptionFontHeight

Read/Write

Type

extent

Remarks

The value can be specified in percentages, pixels, or points.

Examples

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

<text myText>
/ items= ("subcaptionFontHeight = <% listbox.q1.subcaptionFontHeight %>")
</text>

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

<page myPage>
subcaptionFontHeight = <% checkboxes.q2.subcaptionFontHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.