___________________________________________________________________________________________________________________ *AUDITORY STROOP (Gender)* ___________________________________________________________________________________________________________________ Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC Date: 11-10-2014 last updated: 10-17-2023 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 10-17-2023 Millisecond Software ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ This script runs a Gender Auditory Stroop Procedure. The classic Stroop paradigm, using visual stimuli, demonstrates the interference of word meaning on naming the color in which the words are written as measured by reaction time/accuracy differences to color-meaning congruent and color-meaning incongruent combinations. The Gender Auditory Stroop Procedure tests the interference effect using auditory congruent and incongruent stimuli combinations. The implemented procedure is based on: Green, E.J. & Barber, P.J. (1981). An auditory Stroop effect with judgments of speaker gender. Perception &Psychophysics, 30, 459-466. ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants hear words spoken in a female or male voice and have to sort them according to speaker gender. Some words are stroop words ("man" vs. "girl") -words that have a relation to gender- some are control words ("mill" vs. "game") - words that have no relation to gender. Control and stroop words are tested either in a mixed or in a blocked design depending on selected groupnumber: Groupnumber1: runs mixed design with female on the left response key and male category on the right response key Groupnumber2: runs blocked design with female on the left response key and male category on the right response key Groupnumber3: runs mixed design with female on the right response key and male category on the left response key Groupnumber4: runs blocked design with female on the right response key and male category on the left response key ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 8 minutes to complete ___________________________________________________________________________________________________________________ DATA OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields in the data files are: (1) Raw data file: 'auditorystroop_Gender_raw*.iqdat' (a separate file for each participant) build: The specific Inquisit version used (the 'build') that was run computer.platform: the platform the script was run on (win/mac/ios/android) date, time: date and time script was run subject, group: with the current subject/groupnumber session: with the current session id blockCode, blockNum: the name and number of the current block (built-in Inquisit variable) trialCode, trialNum: the name and number of the currently recorded trial (built-in Inquisit variable) Note: trialNum is a built-in Inquisit variable; it counts all trials run; even those that do not store data to the data file such as feedback trials. Thus, trialNum may not reflect the number of main trials run per block. presentation: "mixed" vs. "blocked" condition: "Stroop" vs. "Control" gender: "male" vs. "female" recording voice congruency: "congruent" vs. "incongurent" (for control words this distinction is pseudo-congruency) stimulusItem: the presented stimuli in order of trial presentation response: the participant's response (scancode of response button) 30 = left 38 = right 0 = no response responseCategory: the interpreted key response: "female" "male" "no response" correct: the correctness of the response (1 = correct; 0 = incorrect) latency: the response latency (in ms); measured from onset of spoken word (2) Summary data file: 'auditorystroop_Gender_summary*.iqdat' (a separate file for each participant) inquisit.version: Inquisit version run computer.platform: the platform the script was run on (win/mac/ios/android) startDate: date script was run startTime: time script was started subjectId: assigned subject id number groupId: assigned group id number sessionId: assigned session id number elapsedTime: time it took to run script (in ms); measured from onset to offset of script completed: 0 = script was not completed (prematurely aborted); 1 = script was completed (all conditions run) presentation: "mixed" vs. "blocked" Note: the distinction btw. congruent and incongruent control trials is arbitrary as the words spoken have no female-male affiliation list.accCStroop.itemCount: counts congruent Stroop trials list.accIcStroop.itemCount: counts incongruent Stroop trials list.accCCtrl.itemCount: counts congruent Control trials list.accIcCtrl.itemCount: counts incongruent Control trials propCorrectCongruentstroop: proportion correct congruent Stroop trials propCorrectIncongruentstroop: proportion correct incongruent Stroop trials propCorrectCongruentControl: proportion correct congruent Control trials propCorrectIncongruentControl: proportion correct incongruent Control trials meanrtCongruentstroop: mean latency (in ms) for correct congruent Stroop trials meanrtIncongruentstroop: mean latency (in ms) for correct incongruent Stroop trials meanrtCongruentControl: mean latency (in ms) for correct congruent Control trials meanrtIncongruentControl: mean latency (in ms) for correct incongruent Control trials ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ within-participant: Stroop (gender-related) vs. Control (gender non-related) words between-participant: mixed vs blocked presentation of stroop and control words (selected by groupnumber: odd -> mixed; even -> blocked) blocked: block.Controlwords; block.StroopWords => each run the 4 stimuli x 6 repetitions (for a total of 2 x 24 = 48 trials) Note: the order of the blocks is randomly determined mixed: block.GenderStroop (run twice) => each run 8 stimuli x 3 repetitions (for a total of 2 x 24 = 48 trials) Responsekeyassignments are counterbalanced by groupnumber (more info under section EXPERIMENT): Groupnumber1: runs mixed design with female on the left response key and male category on the right response key Groupnumber2: runs blocked design with female on the left response key and male category on the right response key Groupnumber3: runs mixed design with female on the right response key and male category on the left response key Groupnumber4: runs blocked design with female on the right response key and male category on the left response key Practice: - Blocked: each test block is preceded by an 8-trial practice session (each word is presented twice) - Mixed: one practice block of 16 trials before the test blocks Trials: each trial lasts 5s (soa = 5s btw onset of consecutive stimuli); speed can be adjusted under Editable Parameters ___________________________________________________________________________________________________________________ STIMULI ___________________________________________________________________________________________________________________ Stroop Words: Man, Girl Control Words: Mill, Game Recordings are provided by Millisecond Software and were done by a single male and a single female voice in Audacity (native speakers of American English) The sound files can be exchanged under section Editable Stimuli ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ Instructions are not original. They are provided by Millisecond Software and can be edited under section Editable Instructions. ___________________________________________________________________________________________________________________ EDITABLE CODE ___________________________________________________________________________________________________________________ check below for (relatively) easily editable parameters, stimuli, instructions etc. Keep in mind that you can use this script as a template and therefore always "mess" with the entire code to further customize your experiment. The parameters you can change are: /responseKeyLeft: the left response key ("A") /responseKeyRight: the right response key ("L") /soa: stimulus onset asynchrony: time between onset of one stimulus and the onset of the next in ms (default: 5000) -> every 5 s a new word is spoken. /getReadyDuration: the duration (in ms) of the get-ready-trial (default: 5000ms)