Hello there!
I'm Manuel from Chile and i'm developing a test for a psychological research. Thing is because of the structure of the research i ended up with a main script like this:
<batch>
/ file = "consent_b.iqx"
/ file = "questionario_b.iqx"
</batch>
<batch>
/ selectionmode = random
/ file = "./scenario1/random_scenari_1_b.iqx"
/ file = "./scenario2/random_scenari_2_b.iqx"
/ file = "./scenario3/random_scenari_3_b.iqx"
/ file = "./scenario4/random_scenari_4_b.iqx"
/ file = "./scenario5/random_scenari_5_b.iqx"
</batch>
Thing is every file is saving it's result to it's own data folder. For example i would like to save all data from 1 participant in 1 row on a single data file maybe in the root folder. There is a way to accomplish this? An alternative way could be also to make a relation between data files, maybe adding in each one the name of the participant to link data between files, but this also would require to pass an argument to each file, no?
Thanks beforehand for your time and help!!