up Inquisit Language Reference

showNextButton attribute

The showNextButton attribute specifies the next button should appear on a survey page.

Member of

<survey> <surveyPage>

Syntax

/ showNextButton = boolean

Parameters

Name Type Description
boolean boolean

Remarks

The default is true.

Examples

The following survey allows forward navigation only:

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

Copyright Millisecond Software, LLC. All rights reserved.