The finishPage attribute specifies the url that participants will be redirected to upon completing the web experiment. This attribute has no effect for scripts with the Lab.
<defaults>
Name | Type | Description |
---|---|---|
url | string | A string indicating the url to redirect participants. |
The default value is the url specified when registering the experiment.
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>