up Inquisit Language Reference

showBackButton attribute

The showBackButton attribute specifies the back button should appear on a survey page.

Member of

<survey> <surveyPage>

Syntax

/ showBackButton = 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]
/ showBackButton = false
/ showBackButton = false
</survey>

Copyright Millisecond Software, LLC. All rights reserved.