___________________________________________________________________________________________________________________ *REGULATORY FIT INDUCTION* ___________________________________________________________________________________________________________________ Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC Date: 01-11-2013 last updated: 12-19-2019 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 12-19-2019 Millisecond Software ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ This script implements the regulatory fit induction task as described by Dr. E. T. Higgins: Higgins Lab: http://higginsweb.psych.columbia.edu/research/ From the webpage: "Regulatory Fit One's goal orientation can be either sustained or disrupted by his or her goal pursuit strategy. Regulatory fit theory suggests that a match between one's orientation to a goal and the means used to pursue that goal produces a state of regulatory fit that: *Creates a feeling of rightness about the goal pursuit *Increases task engagement *Intensifies responses (i.e., positive responses become more positive and negative responses become more negative) such as the value of a chosen object, persuasion, or job satisfaction. Regulatory fit is a broad theory about the general effects of fit. Although regulatory fit consistently arises from a match between any orientation and its preferred strategy, it has been most commonly investigated using regulatory focus and regulatory mode. Regulatory fit can be manipulated incidentally (outside the context of interest) or integrally (within the context of interest) using the regulatory fit induction." ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants are asked to list 1 goal and then up to 8 strategies (-> set number under VALUES->editable values) to help reach it. ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 2 minutes to complete ___________________________________________________________________________________________________________________ DATA FILE INFORMATION ___________________________________________________________________________________________________________________ The default data stored in the data files are: (1) Raw data file: 'regulatoryfitinduction_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 script.sessionid: 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. stimulusitem: the presented stimuli in order of trial presentation response: the participant's response latency: the response latency (in ms); measured from: onset of trial (2) Summary data file: 'regulatoryfitinduction_summary*.iqdat' (a separate file for each participant) computer.platform: the platform the script was run on (win/mac/ios/android) script.startdate: date script was run script.starttime: time script was started script.subjectid: assigned subject id number script.groupid: assigned group id number script.sessionid: assigned session id number script.elapsedtime: time it took to run script (in ms); measured from onset to offset of script script.completed: 0 = script was not completed (prematurely aborted); 1 = script was completed (all conditions run) ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ 4 between participant conditions (assignment by groupnumber, participants should be blind to the condition they are in): Regulatory fit (prevention focus and vigilant strategy) Regulatory non-fit (prevention focus and eager strategy) Regulatory fit (promotion focus and eager strategy) Regulatory non-fit (promotion focus and vigilant strategy) ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ provided by Millisecond Software - 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: /repeatstrategy: set how many strategies participants are supposed to list per goal (default:8) ************************************************************************************************************** ************************************************************************************************************** EDITABLE PARAMETERS: change editable parameters here ************************************************************************************************************** ************************************************************************************************************** /repeatstrategy = 8 ************************************************************************************************************** ************************************************************************************************************** EDITABLE INSTRUCTIONS: change instructions here ************************************************************************************************************** ************************************************************************************************************** 1-2: Regulatory Fit 'Duties and Obligations': Regulatory fit (prevention focus and vigilant strategy) 3-4: Regulatory Non Fit 'Duties and Obligations': Regulatory non-fit (prevention focus and eager strategy) 5-6: Regulatory Fit 'Hopes and Aspirations': Regulatory fit (promotion focus and eager strategy) 7-8: Regulatory Non Fit 'Hopes and Aspirations' Regulatory non-fit (promotion focus and vigilant strategy) /1 = "Please think about something you believe you OUGHT to do. In other words, please think about a DUTY or OBLIGATION you currently have. Please list the duty or obligation in the space below." /2 = "<%values.counttrial%>: Please list one strategy you could use to AVOID ANYTHING THAT COULD GO WRONG and stop you from realizing your duty or obligation." /3 = "Please think about something you believe you OUGHT to do. In other words, please think about a duty or obligation you currently have. Please list the duty or obligation in the space below." /4 = "<%values.counttrial%>: Please list one strategy you could use to MAKE SURE EVERYTHING GOES RIGHT and helps you realize you duty or obligation." /5 = "Please think about something you IDEALLY would like to do. In other words, please think about a hope or aspiration you currently have. Please list the hope or aspiration in the space below." /6 = "<%values.counttrial%>: Please list one strategy you could use to MAKE SURE EVERYTHING GOES RIGHT and helps you realize you hope or aspiration." /7 = "Please think about something you IDEALLY would like to do. In other words, please think about a hope or aspiration you currently have. Please list the hope or aspiration in the space below." /8 = "<%values.counttrial%>: Please list one strategy you could use to AVOID ANYTHING THAT COULD GO WRONG and stop you from realizing your hope or aspiration." / items = ("Thank you!") / fontstyle = ("Arial", 8%, true, false, false, false, 5, 1) / position = (50%, 50%) / size = (80%, 80%) / vjustify = center / valign = center / halign = center ************************************************************************************************************** !!!REMAINING CODE: Customize after careful consideration only!!! ************************************************************************************************************** ************************************************************************************************************** ************************************************************************************************************** DEFAULTS ************************************************************************************************************** ************************************************************************************************************** script requires Inquisit 6.0.0.0 or higher /canvasaspectratio = (4,3) /minimumversion = "6.0.0.0" / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) /txbgcolor = white / txcolor = (0, 0, 0) ************************************************************************************************************** ************************************************************************************************************** DATA ************************************************************************************************************** ************************************************************************************************************** Note: data file explanations under User Manual Information at the top ******************** raw data ******************** / columns = (build, computer.platform, date, time, subject, group, script.sessionid, blockcode, blocknum, trialcode, trialnum, stimulusitem, response, latency) ******************** summary data ******************** / columns = (computer.platform, script.startdate, script.starttime, script.subjectid, script.groupid, script.sessionid, script.elapsedtime, script.completed) ************************************************************************************************************** ************************************************************************************************************** VALUES: automatically updated ************************************************************************************************************** ************************************************************************************************************** /selectinstructions1: helper variable to determine correct instructions /selectinstructions2: helper variable to determine correct instructions in strategy trials /counttrial: helper variable to count strategy trials /selectinstructions1 = 0 /selectinstructions2 = 0 /counttrial = 0 ******************************************************************************************************************* ******************************************************************************************************************* STIMULI ******************************************************************************************************************* ******************************************************************************************************************* /items = RegulatoryFit_instructions /position = (50%, 30%) / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) / txcolor = black /select = values.selectinstructions1 / size = (85%, 20%) / hjustify = left /items = RegulatoryFit_instructions /position = (50%, 30%) / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) / txcolor = black /select = values.selectinstructions2 / size = (85%, 20%) / hjustify = left ******************************************************************************************************************* ******************************************************************************************************************* TRIALS ******************************************************************************************************************* ******************************************************************************************************************* /stimulusframes = [1 = RF_Instructions] / multiline = true /charlimit = 500 / size = (50%, 10%) /position = (50%, 60%) /required = true /ontrialbegin = [ values.counttrial +=1; ] /stimulusframes = [1 = RF_Instructions_strategy] / multiline = true /charlimit = 500 / size = (50%, 10%) /position = (50%, 60%) /required = true /branch = [ if (values.counttrial < parameters.repeatstrategy){ return openended.rf_strategy; }; ] / inputdevice = mouse / stimulusframes = [1 = finish, exitButton] / validresponse = (exitButton) / recorddata = false ******************************************************************************************************************* ******************************************************************************************************************* BLOCKS ******************************************************************************************************************* ******************************************************************************************************************* Regulatory fit (prevention focus and vigilant strategy): /onblockbegin = [ values.selectinstructions1 = 1; values.selectinstructions2 = 2; ] /trials = [ 1 = RF; 2 = RF_strategy; ] Regulatory non-fit (prevention focus and eager strategy) /onblockbegin = [ values.selectinstructions1 = 3; values.selectinstructions2 = 4; ] /trials = [ 1 = RF; 2 = RF_strategy; ] Regulatory fit (promotion focus and eager strategy) /onblockbegin = [ values.selectinstructions1 = 5; values.selectinstructions2 = 6; ] /trials = [ 1 = RF; 2 = RF_strategy; ] Regulatory non-fit (promotion focus and vigilant strategy) /onblockbegin = [ values.selectinstructions1 = 7; values.selectinstructions2 = 8; ] /trials = [ 1 = RF; 2 = RF_strategy; ] / trials = [ 1 = finish_mouse; ] ******************************************************************************************************************* ******************************************************************************************************************* EXPERIMENT ******************************************************************************************************************* ******************************************************************************************************************* Assignment to 4 conditions by groupnumber /groups = (1 of 4) /blocks = [ 1 = RF_duties_obligations; 2 = finish; ] /groups = (2 of 4) /blocks = [ 1 = RNoF_duties_obligations; 2 = finish; ] /groups = (3 of 4) /blocks = [ 1 = RF_hopes_aspirations; 2 = finish; ] /groups = (4 of 4) /blocks = [ 1 = RNoF_hopes_aspirations; 2 = finish; ] ******************************************************************************************************************* End of File *******************************************************************************************************************