Hi All,
just a quick question: which of these two is evaluated first: / ontrialend or / iscorrectresponse?
Reason for my question: I wonder if I can compute something in / ontrialend and use that calculation as a criterion in / iscorrectresponse.
Best wishes, Malte
/iscorrectresponse comes first. Correctness must be determined before the trial ends (/ontrialend).
Thanks a lot. I'll just split the trial up in two, then, with the second as just a "feedback dummy" that uses the computation to determine the correct response.