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