Millisecond Forums

Session ID and number are not correct

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

By lsoh - 9/6/2024

Hello!
We have not used an iPad before for our study sessions but needed to for the patient's treatment plan without a phone. During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study) and the data files also included an incorrect session number. However, the link we sent was correct, saying session number 2 and the data files should say session 1. Does anyone know how to fix this problem?
By Dave - 9/6/2024

lsoh - 9/6/2024
Hello!
We have not used an iPad before for our study sessions but needed to for the patient's treatment plan without a phone. During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study) and the data files also included an incorrect session number. However, the link we sent was correct, saying session number 2 and the data files should say session 1. Does anyone know how to fix this problem?

> During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study)

The logs show that the study was launched with a value of 21 for the session ID paramter:



That no session 21 exists in your script is irrelevant. Same as with condition assignment by subject or group number, the provided session number (here: 21) is taken modulo the total number of sessions specified (here:11). 21 modulo 11 is 10, i.e.

**TRAINING 8**
<batch>
/ sessions = (10 of 11)
/ file = "session10_batch.iqx"
</batch>


was adminstered, meaning the "psychoed session 8 10-3-22.iqx" script.

session10_batch.iqx

****PSYCHOED GROUP****
<batch>
/ groups = (1 of 2)
/ file="psychoed session 8 10-3-22.iqx"
</batch>

****CBM-I GROUP****
<batch>
/ groups = (2 of 2)
/ file="cbm training session 8 april25.iqx"
</batch>

By lsoh - 9/16/2024

Dave - 9/6/2024
lsoh - 9/6/2024
Hello!
We have not used an iPad before for our study sessions but needed to for the patient's treatment plan without a phone. During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study) and the data files also included an incorrect session number. However, the link we sent was correct, saying session number 2 and the data files should say session 1. Does anyone know how to fix this problem?

> During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study)

The logs show that the study was launched with a value of 21 for the session ID paramter:



That no session 21 exists in your script is irrelevant. Same as with condition assignment by subject or group number, the provided session number (here: 21) is taken modulo the total number of sessions specified (here:11). 21 modulo 11 is 10, i.e.

**TRAINING 8**
<batch>
/ sessions = (10 of 11)
/ file = "session10_batch.iqx"
</batch>


was adminstered, meaning the "psychoed session 8 10-3-22.iqx" script.

session10_batch.iqx

****PSYCHOED GROUP****
<batch>
/ groups = (1 of 2)
/ file="psychoed session 8 10-3-22.iqx"
</batch>

****CBM-I GROUP****
<batch>
/ groups = (2 of 2)
/ file="cbm training session 8 april25.iqx"
</batch>


Is there anyway you are able to change the session number? This happened again a few days ago and I am wondering why as the links we are sending are showing the right session number.
By Dave - 9/16/2024

lsoh - 9/16/2024
Dave - 9/6/2024
lsoh - 9/6/2024
Hello!
We have not used an iPad before for our study sessions but needed to for the patient's treatment plan without a phone. During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study) and the data files also included an incorrect session number. However, the link we sent was correct, saying session number 2 and the data files should say session 1. Does anyone know how to fix this problem?

> During the first session today, we checked the Inquisit participant log and the session number was 21 (does not exist in our study)

The logs show that the study was launched with a value of 21 for the session ID paramter:



That no session 21 exists in your script is irrelevant. Same as with condition assignment by subject or group number, the provided session number (here: 21) is taken modulo the total number of sessions specified (here:11). 21 modulo 11 is 10, i.e.

**TRAINING 8**
<batch>
/ sessions = (10 of 11)
/ file = "session10_batch.iqx"
</batch>


was adminstered, meaning the "psychoed session 8 10-3-22.iqx" script.

session10_batch.iqx

****PSYCHOED GROUP****
<batch>
/ groups = (1 of 2)
/ file="psychoed session 8 10-3-22.iqx"
</batch>

****CBM-I GROUP****
<batch>
/ groups = (2 of 2)
/ file="cbm training session 8 april25.iqx"
</batch>


Is there anyway you are able to change the session number? This happened again a few days ago and I am wondering why as the links we are sending are showing the right session number.

> Is there anyway you are able to change the session number?

No. The launch page reads in the value it is provided, it cannot change the value.