Configure the online settings of your experiment

For the most part, making a study to go online is identical to making a study to run locally. However, if you are making a study to run online, you cannot code your experiment in pure python. This is because your experiment needs to be created in a programming language that can be interpreted by your browser, and most browsers don’t understand python, they understand JavaScript. If you make your experiment in Builder view, this GUI will write both a python and JavaScript version of your experiment. So it can be run online - without needing to learn JavaScript! So, to get started, we highly recommend you familiarize yourself with the Builder components of PsychoPy® Builder.

So, you’ve made your study in Builder. To run the study online you want to start by configuring your online settings, these can be accessed through Experiment Settings:

../_images/online_tab.png

Fig. 14 The “Online” tab of Experiment settings.

This Online tab has the following parameters:

Note

For completed and incomplete URLs, participants will only be redirected once their data has saved and they are presented with a green “Thank-You” message where they click “OK” - you might wish to emphasize this in your end of task instructions.

Warning

Be mindful of how many resources your experiment has. If you have very large resource files (e.g. long movies) or a large number of files (e.g. >500 images) this can result in it taking a very long time for resources to load at the beginning of your experiment. You might want to consider looking into the Resource Manager Component component or the Static Component.


Back to top