up Inquisit Language Reference

showQuestionNumbers property

Whether to show question numbers on a survey page.

Member of

<survey> <surveyPage>

Syntax

object.name.showQuestionNumbers

Read/Write

Type

boolean

Remarks

A value of 1 indicates the button will be shown, 0 indicates it will not.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.