up Inquisit Language Reference

textboxwidth property

The width of the textbox used by survey item.

Member of

<textbox>

Remarks

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

Examples

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

<text sometext>
/ items= ("textboxwidth = <% textbox.q1.textboxwidth %>")
</text>

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

<page somepage>
textboxwidth = <% textbox.q1.textboxwidth %>
</page>

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