Hi All,
I created a script in Inquisit 5 where a participant used the scroll wheel on their mouse to respond. This script no longer works in Inquisit 6 and I can't figure out why? Does anyone have any insight into this?
Here is the code for the trial that I'm using (just tested in both Inquisit 5 and 6 and only works in Inquisit 5). Any help greatly appreciated!
<trial mousecheck>
/ validresponse = (mousewheel,lbuttondown)
/ stimulusframes = [1=mousecheck]
/ branch = [if (trial.mousecheck.response == "mousewheel") trial.continue else trial.endtask]
</trial>