Hi Sarah!
In the listing-them-all approach, are you using a single trial template, and just hard coding the order of presentation of stimuli and responses? In that case, it should work with branching? The triggers are matched based on names, so assuming the responses are named "SameTrial" and "DifferentTrial", does the following not work?
In the listing-them-all approach, are you using a single trial template, and just hard coding the order of presentation of stimuli and responses? In that case, it should work with branching? The triggers are matched based on names, so assuming the responses are named "SameTrial" and "DifferentTrial", does the following not work?
Code:
"triggers": [{"trial_template": "theOneTemplate", "response": "SameTrial"}, {"trial_template": "theOneTemplate", "response": "DifferentTrial"}],