Number of points on a likert scale.
<likert>
The following displays the value of numpoints in a text stimulus:
<text sometext>
/ items= ("numpoints = <% likert.q1.numpoints.1 %>")
</text>
The following displays the value of numpoints in an instruction page:
<page somepage>
numpoints = <% likert.q1.numpoints.1 %>
</page>