Millisecond Forums

Creating a seperate script that calls a specific counterbalance condition

https://forums.millisecond.com/Topic29361.aspx

By gloria3715 - 7/6/2020

Hi,

I'm trying to create a script that calls on specific scripts based on participant/subject number.

I basically have several (32 to be exact) conditions for my experiment and for each condition I created a different script. I want to create a master script that will take one of the 32 scripts and run it for the participant based on their subject number. I've seen a few other examples where people have used the batch element or include element for counterbalancing but I'm unsure of how to start this.

Any help is welcome! Please and thank you!
By Dave - 7/6/2020

gloria3715 - 7/6/2020
Hi,

I'm trying to create a script that calls on specific scripts based on participant/subject number.

I basically have several (32 to be exact) conditions for my experiment and for each condition I created a different script. I want to create a master script that will take one of the 32 scripts and run it for the participant based on their subject number. I've seen a few other examples where people have used the batch element or include element for counterbalancing but I'm unsure of how to start this.

Any help is welcome! Please and thank you!

<include> elements with /precondition attributes are the way to go. The below example should be on point:

https://www.millisecond.com/forums/FindPost19667.aspx
By EurstudentSvZ - 3/18/2021

Thank you for your helpful and prompt response.