up Inquisit Language Reference

anchorWidth property

The width to be reserved between each anchor on the likert scale.

Member of

<likert>

Syntax

likert.name.anchorWidth

Read/Write

Type

extent

Remarks

Examples

The following displays the width of the anchors of a likert scale:

<text myText>
/ items= ("width = <% likert.somelikert.anchorWidth %>")
</text>

The following displays width of the anchors of a likert scale:

<page myPage>
anchor width = <% likert.somelikert.anchorWidth %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.