Good morning
I am currently working on a research project bridging RedCap and Inquisit.
The experiment includes 3 online Inquisit sessions randomly assigned to participants. This assignment is done in RedCap.
My current batch file is :
<batch>
/ sessions = (1 of 3)
/ file="categoryswitchtask_fr_en.iqx"
</batch>
<batch>
/ sessions = (2 of 3)
/ file="stopsignaltask2019_fr_en.iqx"
/ file="towertest_d_kefs.iqx"
/ file="minutediscountingtask_fr_en.iqx"
</batch>
<batch>
/ sessions = (3 of 3)
/ file="emotionalgonogo_french.iqx"
/ file="attentionalcueing_fr_en.iqx"
</batch>
Is there any way to assign the session order using a parameter in the URL from redcap to inquisit like I can for the participant id?
Thanks for your help!