Millisecond Forums

Combining multiple experiments into one

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

By brady - 1/23/2015

Hello,

 I am interested in combining multiple experiments to run inside one script. Is this possible without rewriting the entire code structure? Thank you for any insight you may provide!

Brady
By Dave - 1/24/2015

Yes, it is possible, but adjustments may be necessary depending on the approach you want to take. See the "How to Combine Multiple Scripts" topic in the Inquisit documentation for details / examples:

https://www.millisecond.com/support/docs/v4/html/howto/multiplescripts.htm

The <batch> approach is what I would recommend in most cases, as it requires *no* changes to the various source scripts. It simply runs them in the order specified and you can do condition assignments (i.e., assign people to different scripts or different orders) via the <batch> elements' /subjects and /groupassignment attributes, too. See e.g. https://www.millisecond.com/forums/FindPost13140.aspx
By brady - 1/26/2015

Dave,

 Thanks for the quick reply!

Brady