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 with the Lab.

Member of

<defaults>

Syntax

/ finishpage = "url"

Parameters

url A string in quotes indicating the url to redirect participants.

Remarks

The default value is the url specified when registering the experiment.

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>

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