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>
url | A string in quotes 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>