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.
<defaults>
Name | Type | Description |
---|---|---|
url | string | A string indicating the url to redirect participants. |
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.
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>