up Inquisit Language Reference

imageWidth property

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

Member of

<image>

Syntax

image.name.imageWidth

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.