User Manual: Inquisit Subtest 12: Match Emotional Face to Emotional Prosody


										English Version
																														


___________________________________________________________________________________________________________________	

								*Comprehensive Affective Testing System - Reduced (CATS-R)*
								*subtest12: MATCH EMOTIONAL FACE TO EMOTIONAL PROSODY*
								*Mouse or Touch Input*
___________________________________________________________________________________________________________________	

Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC
Date: 09-29-2020
last updated:  04-21-2025 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC

Script Copyright © 04-21-2025 Millisecond Software

___________________________________________________________________________________________________________________
BACKGROUND INFO 	
___________________________________________________________________________________________________________________	

This script implements subtest12 'MATCH EMOTIONAL FACE TO EMOTIONAL PROSODY' of 
the Comprehensive Affective Testing System - Reduced (CATS-R).

The CATS and CATS-R were created by:
Sarah G. Schaffer, PhD
Karen B. Froming, PhD
Amanda L. Gregory, PhD
C. Michael Levy, PhD
Paul Ekman, PhD


Reference for Means and Standard Deviations used to calculate z-scores:

Emotion Processing: The Comprehensive Affective Testing System. User Manual.
Published 2006 by Psychology Software Inc


___________________________________________________________________________________________________________________
TASK DESCRIPTION	
___________________________________________________________________________________________________________________	

subtest12: MATCH EMOTIONAL FACE TO EMOTIONAL PROSODY

Participants see a face expressing a certain emotion and are given 3 oral sentences read in 3 different emotions.
They have to decide which sentence (first, second, third) corresponds to the facial expression of the face.
___________________________________________________________________________________________________________________	
DURATION 
___________________________________________________________________________________________________________________	
the default set-up of the script takes appr. 2 minutes to complete
___________________________________________________________________________________________________________________	
DATA OUTPUT DICTIONARY
___________________________________________________________________________________________________________________		
The fields in the data files are:

(1) Raw data file: 'catsr_subtest12_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

subTest:							"subtest12"									

//if the subtest is run via a batch script that collects gender/age/taskOrder information:									
age:								the age of the participant 								
gender:								Female; Male; Other
taskOrder:							the selected task order		

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. 
										
trialCount:							trial counter																				
subTest12TestItem:					the index of the selected image 
testItemAudio:						the presented audio file
testItemVisual:					the presented pic

correctResponse:					the dedicated correct response: 
									1 = first sentence
									2 = second sentence
									3 = third sentence
									
selectedResponse:					1-3 (the selected emotion) 

correct:							accuracy of response: 1 = correct response; 0 = otherwise					 
rt:									cumulative response latency: measured from onset of image until 'nextButton' is pressed


(2) Summary data file: 'catsr_subtest12_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)
									
subTest:							"subtest12"									

//if the subtest is run via a batch script that collects gender/age/taskOrder information:									
age:								the age of the participant 								
gender:								Female; Male; Other
taskOrder:							the selected task order								
																	
									
t12RawScore:					the number of correct responses in subtest12	
t12RawScoreCorrected:			the number of correct responses in subtest12, corrected
								(Note: in this subtest rawscores do not get corrected)
								
t12ZScore:						the z-score for the corrected T12_rawscore	
								(z-scores get calculated based on Age Means:
								age < 40 = age group 20-39
								41 < age < 60 = age group 40-59
								60 > age = age group 60-79
								(if no age is provided the population mean and standard deviation is used)
									
t12PropCorrect:					proportion correct responses in subtest12
t12RT:							mean response time (in ms) in subtest12; measured from onset of image until 'nextButton' is pressed									
t12CorrRT:						mean response time (in ms) of CORRECT responses in subtest12; measured from onset of image until 'nextButton' is pressed							

+ results from individual questions							
___________________________________________________________________________________________________________________	
EXPERIMENTAL SET-UP 
___________________________________________________________________________________________________________________	

1 Testblock of 12 trials
- 3 happy faces
- 3 angry faces
- 3 sad faces
- 3 neutral faces
The order of the statements is predetermined.

Participants can select from 3 emotion buttons. Responses can be changed until 'next' is pressed.
If button 'repeat' is pressed, the statements get repeated.

Note: By setting parameters.showadvanceButton to true, a '?'-button appears in the upper right corner.
If pressed, the next scheduled test item is skipped.

___________________________________________________________________________________________________________________
STIMULI
___________________________________________________________________________________________________________________
based on originals - can be edited under section Editable Stimuli

___________________________________________________________________________________________________________________	
INSTRUCTIONS 
___________________________________________________________________________________________________________________	
based on originals  - can be edited in file catsr_subtest12_instructions_inc.iqjs

___________________________________________________________________________________________________________________	
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:

/ showAdvanceButton = false				//true = advanceButton button (to skip a trial) is presented in the upper right corner as a '?'
										//false = no advanceButton button is presented