___________________________________________________________________________________________________________________ Baddeley's 3-Minute Grammatical Reasoning Test (German Version) ___________________________________________________________________________________________________________________ Script Author: Sean Draine, Ph.D. (seandr@millisecond.com) for Millisecond Software, LLC last updated: 03-30-2023 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 03-30-2023 Millisecond Software German translation by K. Borchert for Millisecond Software, LLC ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ This script implements the Baddeley's 3-Minute Grammatical Deductive Reasoning Test described in: Baddeley, A. D. (1968). A 3 min reasoning test based on grammatical transformation. Psychonomic Science, 10, 341-342. ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants view statements like "A follows B" paired with 2 letters "AB" or "BA" and are asked to judge whether the letter pair is a correct representation of the statement by clicking "true" or "false". The test times out after 3 minutes. ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 4 minutes to complete ___________________________________________________________________________________________________________________ DATA OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields in the data files are: (1) Raw data file: 'baddeley_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 sesion: 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. stimulusItem: the presented stimuli in order of trial presentation response: the participant's response ('true' or 'false') correct: accuracy of response: 1 = correct response; 0 = otherwise latency: the response latency (in ms); measured from: onset of problem totalCorrectCount: total correct responses tallied separately for practice and test trials (2) Summary data file: 'baddeley_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) totalCorrectCount: total number of correct test responses ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ - 64 statements (half of them are 'true') tested in 3 minutes - order of statements random PRACTICE - 4 practice statements ___________________________________________________________________________________________________________________ STIMULI ___________________________________________________________________________________________________________________ - 64 statements: 2 phrasing (positive vs negative) x 2 activeness (active vs passive) x 2 Correctness (true vs false) x 2 order (precedes vs. follows) x 2 first letter mentioned in statement (A or B) vs. 2 letter pairs (AB vs BA) ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ see 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: /testDuration: sets the duration of the test in ms (default: 3min => 180000ms)