___________________________________________________________________________________________________________________ CHANGE BLINDNESS ___________________________________________________________________________________________________________________ Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC Date: 09-13-2013 last updated: 04-24-2024 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 04-24-2024 Millisecond Software ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ This script implements the change blindness paradigm as described in: Beck, M.R. & Levin, D.T (2003). The role of representational volatility in recognizing pre- and postChange objects. Perception & Psychophysics, 65, 458-468. ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants are presented a 'before' and an 'after' picture for 2s. Each picture consists of 3-16 different objects that are arranged in a 4x4 matrix. One object is changed from the 'before' to the 'after' picture. In two recognition tasks participants are asked to select a) the preChange object and b) the postChange objects out of 4 possible choices. The order of the tasks is counterbalanced between participants. ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 15-20 minutes ___________________________________________________________________________________________________________________ DATA OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields in the data files are: (1) Raw data file: 'changeblindness_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. expCondition: 1 = preChange Forced Choice Task before postChange Forced Choice Task 2 = postChange Forced Choice Task before preChange Forced Choice Task trialCounter: tracks the number of trials per block shift: 1 = right shift of coordinates for postChange presentation; 2 = left shift of coordinates for postChange presentation numberofObjects: stores the current number of objects in the array arrayPresentationTime: current arraypresentation time stimulusItems: the presented stimuli in order of trial presentation response: the participant's response (scancode of response buttons) correct: accuracy of response: 1 = correct response; 0 = otherwise latency: the response latency (in ms); measured from: onset of trial arrayItemNumbers: string variable that stores all the itemnumbers of the selected array objects preChangeObject: contains the itemnumber of the preChanged object (= same as object1) postChangeObject: contains the itemnumber of the postChanged object preFoilObject: contains the itemnumber of the prefoil object (= same as object2) in preChange lineup postFoilObject: contains the itemnumber of the postfoil object (= same as object3) in postChange lineup preUnrelatedObject1: contains the itemnumber of a totally new object in preChange lineup postUnrelatedObject1: contains the itemnumber of a totally new object in postChange lineup preUnrelatedObject2: contains the itemnumber of a totally new object in preChange lineup postUnrelatedObject2: contains the itemnumber of a totally new object in postChange lineup object1- object16: stores the itemnumber of object1 to object16 (screen locations randomly determined) (2) Summary data file: 'changeblindness_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) expCondition: 1 = preChange Forced Choice Task before postChange Forced Choice Task 2 = postChange Forced Choice Task before preChange Forced Choice Task practiceArrayPresentationTime: sets the object array presentation time during practice (default: 3000ms) Note: a practice session wasn't mentioned in the original article testArrayPresentationTime: sets the object array presentation time during testing (default: 2000ms) Note: could also be declared as a list in case different test_arraypresentationtimes = IV arrayISI: (interstimulus) time between offset of 'before' array and onset of 'after' array (default: 350ms) in ms tr4AFCISI: time between the two recognition tasks (default: 500ms) in ms iti: (intertrial) time between end of 2nd recognition task and onset of next 'before' array (default: 1000ms) in ms preChange3Hits- postChange3Fass: sums up hits/False Alarms (FAs) for preChange and postChange recognition preChange3Diff: difference in values.preChange_hits - values.preChange_FAs for array number = 3 (same for all array numbers) postChange3Diff: difference in values.postChange_hits - values.postChange_FAs for array number = 3 (same for all array numbers) the same for all array numbers 3-16 ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ * 'before' and 'after' picture: consist of 3-16 objects, randomly arranged in a 4x4 matrix ('after' picture is slightly shifted to the left or right by default) => one object changes from the 'before' to the 'after' picture * order of recognition tasks (preChange picture -> postChange picture) is counterbalanced by groupnumber * recognition tasks present: one foil (a different one for each task), the target item (preChange object or postChange object, 2 unrelated objects (different ones for each task); the order of the objects is randomly determined * by default half the 'after' pictures are shifted to the left, the other half to the 'right' (randomly determined) * Test Block: 14 different array objects (3-16) * 4 repetitions = 56 trial sequences *optional practice block: 10 practice trials with number of array objects = 4 and with error feedback (it is run by default); array presentation times can be set independently from testing session under section Editable Parameters. ___________________________________________________________________________________________________________________ STIMULI ___________________________________________________________________________________________________________________ The images provided with this script are digitalized versions (300px x 300px) of the pictures presented by: Snodgrass, J. G., & Vanderwart, M. (1980). A standardized set of 260 pictures: Norms for name agreement, image agreement, familiarity, and visual complexity. Journal of Experimental Psychology: Human Learning & Memory, 6, 174-215. The images were created in Paint.NET by Millisecond Software LLC. ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ not original; 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: durations: /runPracticeBlock: true = runs a practice block (see block.practice under BLOCKS) - default option false = skips the practice block (!!!Instructions need to be updated accordingly) /practiceArrayPresentationTime: sets the object array presentation time during practice in ms (default: 3000ms) Note: a practice session wasn't mentioned in the original article /testArrayPresentationTime: sets the object array presentation time during testing in ms (default: 2000ms) Note: could also be declared as a list in case different test_arraypresentationtimes = IV /arrayISI: (interstimulus) time in ms between offset of 'before' array and onset of 'after' array (default: 350ms) /tr4AFCISI: time between the two recognition tasks (default: 500ms) /iti: (intertrial) time in ms between end of 2nd recognition task and onset of next 'before' array (default: 1000ms) 4x4 Matrix Presentation: /pictureHeight: sets the picture size in canvas height percentages /column1X: - /row4Y: sets the picture center (in %) for the 4columns/4rows for 'before' picture /shiftPercent: determines how much the after picture should be shifted to right/left (default: 10% = 1/2 column width)