up Inquisit Language Reference

scaleWidth property

The width of the likert scale.

Member of

<likert>

Syntax

likert.name.scaleWidth

Read Only

Type

extent

Remarks

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

Examples

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

<text myText>
/ items= ("correct = <% trial.somelikert.scaleWidth %>")
</text>

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

<page myPage>
correct = <% trial.somelikert.scaleWidth %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.