Unlike other software to program experiments, PsyToolkit uses scripts. There is no point-and-click graphical user interface. This has advantages and disadvantages. The disadvantage is that it takes somewhat more time to learn. The advantage is that it is ultimately much more flexible and much faster to programme an experiment than in other similar software.

This document gives a short intro to scripts, and the syntax documentation gives all the details.

History

In the mid 2000s, PsyToolkit was started and designed for the Linux operating system. Today, it has expanded, and it can run within browsers using Javascript and HTML5 technology. The latter is great for online data collection and for teaching purposes.

PsyToolkit is a complex piece of software of many thousands of lines of code. It includes an online system that allows users to program and run experiments from within a browser, and since 2014 online data collection has become possible.

It is free of cost! This means that there are no cost barriers that keep people from designing and running cognitive psychological experiments.

Compilation

Once you have written a PsyToolkit script, you need to "compile" it. This means that the script is translated in a piece of software the computer can work with. Currently, there are different ways of doing compilation. If you use PsyToolkit on Linux, you can create C code with superior timing and uses the hardware optimally. But you can also compile for Javascript; the option allow you to run experiments within a browser.

How to learn PsyToolkit

It is best to start looking at examples and watching some of the videos. Once you understand the basics, you can use the syntax documentation to look up details.