This project is an active and passive go-no-go inhibition experiment for Presentation® (NeuroBehavioral Systems). For most go-no-go task the participant would be asked to click for a reocorring stimulus and not click for a different type of stimulus that occurs significantly less frequent (inhibition). In this case the participant has a Cue that gives them info if they have to potentially inhibit (active inhibition) or if they need to inhibit for sure (passive inhibition) for the following stimulus.
Table of Contents
- About the project
- Getting started
- Info about the experiment
- Data collection
- License
- Contact
- Acknowledgements
This experiment looks at the the passive and active inhibition during a go-no-go task. This experiment was developed as a follow up study after Ana A. Francisco, Douwe J. Horsthuis, Maryann Popiel, John J. Foxe and Sophie Molholm (2020) Atypical response inhibition and error processing in 22q11.2 Deletion Syndrome and schizophrenia: Towards neuromarkers of disease progression and risk
Instead of a more traditional go-no-go experiment, this experiment has both active and passive inhibition. Normally the participant would be asked to click for a reocorring stimulus and not click for a different type of stimulus that occurs significantly less frequent. In this case the participant has a Cue that gives them info if they have to potentially inhibit (active inhibition) or if they need to inhibit for sure (passive inhibition). During the experiment participants will see stimulus pairs. If the pair is a animal, followed by an animal, they click (go trial, happens most of the time), for a small amount of the time there might be one of the no-go trials, that never follow each other, so there is always a go-trial before them. The no-go trials are passive (object - animal or object - object) or active (animal- object).
To get a local copy up and running follow these simple steps.
You need to have any version of the Presentation software.
To achieve the same stable time resolution this experiment should be presented on a 60Hz screen.
Please contact douwehorsthuis@gmail.com for access to the stimuli
Create 3 folders
Folder 1 - "Presentation Files" - this folder should contain all the presentation files and Sequences found in the "src" folder
Folder 2 - "Stimuli" - this folder should contain all the images need for the experiment
Folder 3 - "Logfiles" - this folder will be filled with all the presentation Logfiles containing the behavioral data
The stimuli are all the individual animal and object pictures that are taken from the Bank of Standardized stimuli (BOSS).
Logfiles with experiment reaction times and other information automatically should be placed in the logfile folder. In these logfiles you will find the behavioral information of each time the experiment is ran.
In the Presentation Files folder you'll find the experiment and the sequences that are semi-randomized, so we are sure that there are no 2 no-go trials in a row and how many no-go trials there are. These sequences are made so that there are always go trials before a no-go trial
These are the instructions people see 1-by-1 before they start:
This leads to 3 types of response:
1- hits - animal-animal (this is what happens 80 percent of the time) 2- active inhibition - animal-object (since the first one doesn't inform you it will be a inhibition trial) 3- passive inhibition - object-object or object-animal (since the first one already tells that you won't have to care about the second)
The presentation software sends codes to the EEG system so that the responses and the stimuli can be time locked in the EEG data. The following is an explanation of each trigger code:
port code 101 = S1 go (animal)
port code 102 = S2 go (animal)
port code 111 = S1 no-go (animal)
port code 112 = S2 no-go (object)
port code 121 = S1 passive(object)
port code 122 = S2 passive (object)
port code 131 = S1 Passive (object)
port code 132 = S2 Passive (animal)
port code 2 = fixation cross
port code 201 = start recording
port code 200 = pause recording
The reason this experiment is coded in presentation, is because of the timing resolution of this software/language. When setup correctly this experiment has potentially 1ms of jitter. This is measured here at our lab, using an oscilloscope. It is critical that this is re-tested before EEG data is collected.
This experiment is used to collected EEG data. To have enough trials one should run all the scenarios in a row. This should lead to enough inhibition errors to look at the data.
To make sure the paradigm does what we hoped we tested it by collecting data on a couple of control participants. We wanted to see if there was a difference between a hit and an correct rejection and if there was any difference in CNV between when a participant knew they don't have to prepare and when they have to perpare for a possible inhibition.
CNV (preparing vs not preparing)
Distributed under the MIT License. See LICENSE for more information.
Douwe Horsthuis - @douwejhorsthuis - douwehorsthuis@gmail.com - CNL Albert Einstein College of Medicine
Project Link: https://github.com/DouweHorsthuis/Active-and-passive-inhibition-experiment-Cued-BOSS/
- Ana Francisco - The post doctoral fellow that had the ideas for the experiment