Stroop with limited time for response & errormsg included


Author
Message
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K

What's possible is what you started the thread with:

<trial redcongruent>
/ontrialbegin = [
values.congruency = 1;
]
/ pretrialpause = 0
/ stimulustimes = [1=redcongruent, redreminder, greenreminder, bluereminder, blackreminder]
/ correctresponse = ("d")
/ validresponse = ("d", "f", "j", "k")
/ errormessage = true(x, 0)
/ posttrialpause = 400
/ trialduration = 2500
/ontrialend = [
list.responses.insertitem(trial.redcongruent.correct, 1);
list.responses_congruent.insertitem(trial.redcongruent.correct, 1);

if (trial.redcongruent.correct) {
list.latencies.insertitem(trial.redcongruent.latency, 1);
list.latencies_congruent.insertitem(trial.redcongruent.latency, 1);
}
]
</trial>


Edited 2 Years Ago by Dave
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search