___________________________________________________________________________________________________________________ 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: 04-11-2023 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 04-11-2023 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 OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields 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 ciaImpairmentScore: 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