User Manual: Inquisit Clinical Impairment Assessment


___________________________________________________________________________________________________________________	

						THE CLINICAL IMPAIRMENT ASSESSMENT QUESTIONNAIRE (CIA)
___________________________________________________________________________________________________________________

Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC
Date: 06-10-2014
last updated:  02-17-2022 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC

Script Copyright © 02-17-2022 Millisecond Software

___________________________________________________________________________________________________________________
BACKGROUND INFO 	
___________________________________________________________________________________________________________________	

This script implements a computer version of the paper-and-pencil version CIA as published by:

Bohn K, & Fairburn CG. The Clinical Impairment Assessment Questionnaire (CIA 3.0). In Fairburm CG (ed).
Cognitive Behavior Therapy and Eating Disorders. New York: Guilford Press, 2008.

___________________________________________________________________________________________________________________
OVERVIEW
___________________________________________________________________________________________________________________
From Appendix III:
"The Clinical Impairment Assessment questionnaire (CIA) is a 16-item self-report measure of 
the severity of psychological impairment due to eating disorder features (Bohn and Fairburn, 2008). 
It focuses on the past 28 days. The 16 items cover impairment in domains of life that are typically affected by
eating disorder psychopathology: mood and self-perception, cognitive functioning, interpersonal functioning and work performance.
The purpose of the CIA is to provide a simple single index of the severity of psychosocial impairmente secondary to 
eating disorder features."

___________________________________________________________________________________________________________________	
DURATION 
___________________________________________________________________________________________________________________	
the default set-up of the script takes appr. 1.5 minutes to complete

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

(1) Raw data file: 'cia.iqdat' 

date, time:						date and time script was run with the current group/subjectnumber 
subject, group, session:	  	with the current subject/groupnumber/session id
build:							the Inquisit build 

q*_response:					response given (in assigned values: 0 - 3)
								Scale: 0 = not at all - 3 = a lot
								no reversed coded questions
									
q*_latency:						how much time the participant spent on the surveypage with this particular question
								(the last time this particular surveypage was visited) (in ms)

(2) Summary data file: 'cia_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)	

countresponses:				counts how many questions a participant answered 
totalscore:					total of all answered questions (independent of number of responses)
meanscore:					mean score based on all answered questions

CIA_impairmentscore:		stores the global CIA impairment score (0-48) 
							IF at least 12 questions were answered (in the case of missing questions (max. 4), the
							meanscore is used to estimate the missing values)
							IF fewer than 12 questions were answered, the stored value will be
							'not calculated - too few responses' (see Bohn & Fairburn, 2008)


___________________________________________________________________________________________________________________
QUESTIONNAIRE SET-UP
___________________________________________________________________________________________________________________	
The 16 questions are set up as radiobutton questions with 4 answer choices.
There are 4 questions per surveypage - participants can go back and forth.
No answer is required.

___________________________________________________________________________________________________________________	
INSTRUCTIONS 
___________________________________________________________________________________________________________________
Instructions are originals with minor edits to refer to the computer set-up.

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

/pageinstructions:			the instructions that appear at the top of each surveypage

/quitinstructions:			the instructions to quit the questionnaire (default: none given)
								Note: the quitcommand can be changed under DEFAULTS