HOME

TheInfoList



OR:

PEBL (Psychology Experiment Building Language) is an open source software program that allows researchers to design and run psychological experiments. It runs on PCs using Windows, OS X, and Linux, using the cross-platform Simple DirectMedia Library (libSDL). It was first released in 2003.


Overview

PEBL is a programming language that allows users to create experiments by editing text files. It is written in C++, with a language parser designed using
Flex Flex or FLEX may refer to: Computing * Flex (language), developed by Alan Kay * FLEX (operating system), a single-tasking operating system for the Motorola 6800 * FlexOS, an operating system developed by Digital Research * FLEX (protocol), a comm ...
and
Bison Bison are large bovines in the genus ''Bison'' (Greek: "wild ox" (bison)) within the tribe Bovini. Two extant and numerous extinct species are recognised. Of the two surviving species, the American bison, ''B. bison'', found only in North Ame ...
. It incorporates functions compiled as C++ code that can be used in PEBL, as well as a large number of functions written in PEBL itself. PEBL supports presenting stimuli via text, images, movies, audio files; allows response collection via keypress, mouse, joystick, and specialized hardware devices; and supports a number of networking and communication protocols. The PEBL system and related files have been downloaded more than 100,000 times.


Test battery

As well as allowing researchers to develop their own experiments, PEBL includes a set of more than 50 common psychological testing paradigms as part of its Test Battery. Many of its tests have been used and published in peer-reviewed journals. These include implementations of:


References


External links

* Psychology experiments Behavioral experimentation software {{psychology-stub