After all tasks and questions are completed, Anna is wrapping up the session, asks for contact information, and redirects testers if needed.

Summary questions

At the end, Anna is asking for general feedback for the session. This will help to get additional information that was not shared before.

Contact information

You can ask for the name, email, address, and the IBAN and decide which fields are required to complete the session.

Redirecting

After the successful upload of the recording, you can send the users to another website. This can be your own thank you landing page, offering an incentive, or an additional questionnaire.

If you are using a recruiting service (like TestingTime), you will be asked to send testers back to the service provider through a link.

Dynamic redirect

You can also add the parameter redirect to your study link.

// URL tester opens
<https://sld.so/t?abc&redirect=*https://yourwebsite.com/profile/chucknorris*>

// URL tester will be redirected after completion
*<https://yourwebsite.com/profile/chucknorris*>

Pass parameters (advanced)

If you want to create dynamic redirect study links and pass parameters, you can do that as well.

  1. Enable redirect (Study → Edit → End → Redirect)
  2. Add your redirect link with a placeholder like {PARAMETER_FROM_URL.username} for the data you want to receive
*<https://yourwebsite.com/profile/{PARAMETER_FROM_URL.username}*>
  1. Add the parameter you want to pass in the Solid study URL
// URL tester opens
<https://sld.so/t?abc&username=chucknorris>

// URL tester will be redirected after completion
*<https://yourwebsite.com/profile/chucknorris*>