___________________________________________________________________________________________________________________ Sexual Attraction Implicit Association Test (IAT) with Women/Men targets Note: the script runs with placeholder images ___________________________________________________________________________________________________________________ Main Inquisit programming: Sean Draine (seandr@millisecond.com) last updated: 07-18-2023 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 07-18-2023 Millisecond Software ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ The Implicit Association Task (Greenwald, McGhee, & Schwartz, 1998) is a widely-used cognitive-behavioral paradigm that measures the strength of automatic (implicit) associations between concepts in people’s minds relying on latency measures in a simple sorting task. The strength of an association between concepts is measured by the standardized mean difference score of the 'hypothesis-inconsistent' pairings and 'hypothesis-consistent' pairings (d-score) (Greenwald, Nosek, & Banaji, 2003). In general, the higher the d-score the stronger is the association between the 'hypothesis-consistent' pairings (decided by researchers). Negative d-scores suggest a stronger association between the 'hypothesis-inconsistent' pairings. Inquisit calculates d-scores using the improved scoring algorithm as described in Greenwald et al (2003). Error trials are handled by requiring respondents to correct their responses according to recommendation (p.214). D-scores obtained with this script: Positive d-scores: support a stronger association between 'Women-Sexually Attractive' and 'Men-Sexually Unattractive' than for the opposite pairings Negative d-scores: support a stronger association between 'Men-Sexually Attractive' and 'Women-Sexually Unattractive' than for the opposite pairings References: general IAT Greenwald, A. G., McGhee, D. E., & Schwartz, J. K. L. (1998). Measuring individual differences in implicit cognition: The Implicit Association Test. Journal of Personality and Social Psychology, 74, 1464-1480. Greenwald, A. G., Nosek, B. A., & Banaji, M. R. (2003). Understanding and Using the Implicit Association Test: I. An Improved Scoring Algorithm. Journal of Personality and Social Psychology, 85, 197-216. Sexual Attraction IAT References: Snowden RJ, Wichter J, Gray NS. (2008). Implicit and explicit measurements of sexual preference in gay and heterosexual men: a comparison of priming techniques and the implicit association task. Arch Sex Behav. 2008 Aug;37(4):558-65. doi: 10.1007/s10508-006-9138-z. PMID: 17333326. Banse, R., Schmidt, A. F., and Clarbour, J. (2010). Indirect measures of sexual interest in child sex offenders: A multimethod approach. Criminal Justice and Behavior 37, 319–335 ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants are asked to categorize attributes (e.g. "Sensual"; "Repulsive") and and target items (e.g images of Men vs. Women) into predetermined categories via keystroke presses. The basic task is to press a left key (E) if an item (e.g. "Sensual") belongs to the category presented on the left (e.g. "Sexually Attractive") and to press the right key (I) if the word (e.g. "Repulsive") belongs to the category ("Sexually Unattractive") presented on the right. For practice, participants sort items into the target categories "Women vs. Men" and the attribute categories "Sexually Attractive vs. Sexually Unattractive". For the test, participants are asked to sort categories into the paired/combined categories (e.g. "Women OR Sexually Attractive" on the left vs. "Men OR Sexually Unattractive" on the right). Pairings are reversed for a second test (e.g. "Men OR Sexually Attractive" on the left vs. "Women OR Sexually Unattractive" on the right). Block order is counterbalanced by groupnumber. ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 5.5 minutes to complete ___________________________________________________________________________________________________________________ DATA OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields in the data files are: (1) Raw data file: 'sexualattraction_iat_manWoman_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 Note: odd/even groupnumbers balance the order in which hypothesis-compatible/incompatible blocks are run odd = compatible - incompatible even = incompatible - compatible 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 conditionOrder: c-ic: consistent -> inconsistent ic-c: inconsistent -> consistent response: the response key pressed (e.g. 18=E or 23=I) Note: script saves the final and -by design- correct response for each trial correct: the accuracy of the initial response 0 = initial response was incorrect and needed to be corrected 1 = initial response is correct latency: the latency of the final (correct) response in ms; measured from onset of stim stimulusNumber: the number of the current stimulus stimulusItem: the currently presented item Only meaningful for the last row of data in the raw data file (upon completion of IAT): da: d-score of the first short blocks db: d-score of the second long blocks d: overall d-score (non-weighted mean of the 2 d-scores); main DV Suggested Interpretation: D-score <= -0.65 => "a strong" preference for hypothesis-NONconforming pairings D-score < -0.35 => "a moderate" preference for hypothesis-NONconforming pairings D-score < -0.15 => "a slight" preference for hypothesis-NONforming pairings -0.15 <= D-score <= 0.15 "little to no" preference D-score > 0.15 => "a slight" preference for hypothesis-conforming pairings D-score > 0.35 => "a moderate" preference for hypothesis-conforming pairings D-score >= 0.65 => "a strong" preference for hypothesis-conforming pairings percentCorrect: the overall percent correct score of initial responses in test trials of D-score qualifying latencies propRT300: the proportion of response latencies < 300ms excludeCriteriaMet: 1 = yes, exclusion supported per Greenwald et al (2003, p.214, Table 4): More than 10% of all response latencies are faster than 300ms 0 = otherwise (2) Summary data file: 'sexualattraction_iat_manWoman_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) conditionOrder: c-ic: consistent -> inconsistent ic-c: inconsistent -> consistent da: d-score of the first short blocks db: d-score of the second long blocks d: overall d-score (non-weighted mean of the 2 d-scores); main DV Suggested Interpretation: D-score <= -0.65 => "a strong" preference for hypothesis-NONconforming pairings D-score < -0.35 => "a moderate" preference for hypothesis-NONconforming pairings D-score < -0.15 => "a slight" preference for hypothesis-NONforming pairings -0.15 <= D-score <= 0.15 "little to no" preference D-score > 0.15 => "a slight" preference for hypothesis-conforming pairings D-score > 0.35 => "a moderate" preference for hypothesis-conforming pairings D-score >= 0.65 => "a strong" preference for hypothesis-conforming pairings percentCorrect: the overall percent correct score of initial responses in test trials of D-score qualifying latencies propRT300: the proportion of response latencies < 300ms excludeCriteriaMet: 1 = yes, exclusion supported per Greenwald et al (2003, p.214, Table 4): More than 10% of all response latencies are faster than 300ms 0 = otherwise ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ Hypothesis-consistent pairings vs. hypothesis-inconsistent pairings; tested within-subjects in a blocked format => order is counterbalanced by groupnumber assignment odd groupnumbers run: consistent - inconconsistent pairings even groupnumbers run: inconsistent - consistent pairings Block Sequence: 1. Target Category sorting training 2. Attribute sorting training 3. 1. Test Block of hypothesis-consistent* pairings with 20 trials (half the participant start with inconsistent pairings) 4. 2. Test Block of hypothesis-consistent pairings with 40 trials 5. Target Category sorting training with targets switching sides 6. 1. Test Block of hypothesis-inconsistent pairings with 20 trials 7. 2. Test Block of hypothesis-inconsistent pairings with 40 trials In all Test Blocks: * attributes and targets alternate * attributes as well as targets are randomly selected without replacement Trial Sequence: Target -> until correct response -> ISI: 250ms (default)-> Target.... ___________________________________________________________________________________________________________________ STIMULI ___________________________________________________________________________________________________________________ Attributes: Words taken from Snowden et al (2008) Targets: Images This script runs with placeholder images. The images use the numbers of the IAPS images run by Snowden et al (2008). According to the authors: "Five male and five female pictures, taken from the International Affective Picture System (Lang, Bradley, &Cuthbert, 1997), were selected for their erotic, but not pornographic, content. The male pictures were IAPS 4460, 4500, 4534, 4550, and 4561 and the femalepictures were 4141, 4142, 4210, 4332, and 4240." (p.561) IAPS Reference: Lang, P. J., Bradley, M. M., & Cuthbert, B. N. (1997). International affective picture system (IAPS): Affective ratings of pictures and instruction manual. Technical Report A-6. Gainesville, FL: University of Florida. ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ * start instruction page is provided as an html page. It automatically adapts to different images and category labels UNLESS the number of attributes and/or targets have been changed. In this case, changes have to be made to file "intro_iat.htm", so that the correct number of items are presented in the overview table. Example: instead of 8 words for target A, only 5 should be presented: in file "intro_iat.htm": change: <td><%item.targetA.item(0)%>, <%item.targetA.item(1)%>, <%item.targetA.item(2)%>, <%item.targetA.item(3)%>, <%item.targetA.item(4)%>, <%item.targetA.item(5)%>, <%item.targetA.item(6)%>, <%item.targetA.item(7)%> </td> To: <td><%item.targetA.item(0)%>, <%item.targetA.item(1)%>, <%item.targetA.item(2)%>, <%item.targetA.item(3)%>, <%item.targetA.item(4)%> </td> * item.instructions under section 'Editable Instructions' contains the the trial instructions The instructions adapt automatically if different attributes and targets are used. ___________________________________________________________________________________________________________________ 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.