up Inquisit Language Reference

numPoints property

Number of points on a likert scale.

Member of

<likert>

Syntax

likert.name.numPoints

Read/Write

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("numPoints = <% likert.q1.numPoints %>")
</text>

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

<page myPage>
numPoints = <% likert.q1.numPoints %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.