up Inquisit Language Reference

scalewidth property

The width of the likert scale.

Member of

<likert>

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 sometext>
/ items= ("correct = <% trial.somelikert.scalewidth %>")
</text>

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

<page somepage>
correct = <% trial.somelikert.scalewidth %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.