Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Can't figure out error in Inquisit data file for dot probe task
Can't figure out error in Inquisit data file for dot probe task
Post Reply
Like
18
Can't figure out error in Inquisit data file for dot probe task
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Nadine
Nadine
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 15,
Visits: 128
Hello,
I have recently implemented a dot probe task with Inquisit. Because the original dot probe measure was already used last year and programmed with Inquisit 3, the updated version is also an Inquisit 3 data file. We've conducted a study using three different versions of this task which only differ in their stimulus presentation time (100 msec, 500 msec and 1250 msec).
We are currently analyzing the data and I have encountered some kind of error for which I can't identify the cause which is why I am writing here in this forum.
We record the amounts of time a participant responds to the dot probe "too quickly" (i.e. faster than 200 msec) in a variable called frequency200. The problem is that this variable is not counted correctly - but ONLY in the 100msec version of the dot probe (all three types are in separate exp files and only differ in the timeout command in the trials). We have a similar variable that counts responses that are "too slow" (i.e. slower than 2000 msec) and this variable is recorded correctly even in the 100 msec version of the task.
I have checked the exp file and can't identify an error. The command is for example:
/ ontrialend = [if (values.whichtrial == 1 && block.pre1.latency < 200) values.frequency200_cong_block1_pre = values.frequency200_cong_block1_pre + 1]
I looked into the raw data files and saw that the variable increases by 1 every time the trial is of the correct trial type (identified by the values.whichtrial code) but regardless of whether the trial is correct (which was expected) or what the latency of the trial was (which was not expected). The error occurs for every single one of the frequency200 variables but never for the frequency2000 variable for which the command is similar:
/ ontrialend = [if (values.whichtrial == 1 && block.pre1.latency > 2000) values.frequency2000_cong_block1_pre = values.frequency2000_cong_block1_pre + 1]
I thought it might have been a bug by Inquisit but the thing is that we use an almost exact copy of the same exp file for the 500 and 1250 msec version and the error never occurs in any of those files... Also, we have used five separate laptops for data acquisition and the error occurs on all of the laptops for every single participant who was in the 100 msec condition.
If anyone had any idea what the error might be or where else in the file I could look to identify it, it would be much appreciated.
I have attached the exp file for the 100 msec dot probe version but it is very long. To explain some of it: We have created 8 blocks of 24 trials (see "block1" above e.g.), each block consists of 8 trials with negative and neutral stimuli where the dot probe appears behind the negative stimulus ("cong"), negative-neutral trials with the dot probe behind the neutral stimulus ("incong") and trials with a pair of two neutral stimuli ("neut"). In the variable "whichtrial" 0 means incongruent, 1 means congruent and 2 means neutral.
Regards, Nadine
Attachments
Pretest_100.exp
(
184 views,
185.00 KB
)
Reply
Like
18
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Can't figure out error in Inquisit data file for dot probe task
Nadine
-
11 Years Ago
#1: the block.blockname.latency returns the last latency for the...
Dave
-
11 Years Ago
Ah, thanks, Dave! That clears it up. Is there any modification I...
Nadine
-
11 Years Ago
> Is there any modification I could make to solve this problem?...
Dave
-
11 Years Ago
Post Reply
Like
18
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search