Deprecated
The width of the textbox used by survey item.
<textbox>
textbox.name.textboxWidth
Read/Write
extent
The value can be specified in percentages, pixels, or points.
The following displays the value of textboxWidth in a text stimulus:
<text myText>
/ items= ("textboxWidth = <% textbox.q1.textboxWidth %>")
</text>
The following displays the value of textboxWidth in an instruction page:
<page myPage>
textboxWidth = <% textbox.q1.textboxWidth %>
</page>