up Inquisit Language Reference

finishPage property

Gets or sets the finish page url.

Member of

<defaults>

Syntax

defaults.name.finishPage

Read/Write

Type

string

Remarks

The finish page property is used to redirect web participants to a url after they have completed to experiment. The destination url could be dynamically determined from a response on a single trial, the results of an aggregate performance metric, the time of day, or any property value from the experiment. The property can also be used to dynamically set values of query parameters to be sent to the destination web server.

Examples

The following displays how set the finishpage based on performance at the conclusion of the script:

<trial example>
/ onTrialEnd = {if (values.percentCorrect > 80) defaults.finishPage="https://myserver.com/topprize.html";}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.