User Manual: Inquisit Listening Span Task

														
___________________________________________________________________________________________________________________	

								*Automated "Listening" Span Task (ALSPAN) *
___________________________________________________________________________________________________________________

last updated:  06-28-2022 by K. Borchert (katjab@millisecond.com) for Millisecond Software, LLC
Script Copyright © 06-28-2022 Millisecond Software

This script is based on the Automated Reading Span Task (ARSPAN) Inquisit script

Copyright for the ARSPAN: Task Copyright (c) 2005 by Dr. Randall Engle
http://psychology.gatech.edu/renglelab/

Inquisit programming for the ARSPAN: 
	David Nitz (nitz.david@gmail.com for Millisecond Software, LLC.
		
Auditory stimuli addition for the ALSPAN: 
	K.Borchert, Ph.D. (katjab@millisecond.com) for Millisecond Software, LLC.


___________________________________________________________________________________________________________________
BACKGROUND INFO 	
___________________________________________________________________________________________________________________	
This script implements a listening version of the Automated Reading Span Task (ARSPAN), a measure
of auditory working memory. 

Working Memory Span Tasks Reference:
CONWAY, A.R.A., KANE, M.J.,BUNTING, M.F., D. ZACH HAMBRICK, D.Z., WILHELM, O., & ENGLE, R.W. (2005).
Working memory span tasks: A methodological review and user’s guide. Psychonomic Bulletin & Review
2005, 12 (5), 769-786.

___________________________________________________________________________________________________________________
TASK DESCRIPTION
___________________________________________________________________________________________________________________	
Participants listen to sequences of letters ranging from 3-7 letters (default) that need to be recalled at the end.
Each letter in the sequence in preceded by an auditory semantic categorization test 
("sentence makes sense? yes or no") of sentences. Letter recall is tested by asking participants to selecte letters 
from a provided letter matrix.											  
									
___________________________________________________________________________________________________________________	
DURATION 
___________________________________________________________________________________________________________________	
the default set-up of the script takes appr. 20 minutes to complete

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

(1) Raw data file: 'automatedlspan_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 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 (scancode of response buttons)
correct:						accuracy of response: 1 = correct response; 0 = otherwise
latency: 						the response latency (in ms)


currentsetsize: 				the number of letters to recall for the current problem
letter: 						the currently presented letter
sentenceproblemcount: 			counts the number sentences in a given block
sentencetimeout: 				duration (in ms) after which the sentence disappears (for test block: calculated for each participant based on average performance during practice)
sentence: 						the currently presented sentence
sentenceaccuracy: 				percentage of correctly classified sentences within the current block
sentencetotalerrors: 			counts number of any errors (speed or accuracy) made during sentence classification within the current block
sentenceaccerrors: 				counts the number of incorrectly classified sentences within the current block
sentencespeederrors: 			counts the number of times participant ran out of time when reading the sentence within the current block

lspan:							The lspan (listening span) score, uses the traditional "absolute rspan" scoring method. 
								It is the sum of all perfectly recalled sets. 
								So, for example, if an individual recalled correctly 2 letters in a set size of 2,
								3 letters in a set size of 3, and 3 letters in a set size of 4,
								their lspan score would be 5 (2 + 3 + 0).
										
recalledletters: 				the number of letters recalled of the current problem										
totalcorrectletters: 			the total number of letters recalled in the correct position.
totalrecalledsets: 				the number of correctly recalled sets


//trial data (summary at the end of each complete ' test trial' stored under trial 'letter_feedback')
trialCount:						trial counter
recalledLetters_perTrial:		the number of recalled letters for the current trial only
recalledLettersACC_perTrial:	proportion correct recalled letters for the current trial only
correctSentences_perTrial:		the number of correctly categorized sentences for the current trial only
sentenceACC_perTrial:			proportion correctly categorized sentences for the current trial only


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

lspan:							The lspan (listening span) score, uses the traditional "absolute rspan" scoring method. 
								It is the sum of all perfectly recalled sets. 
								So, for example, if an individual recalled correctly 2 letters in a set size of 2,
								3 letters in a set size of 3, and 3 letters in a set size of 4,
								their lspan score would be 5 (2 + 3 + 0).
										
recalledletters: 				the number of letters recalled of the current problem										
totalcorrectletters: 			the total number of letters recalled in the correct position.
totalrecalledsets: 				the number of correctly recalled sets

___________________________________________________________________________________________________________________	
EXPERIMENTAL SET-UP 
___________________________________________________________________________________________________________________	

NOTE: by setting parameters.debugmode = 1, the script runs in debug mode and presents the correct responses

1 Practice Session (default):
	a) Practice of recalling sequences of letters of set sizes 2-3 in ascending order (4 trials)
	b) Practice of the semantic categorization task (15 trials)
	c) Combined practice of recalling sequence of letters (set size 2 only); each letter is 
	preceded by an auditory semantic categorization task (3 trials)
	Recall is done by picking out letters from a provided letter matrix.

Test Session (default):
	15 Trials (15 = 3 repetitions of 5 set sizes; order of set sizes is randomly determined): 
	Recalling sequences of letters (set size 3-7); each letter is preceded by an auditory semantic categorization task;
	Recall is done by picking out letters from a provided letter matrix.

Scoring:
The program reports five values at the conclusion of the experiment: 
	
The first, lspan score, uses the traditional "absolute lspan" scoring method. 
It is the sum of all perfectly recalled sets. 
So, for example, if an individual recalled correctly 2 letters in a set size of 2,
3 letters in a set size of 3, and 3 letters in a set size of 4,
their lspan score would be 5 (2 + 3 + 0).

Total number correct is the total number of letters recalled in the correct position
(2 + 3 + 4 = 9 in the above example). 
	
Sentence errors are reported as total number of errors, 
accuracy errors where the subject classified the sentence incorrectly, 
and speed errors in which the subject ran out of time 
in attempting to classify a given sentence.

___________________________________________________________________________________________________________________	
STIMULI
___________________________________________________________________________________________________________________	
Stimuli can be edited under section Editable Stimuli

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

/ learninginterval:					duration (in ms) of the letter presentation trials

/ startsentencetimeout:				start duration (in ms) of the sentence presentation trials
									Note: the duration is adjusted for the test trials based on practice performance
									
/ debugmode:						1 = script runs in debugmode; debuginfo is displayed
									0 = script runs in testmode; no debuginfo is displayed