Controlling for Frequency of Trial Types Following Given Trial Types

25 views
Skip to first unread message

Olivier Hart-Vilain

unread,
Apr 22, 2025, 10:31:29 AMApr 22
to E-Prime
Hello, I am coding a flanker task and want to ensure that there is a fixed ratio of each of four trial types (incongruent left, incongruent right, congruent left, congruent right) following each other. Is there a feature in Eprime that would allow for this to be done? I am using variables in a trial list to dictate the flanking and target arrows.

Thanks for any help ahead of time!

Michiel Spape

unread,
Apr 22, 2025, 10:15:50 PMApr 22
to e-p...@googlegroups.com

Hi,

Well, if you’re into trial-by-trial effects, the way I went about this (Spapé & Hommel, 2008) is by just programming the sequence within the same trial procedure, so you have

S1: [stimulus1]

Response (maybe FB)

S2: [stimulus2]

Response (maybe FB)

Then next trial.

 

So you get to put into the same list

Stimulus1            Stimulus2

LLLLL                      LLLLL

LLLLL                      LLRLL

LLLLL                      RRLRR

LLLLL                      RRRRR

LLRLL                     LLLLL

LLRLL                     LLRLL

LLRLL                     RRLRR

LLRLL                     RRRRR

…and so on. Randomise across 16 possibilities.

 

Of course, this doesn’t quite balance the S2->S3 frequencies, but since S1->S2 IS balanced, you’ll find a much better balance across trial types overall. Alternatively, crunch the math with python/MATLAB and just load a list prior to each participant.

Best,

Michiel

--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/e-prime/395d412b-88b5-4dec-b032-8c5c62ff49b1n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages