___________________________________________________________________________________________________________________ *LexTALE* ___________________________________________________________________________________________________________________ Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC Date: 12-22-2020 last updated: 08-02-2023 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC Script Copyright © 08-02-2023 Millisecond Software ___________________________________________________________________________________________________________________ BACKGROUND INFO ___________________________________________________________________________________________________________________ This script implements the LexTALE task by Lemhöfer & Broersma (2012). 'LexTALE stands for Lexical Test for Advanced Learners of English. It is intended for cognitive researchers studying participants with an advanced level of English as a second language in an experimental setting.' For more information: http://www.lextale.com/ Reference Lemhöfer, K., & Broersma, M. (2012).Behavior research methods, 44, 325-343. https://doi.org/10.3758/s13428-011-0146-0 ___________________________________________________________________________________________________________________ TASK DESCRIPTION ___________________________________________________________________________________________________________________ Participants are presented 63 testitems (3 practice items, 60 test items) one by one in the middle of the screen and have to decide if the item is an English word (then press 'yes') or not (press 'no'). The test does not impose any time constraints. ___________________________________________________________________________________________________________________ DURATION ___________________________________________________________________________________________________________________ the default set-up of the script takes appr. 3.5 minutes to complete ___________________________________________________________________________________________________________________ DATA OUTPUT DICTIONARY ___________________________________________________________________________________________________________________ The fields in the data files are: (1) Raw data file: 'lextale_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 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. itemNumber: the itemnumber of the currently presented testitem testItem: the currently presented testitem wordstatus: the wordstatus of the presented testitem: 1 = word; 0 = nonword //DVs: response: the participant's response: 'yes' vs. 'no' correct: accuracy of response: 1 = correct response; 0 = otherwise latency: the response latency (in ms); measured from: onset of testitem (2) Summary data file: 'lextale_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) Note: summary variables for testitems with itemnumber > 0 propCorrect: proportion correct across of testitems meanCorrRT: mean correct response time across testitems numberCorrectWords: number of correctly identified words numberCorrectNonwords: number of correctly identified nonwords hitRate: the hitrate for correctly identifying words faRate: the false alarm rate for incorrectly identifying nonwords as words //main DV: avgPercentCorrect: averaged % correct. It is calculated as follows: ((number of words correct/40*100) + (number of nonwords correct/20*100)) / 2 * separate data files: to change to one data file for all participants (on Inquisit Lab only), go to section "DATA" and follow further instructions ___________________________________________________________________________________________________________________ EXPERIMENTAL SET-UP ___________________________________________________________________________________________________________________ 1 testblock with 63 items of which the first three are practice items. Items (40 words/20 nonwords) are presented in a fixed sequence with no time-constraints. ___________________________________________________________________________________________________________________ STIMULI ___________________________________________________________________________________________________________________ downloaded from: http://www.lextale.com/ ___________________________________________________________________________________________________________________ INSTRUCTIONS ___________________________________________________________________________________________________________________ downloaded from: http://www.lextale.com/ ___________________________________________________________________________________________________________________ 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: