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

boolean A boolean value of true or false.

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.