up Inquisit Language Reference

showQuestionNumbers attribute

The showQuestionNumbers attribute specifies whether survey questions should be numbered.

Member of

<survey> <surveyPage>

Syntax

/ showQuestionNumbers = boolean

Parameters

Name Type Description
boolean boolean

Remarks

Examples

The following survey does not display question numbers:

<survey mySurvey>
/ pages=[1=page1; 2=page2]
/ showQuestionNumbers = false
/ showBackButton = false
</survey>

Copyright Millisecond Software, LLC. All rights reserved.