User Manual: Inquisit Color Multi Source Interference Task (cMSIT) - random order


___________________________________________________________________________________________________________________	

					COLOR MULTI SOURCE INTERFERENCE TASK (cMSIT) - (with multi-colored items, random order, digit target)
___________________________________________________________________________________________________________________	

This script was generously provided by Mario Wenzel, Thomas Kubiak and Tamlin Conner to be shared via Millisecond
Software's Script Library. Thank you!

last updated:  02-25-2022 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC

___________________________________________________________________________________________________________________
BACKGROUND INFO 	
___________________________________________________________________________________________________________________
This script implements a Color Multi Source Interference Task (cMSIT). The MSIT was originally designed by Bush et al (1998)
as a behavioral fMRI task to assess the functional integrity of the ACC subdivision in selected neuropsychiatric
disorders. According to Bush et al the MSIT combines multiple dimensions of cognitive interference 
such as flanker, Stroop and Simon interference.

The implemented procedure in this script with random red/green stimuli
of stimuli is similar to the procedure described in:

Wenzel, M., Kubiak, T., & Conner, T. S. (2013). Positive affect and self-control: Attention to self-control 
demands mediates the influence of positive affect on consecutive self-control. Cognition and Emotion.
http://dx.doi.org/10.1080/02699931.2013.851069

original MSIT:
Bush, G., Shin, L.M., Holmes, J., Rosen, B.R., & Vogt, B.A. (2003). The Multi-Source Interference
Task: Validation study with fMRI in individual subjects. Molecular Psychiatry, 8, 60–70.

___________________________________________________________________________________________________________________
TASK DESCRIPTION	
___________________________________________________________________________________________________________________
Participants are presented stimuli consisting of 3 digits (1, 2, 3s) (or 1 digit and 2 X's = controls), e.g. 221
Two of the digits are the same digit (=distractors, e.g. 22) but one is different (= Target, 1). The target also differs
in size (either smaller or bigger) from the distractors. In addition, one of the digits (distractors or target)
has a different color. If the target is different in color the trial is COLOR congruent. If one of the distractors
is different in color the trial is COLOR INcongruent. Participants are asked to press a response button (1, 2, 3) 
as fast as possible to report which digit was the target.
											  
___________________________________________________________________________________________________________________	
DURATION 
___________________________________________________________________________________________________________________	
the default set-up of the script takes appr. 8 minutes to complete

___________________________________________________________________________________________________________________	
DATA FILE INFORMATION 
___________________________________________________________________________________________________________________	 
The default data stored in the data files are:

(1) Raw data file: 'msit_color__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.
										
colorcongruency:				congruent = target digit is the one different in color
								control congruent = control target, target digit is the one different in color
								incongruent = target digit is NOT the one different in color

stimulusitem.1-
stimulusitem.2:					the presented stimuli in order of trial presentation

response:						the participant's response (scancode of response key)
									2,79 => 1
									3, 80 => 2
									4, 81 => 3
										
correct:						the correctness of the response (1 = correct; 0 = otherwise)
latency: 						the response latency (measured from onset of stimulus, in ms)

(2) Summary data file: 'msit_color_random_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)
									
propcorrect:					proportion correct overall
meanRT:							mean latency (in ms) of all correct responses
Std:							standard deviation of all correct latencies
medianRT:						median latency (in ms) of all correct responses

___________________________________________________________________________________________________________________	
EXPERIMENTAL SET-UP 
___________________________________________________________________________________________________________________
- This script runs 150 trials (6 controls*, 48 color congruent, 96 color incongruent) in random order.
- response buttons: 1, 2, 3 on keyboard and/or numeric pad

Trial Sequence:
- fixation cross for 500ms
- stimulus presented for 2000ms
- accuracy feedback 500ms after response or stimulus timeout 

___________________________________________________________________________________________________________________
STIMULI
___________________________________________________________________________________________________________________
all stimuli are provided by provided by Mario Wenzel, Thomas Kubiak and Tamlin Conner

control (target always printed larger and different in color; target position always congruent with response button position): 6 
	=> 2 color x 1 possible target fontsize x 1 possible identity of flanking letters X x 3 target digits x 1 possible positions of target digit x 1 possible position of colored digit
color congruent (target differs in color; NO congruence of target position with response button position): 48 
	=> 2 colors x 2 possible target fontsizes x 2 possible identities of flanking numbers x 3 target digits x 2 possible positions of target digit x 1 possible position of colored digit
color incongruent (target does NOT differ in color; NO congruence of target position with response button position): 96
	=> 2 colors x 2 fontsizes x 2 identities of flanking numbers x 3 target digits x 2 possible positions of target digit x 2 possible positions of colored digit

___________________________________________________________________________________________________________________	
INSTRUCTIONS 
___________________________________________________________________________________________________________________
instructions are provided by Mario Wenzel, Thomas Kubiak and Tamlin Conner
and can be edited under EDITABLE CODE -> 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.