Group: Forum Members
Posts: 2,
Visits: 20
|
Hey guys,
I'm currently working on a concealed information test on inquisit 5 and at one point my participants need to go through a trial pressing yes or no for different pictures. They get 2 different kinds of feedback for this: "wrong" = when they make a mistake pressing yes/no for a photo "too slow" = when they exceed 1500 ms in responding
The problem is that whenever they exceed the 1500 ms timeout they first see the "wrong" feedback followed by the "too slow" feedback but this doesn't happen when they just get a photo wrong, then they don't receive a "too slow" message.
Here is the code, I'd really appreciate any help in resolving this:
<trial probe_crime_rl_A_Speeded> / trialcode = "probe_crime_rl_A_Speeded" / inputdevice = keyboard / correctresponse = ("z") / stimulustimes = [0 = probe_crime_A; 1500 = eraserbig] / timeout = 1500 / responsetime = 0 / responseinterrupt = trial / posttrialpause= noreplace (250, 500, 750) / branch = (trial.probe_crime_rl_A_Speeded.latency, GE, 1500, tooslowtrial) / errormessage = true(wrong, 200) </trial>
|