Number of points on a likert scale.
<likert>
likert.name.numPoints
Read/Write
integer
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>