Helper for the PsyScript Editor

This page can be used to figure out the home folder of your project. It is useful only if it's in the same folder as the PsyScript script you're working on. If it's not in the same folder the results will be wrong.

This file is in the folder I don't know yet.

You can copy the text from the following field and paste it into your script, perhaps replacing the one that's already there. You usually find that line in the first few lines of your script.

Discussion of the above path

I couldn't run the JavaScript to figure out my path. Do you have JavaScript disabled in your browser ?

Since this path starts with file: you can access, edit and run an experiment this way youself, but people using other computers can't use this path to see the experiment in their web browsers.

Since this path starts with http: your access method is suitable for an experiment that you want people on the internet to access using a web browser. However, communications with a server using HTTP are not encrypted, so anyone monitoring your network might be able to see details of the experiment and the responses (this is not simple to do and requires some understanding of how the internet works, but it can be done). To keep this information more secure you should be using HTTPS instead.

Since this path starts with https: your access method is suitable for an experiment that you want people on the internet to access using a web browser. Communications using HTTPS are encrypted, so details of the experiment and the responses will be very hard for a third party to spy on.