Skip to content
Discussion options

You must be logged in to vote

Hi @goyals4848, I'm not entirely sure, but I don't think there's an easy way to intermix trials from two separate timelines. What I would do instead is create a single timeline_variables array that contains all of your trials, and add a flag to the trial objects indicating whether or not the second question should be presented. That way, you can add a conditional node in your procedure's timeline that checks whether or not the second question should be presented for that particular trial - if so, present the second question, otherwise skip it. It would look something like this:

// create your test_stim array that contains all of your trial info
// each object contains all of the trial par…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@goyals4848
Comment options

Answer selected by becky-gilbert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants