up Inquisit Language Reference

finishPage attribute

The finishPage attribute specifies the url that participants will be redirected to upon completing the web experiment. This attribute has no effect for scripts run in Inquisit Lab.

Member of

<defaults>

Syntax

/ finishPage = url

Parameters

Name Type Description
url string A string indicating the url to redirect participants.

Remarks

By default, a generic web page is opened in the browser at the end of the experiment with a 'thank you' message and instructions for uninstalling Inquisit Player App.

If 'inquisit://finish' is specified for the finish page, participants are simply returned to the Inquisit Player app, and no page is opened in the browser.

Examples

The following sets the finish page to "https://www.millisecond.com/barrelofmonkeys.htm", dynamically setting the url parameter 'score' to a value computed by the script:

<defaults>
/ finishPage = "https://www.millisecond.com/barrelofmonkeys.htm?score=<%values.finalScore%>"
</defaults>

Copyright Millisecond Software, LLC. All rights reserved.