To whom it may concern,
I have a question regarding sessions. I understand that it enables tasks based on the session id. It was my understanding that Millisecond keeps track of session numbers, i.e. it will know that a participant is on a second session if they completed their first session. We created our experiment with a session set up for each study visit, but noticed that in piloting, it allowed one of our RAs to complete tasks even after her last (fourth) session. I'm wondering how we can make sure that the Millisecond tasks won't allow participants to complete millisecond tasks after they've completed their final session? Below is the experiment script for your reference; let me know if there is any other clarifying info I can provide.
// session 1
<batch>
/ file = "cuedgonogo.iqx"
/ file = "emotiondotprobe.iqx"
/ sessions = (1 of 4)
</batch>
// session 2
<batch>
/ file = "cuedgonogo.iqx"
/ file = "emotiondotprobe.iqx"
/ sessions = (2 of 4)
</batch>
// session 3
<batch>
/ file = "cuedgonogo.iqx"
/ file = "emotiondotprobe.iqx"
/ sessions = (3 of 4)
</batch>
// session 4
<batch>
/ file = "cuedgonogo.iqx"
/ file = "emotiondotprobe.iqx"
/ sessions = (4 of 4)
</batch>