The width of the back and forward buttons on a survey page.
<survey> <surveyPage>
object.name.navigationButtonWidth
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
The following displays the value of navigationButtonWidth in a text stimulus:
<text myText>
/ items= ("navigationButtonWidth = <% surveypage.page3.navigationButtonWidth %>")
</text>
The following displays the value of navigationButtonWidth in an instruction page:
<page myPage>
navigationButtonWidth = <% survey.mySurvey.navigationButtonWidth %>
</page>