The table below shows you the current state of play of PsychoJS. Per feature we list whether it’s:
Built-in Supported via the PsychoPy Builder
Prototype Supported via tutorials or customized experiments that can be cloned and adapted. Kudos to our users for pushing the envelope!
Not supported Supported by PsychoPy, but not yet supported by PsychoJS
Feature |
Status |
Notes |
---|---|---|
Stimuli |
||
Prototype |
The dots component isn’t yet in PsychoJS. You could use pre-created movies instead- or try a workaround with code components here thanks to Francesco Cabiddu |
|
Built-in |
Ensure to use the image extension when referencing images in your experiment e.g. “.png” “.jpg” - this will help avoid “Unknown Resource” errors |
|
Built-in |
Do check mediaFormats |
|
Built-in |
If using circles online use a “regular” polygon with 100 vertices - rather than using the dropdown “circle” option |
|
Built-in |
We recommend using “Text” rather than “TextBox” for static text online - since TextBox is still in beta |
|
Built-in |
For versions preceding 2022.1 textbox needed a code component with textbox.refresh() in the “Begin Routine” to be used on several trials |
|
Built-in |
||
Not supported |
Apertures, Envelope Gratings, Noise |
|
Responses |
||
Built-in |
||
Built-in |
||
Gyroscope |
Prototype |
Measures the orientation of tablets and smartphones. Try it out |
Eye-tracking |
Prototype |
|
Built-in |
||
Built-in |
Mouse components translate to touch responses on touch screens |
|
Built-in |
Use slider and not “rating” for online studies |
|
Built-in |
see above |
|
Built-in |
||
Built-in |
available in 2021.2 onward |
|
Not supported |
Joystick, Button boxes (Cedrus & IO Labs), Button component |
|
Data |
||
Built-in |
These can easily be imported into analysis software, such as Matlab, R, JAMOVI, or JASP |
|
Built-in |
Low-level logs. These offer detailed information, but are hard to analyze |
|
Built-in |
Similar to CSV, but stored in a database instead of files |
|
Not supported |
XLSX |
|
Flow and Logic |
||
Built-in |
Insert snippets of programming code, which can be automatically translated from Python to JavaScript |
|
Built-in |
Loops allow randomization and importing condition files. |
|
Prototype |
Adapt aspects of a trial based on earlier responses of a participant. Try out a “Just Noticeable Difference” staircase via staircase-demo |
|
Prototype |
Interleave several basic staircases. This is currently possible through interleaving basic stair prototype (note that in this prototype the staircase list is randomly shuffled each time). You can try a Pavlovia demo |
|
Prototype |
This is currently supported via jsQUEST you can try a demo and access the gitlab project to build on for your own research |
|
External Tools |
||
AMT |
Built-in |
Amazon Mechanical Turk. See instructions in this forum post |
Prolific |
Built-in |
See instructions at Recruiting with Prolific |
Qualtrics |
Built-in |
There are many guides available for integrating Qualtrics on our forum |
Sona |
Built-in |
See instructions at the Sona Systems website |
Thanks go out to Anastasia Carter, Arnon Weinberg, Francesco Cabiddu, Lindsay Santacroce, and Wakefield Carter; they made tutorials and/or demo experiments available that we referenced in the list above.
Anything else we should add to the list above? Built a cool prototype? Please tell us via the PsychoPy Forum.