Hello,
I am wondering if it is possible to show a message to the user if the experiment is aborted in the middle of it by the user.
We want to show the user ressources and help if they feel bad after seeing images that made them stop the experiment.
THanks
You can direct participants to different finish pages based on any criterion. For that see the documentation for the defaults.finishpage property. In your case, you could set a <value> depending on full vs. partial completion via conditional logic and direct to different pages based on that.
Technicalities aside though, you may want to consider making those resources available to all participants regardless of full vs partial completion.
Thanks for the quick reply as usual.
So if i understand correctly, i can redirect them to an url, but not an inquisite page? Do i need to create that page with a different program?
Yes. If a user aborts a script, that script can't do anything anymore (such as display any further info).