Psychology Wiki
(Created page with "{{SpecsPsy}} '''PsyToolkit''' is a software package for running psychological experiments,<ref>Stoet, G. (2010). PsyToolkit - A software package for programming psychologi...")
Tag: rollback
 
(Update about the software)
Tags: Visual edit apiedit
Line 3: Line 3:
   
 
==Features==
 
==Features==
PsyToolkit was designed to offer an easy to use scripting language for creating experiments and provide an extensive library of resources and documentation. It runs on the [[Linux]] operating system and it has no [[graphical user interface]], although a demonstration mode for [[Java (software platform)|Java]] exists. The software is compatible with Cedrus and [[IOLab systems]] keyboards. Unique to the software is that the scripting language is translated into (editable) C code, which then in turn is compiled into an executable using the [[GNU Compiler Collection|Gnu C compiler]]. Apart from creating experiments, it also has a computer based questionnaire presenter (called PsyQuest) using the [[GTK+]] toolkit.
+
PsyToolkit was designed to offer an easy to use scripting language for creating experiments and provide an extensive library of resources and documentation. The software is compatible with Cedrus, BlackBox, and [[IOLab systems]] keyboards. Unique to the software is that the scripting language is translated into (editable) C code, which then in turn is compiled into an executable using the [[GNU Compiler Collection|Gnu C compiler]]. Apart from creating experiments, it also has a computer based questionnaire presenter (called PsyQuest) using the [[GTK+]] toolkit.
   
  +
Since version 2.0.0, a fully functional web based version is available.
Since version 1.4.0, experiments can be compiled into [[Java (software platform)|Java]] code which runs on all platforms (but which has limitations in terms of timing and functionality).
 
   
 
The software is released with various examples of popular paradigms in experimental psychology, including [[inhibition of return]], task switching, [[attentional blink]], spatial compatibility, multiple object tracking, and [[visual search]].
 
The software is released with various examples of popular paradigms in experimental psychology, including [[inhibition of return]], task switching, [[attentional blink]], spatial compatibility, multiple object tracking, and [[visual search]].

Revision as of 13:18, 30 April 2015

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Individual differences | Personality | Philosophy | Social |
Methods | Statistics | Clinical | Educational | Industrial | Professional items | World psychology |

Other fields of psychology: AI · Computer · Consulting · Consumer · Engineering · Environmental · Forensic · Military · Sport · Transpersonal · Index


PsyToolkit is a software package for running psychological experiments,[1] and it is best classified as behavior experiment software. It was developed by Dr Gijsbert Stoet as a software project at Washington University in St. Louis in 2005.[2] Currently, the software is being developed at the University of Glasgow. The software has been presented several times at the annual meeting of the Society for Computers in Psychology.

Features

PsyToolkit was designed to offer an easy to use scripting language for creating experiments and provide an extensive library of resources and documentation. The software is compatible with Cedrus, BlackBox, and IOLab systems keyboards. Unique to the software is that the scripting language is translated into (editable) C code, which then in turn is compiled into an executable using the Gnu C compiler. Apart from creating experiments, it also has a computer based questionnaire presenter (called PsyQuest) using the GTK+ toolkit.

Since version 2.0.0, a fully functional web based version is available.

The software is released with various examples of popular paradigms in experimental psychology, including inhibition of return, task switching, attentional blink, spatial compatibility, multiple object tracking, and visual search.

References

  1. Stoet, G. (2010). PsyToolkit - A software package for programming psychological experiments using Linux. Behavior Research Methods, 42, 1096-1104.
  2. All About Psychology.com, Psychology Software

External links

  • Template:Official