项目作者: magpie-ea

项目描述 :
A Classic Cognitive Psychology experiment (Reaction time, Go/No-Go and Discrimination tasks)
高级语言: JavaScript
项目地址: git://github.com/magpie-ea/magpie-mental-chronometry.git
创建时间: 2018-03-19T12:30:57Z
项目社区:https://github.com/magpie-ea/magpie-mental-chronometry

开源协议:MIT License

下载


Mental Chronometry - Classic Cognitive Psychology Experiment

(description)

The Experiment

The experiment consists of three blocks appearing in the following order:

  1. Reaction time task

    The participant presses the space bar whenever there is a stimulus

    Recorded: reaction time

  2. Go/No-Go task

    The participant presses the space bar whenever their target (one of the two stimuli) is on the screen

    Recorded: the reaction time and the response

  3. Discrimination task

    The participant presses the F key on the keybord when there is one of the stimuli and the J key when there is the other one of the stimuli on the screen.

    Recorded: the reaction time and the response

  • The reaction times start from the onset of the visual stimuli to the button press

  • The response whether the reaction was correct or incorrect

_magpie

This experiment was built using _magpie.

Running the experiment

  1. Online Link: here

  2. Offline: Clone the repository, run npm install and open index.html.