Hello! I am trying to change the closing message of my pavlovia experiment, because there is a redirect to another link at the end of the experiment that I want to make sure participants get to.
The closing message I am referring to appears in a pop-up box, and it appears to be personalizable.
I am interested in this as well. In the demos, the end message is slightly different, something like “Thank you for your patience. The data is saved.” So it seems this is possible.
What browsers have you tried? I’m certainly not confident with having a stable solution here. I think it is possible to edit the JavaScript in Gitlab, but changes would be lost when you sync
I believe the ‘Thanks for your patience’ text is added at a similar time that all ‘End of Experiment’ sections of routines are pushed to the timeline.
I think this is the case because I use the variable ‘message’ earlier on in my experiment to create custom texts corresponding to which condition each participant is assigned to, and luckily the ‘Thanks for your patience’ text does not appear in these cases
If you’re extra curious about it I’d suggest you look in the PsychoJS documentation here because the ‘Thanks for your patience’ text is not added within the .js file created when you sync new versions of your local experiment with Pavlovia; therefore it’s likely part of the PsychoJS library itself.
This probably comes a bit too late, but for anyone having this problem, I solved it by inserting the message in the each frame tab.
This allows to show different messages if you have more than one reason to end the experiment (e.g participants not introducing a valid name at the start).