Group: Forum Members
Posts: 83,
Visits: 261
|
hello,
i am using an inquisit script for a scanning experiment. while some delays are accounted for (when tested on a separate computer), there is an added delay (about 100 ms) that occurs for the trial below when it is being run in the scanner and only when there is a response. this delay does not occur when testing outside of the scanner (with or without response). is there any way to prevent this or account for it? thank you!
computer specs: Dell Precision 5820: Intel i9-1090X 3.7Ghz; 16GB DDR4; 512TB PCIe NVMe SSD; ATI Radeon Pro W6600 8GB, Windows 10 64-bit, Inquisit 5.0.14.
<trial new_art> / ontrialbegin = [ values.artSample = list.newList_art.nextvalue; values.trialtimestamp = trial.new_art.timestamp; ] / stimulustimes = [0=blank, artP; 3000=newOld, memScale, mem_leftHand, mem_rightHand] / validresponse = ("0","1","2","3","4","5","6","7","8","9") / beginresponsetime = 3000 / trialduration = 5000 / ontrialend = [values.trialelapsedtime = trial.new_art.elapsedtime] / branch = [ trial.mem_iti ] </trial>
|