Hello,
I am trying to randomize the order of 3 routines using builder mode and having problems with it. In my experiment I have participants perform an imagination task followed by 3 consecutive rating scales. I set every rating scale to be a separate routine (having all in one routine was really buggy).
Basically I just want to randomize the order of the rating scales. So that in one trial it´s scale 1, followed by scale 2, followed by scale 3, in another trial it´s scale 3, followed by scale 1, followed by scale 2, etc.
I tried the blocks of trials/counterbalancing approach witout any luck. I seem to be missing something.
I did the following steps:
I created an outerloop (around all 3 ratingsscales) and an innerloop around each ratinscale.
I created 6 condition files, determining how many times a certain routine will pe repeated per iteration.
Here are two of them:
I also created an outerloop condition file with the names of the 6 other condition files in them (called free_outerloop).
I set my innerloops settings according to the variables from the 6 conditions files
I set my outerloop the following:
When I run it I get the following error code:
I seem to be missing something. In the manual about counterbalancing different subtasks they talk about “creating a field in the experiment setting called group” and then using a special code in the settings ouf the outerloop.
This is the code used in the manual:
$“chooseBlocks”+expInfo[‘group’]+".xlsx" `
And here a screenshot of the whole paragraph in the manual
However, I don´t know if this even would help me. I checked out a demo of it and it seems that when creating an additional field called group or whatever, in the beginning of the experiment you have to decide which group you want to run. This is not really what I want, I just want to randomize the order of the routines without having to decide which one I first want to start.
Here is a file of a simpliefied version of my experiment with all the condition files. Please don´t be overly confused by the test and labels of the scales, they are in german.
free_BAC.xlsx (8.6 KB) free_CBA.xlsx (8.6 KB) free_outerloop.xlsx (8.6 KB) free_BCA.xlsx (8.6 KB) free_ABC.xlsx (8.6 KB) test_free_imag_task.psyexp (23.1 KB) free_ACB.xlsx (8.6 KB) free_CAB.xlsx (8.6 KB)
Sorry for the long post, I tried to explain my problem in a deatailed and clear way. Thanks very much in advance for any help.