up Inquisit Language Reference

imageHeight property

The height of the image used by a image survey item.

Member of

<image>

Syntax

image.name.imageHeight

Read/Write

Type

extent

Remarks

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

Examples

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

<text myText>
/ items= ("imageHeight = <% image.i1.imageHeight %>")
</text>

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

<page myPage>
imageHeight = <% image.i1.imageHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.