PennController for IBEX › Forums › Support › Switching between multiple tasks › Reply To: Switching between multiple tasks
May 3, 2022 at 1:20 pm
#8146
vlanglois
Participant
Thanks Jeremy! If I wanted to control which flanker task image precedes the sentence task, would this be hard to incorporate? In this case, would I have to keep the template with both tasks in it?
E.g.
Sequence( latinMix(randomize("flanker-sentence"), randomize("sentence"),randomize("flanker")) )
Template("flanker.csv", row => newTrial("flanker", /* ... */ ) )
Template("sentence.csv", row => newTrial("sentence", /* ... */ ) )
Template("flanker-sentence.csv", row => newTrial("flanker-sentence", /* ... */ ) )