up Inquisit Language Reference

finishpage property

Gets or sets the finish page url.

Member of

<defaults>

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 the available memory mode:

<trial example>
/ ontrialend = [if (values.percentcorrect > 80) defaults.finishpage="https://myserver.com/topprize.html";]
</trial>

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