Main content

Home

Menu

Loading wiki pages...

View
Wiki Version:
THIS PROJECT HAS BEEN ARCHIVED You can run the IAT-lab or Online using PsychoPy3 and Pavlovia: https://gitlab.pavlovia.org/demos/openiat (this version is based on this OpenIAT code) 0.1 Credits ----------- Created by Tom Stafford & Robin Scaife at the University of Sheffield [http://www.tomstafford.staff.shef.ac.uk/][1] Part of the *Leverhulme Trust* funded Bias and Blame project [https://blogs.nottingham.ac.uk/biasandblame/][2] (PI: Jules Holroyd, University of Nottingham) 0.2 Getting going ----------------- One click download: _AllFilesAndFolders.zip These files require installation of python 2.7+ and psychopy 1.80+ The psychopy file runs a simple race IAT. **NOTE: This is the short IAT (5 blocks: 3 x 10 practice trials + 2 x 20 test trials), not the longer IAT (7 blocks: 3 x 20 practice trials + 4 x 20 test trials).** The analysis python files analyse the resulting data If you want to run a simple IAT you can probably do this by swopping out stimuli and with only basic knowledge of PsychoPy If you want to alter any aspects of the experiment, you'll need to get started with Python coding 1- General Notes ================ Developed in PsychoPy 1.80 Should work on Windows and Linus (not tested under Mac) The build of the experiment allows for easy counter balancing. Order of pro-stereotype vs anti-stereotype IAT blocks is determined by the experimenter at the start. Enter 1 for pro-stereotypical - "Congruent" first or 2 for anti-stereotypical- "Incongruent first". This IAT has a built in gap of 1 second between the presentation of each stimulus. This discourages participants from randomly clicking through the experiment and allows for the programme to give the “Oops” feedback for incorrectly answered trials. 2- Stimuli ========== Both the faces and words used in this PsychoPy IAT are jpg files. This proved to be simpler than integrating text and image stimuli within the same trial. The face image stimuli are taken from where a number of IAT stimulus sets are made available for researchers. The following citation is appropriate for referencing use of these stimuli: > Nosek, B. A., Smyth, F. L., Hansen, J. J., Devos, T., Lindner, N. M., > Ratliff (Ranganath), K. A., Smith, C. T., Olson, K. R., Chugh, D., > Greenwald, A. G., & Banaji, M. R. (2007). Pervasiveness and correlates > of implicit attitudes and stereotypes. *European Review of Social > Psychology,18*, 36-88. The word stimulus images were created using Microsoft Paint. 2.1- Editing the Stimuli ------------------------ To change the stimuli to build your own IAT simply transfer the image files you wish to use to the stimuli folder and change the file names in the excel files for each condition to correspond with your new images. Remember to make sure that the CorrAns column in the excel file still reflects the correct key response for the image occupying the same row. 3- Data Output/IAT Scores ========================= This PsychoPy IAT generates an excel file for each participant which records whether they answered correctly (1=correct 0=incorrect) and their reaction times in milliseconds. The scoring procedure used by the code (calcIAT.py) to generate the overall IAT score is based on the recommendations made in the following paper: > 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*(2), > 197-216. The procedure goes through the following steps: 1. Eliminate scores over 10,000 ms 2. Returns a score of "Too Fast" for participants who have RTs less than 300ms for more than 10% of their trials 3. Calculate the Block 3 mean reaction time for correctly answered trials and the block 5 mean reaction time for correctly answered trials. 4. Calculate the pooled standard deviation for all items in blocks 3 & 5 (as if they were just one block) regardless of if they were answered correctly or incorrectly: (Use N not N-1 because this is the whole sample). 5. In blocks 3 & 5 replace incorrectly answered items with the mean for that group (from step 3) + 600ms and recalculate the mean for groups 3 & 5. 6. Finally calculate Block 5 - Block 3 ÷ Pooled standard deviation to generate your overall IAT score/GNB Score [1]: http://www.tomstafford.staff.shef.ac.uk/ [2]: https://blogs.nottingham.ac.uk/biasandblame/
OSF does not support the use of Internet Explorer. For optimal performance, please switch to another browser.
Accept
This website relies on cookies to help provide a better user experience. By clicking Accept or continuing to use the site, you agree. For more information, see our Privacy Policy and information on cookie use.
Accept
×

Start managing your projects on the OSF today.

Free and easy to use, the Open Science Framework supports the entire research lifecycle: planning, execution, reporting, archiving, and discovery.