Whether to show question numbers on a survey page.
<survey> <surveyPage>
object.name.showQuestionNumbers
Read/Write
boolean
A value of 1 indicates the button will be shown, 0 indicates it will not.
The following displays the value of showQuestionNumbers in a text stimulus:
<text myText>
/ items= ("showQuestionNumbers = <% surveypage.page3.showQuestionNumbers %>")
</text>
The following displays the value of showQuestionNumbers in an instruction page:
<page myPage>
showQuestionNumbers = <% survey.mySurvey.showQuestionNumbers %>
</page>