Hey forum,
I downloaded the Inquisit 4 Beta and the AAT script. but the script is for the version 4.0.0.2 and the Beta is the 4.0.0.1 and there is one thing that doesnt work.
for example:
<trial joystickrest>
/isvalidresponse = [trial.joystickrest.response =="change"]
/branch = [if (joystick.y == 0 && joystick.x == 0) trial.InterTrialInterval else trial.joystickrest]
/recorddata = false
</trial>
Inquisit gives me an error response that says:
"Expression 'joystick.y' is invald. Expression contains an unknown element or property name."
Can anybody help me?
Thanks!