Gets or sets the finish page url.
<defaults>
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.
The following displays the available memory mode:
<trial example>
/ ontrialend = [if (values.percentcorrect > 80) defaults.finishpage="https://myserver.com/topprize.html";]
</trial>