Multiple completion URLs

Hi there,
Is it possible to redirect participants back to a recruitment platform at the end of the study using multiple completion URLs, depending on their answers within the survey?

For example,
a) those who do not consent are redirected using one link
b) those who do consent are redirected at the end of the survey using a different link

Thanks

psychoJS.setRedirectUrls(myCompletedURL, myCancelledURL)

You need to have something in the CompletedURL field then you can edit it with this code

1 Like