Two day study


Author
Message
lir1995
lir1995
Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)Partner Member (697 reputation)
Group: Forum Members
Posts: 40, Visits: 190
Hi, 

We have a study that is two days but only have one available URL for an Inquisit web study. Is there a way to have both scripts included in the same URL? Perhaps we can use the group ID to determine which script the subject sees (so that the same subject completes day one followed by day two)? Subjects can start day one at any time, so some subjects may be completing day one while others are on day two.

Thanks!
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
lir1995 - 11/18/2021
Hi, 

We have a study that is two days but only have one available URL for an Inquisit web study. Is there a way to have both scripts included in the same URL? Perhaps we can use the group ID to determine which script the subject sees (so that the same subject completes day one followed by day two)? Subjects can start day one at any time, so some subjects may be completing day one while others are on day two.

Thanks!

You need to use a batch script with either two /groups or two /sessions. In the /groups case, you can pass in the group ID via URL parameter, i.e. you can give your participants one URL that launches the day one script(s), and another that launches the day two script(s).

https://www.millisecond.com/support/docs/v6/html/articles/batchscripts.htm

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Dave - 11/18/2021
lir1995 - 11/18/2021
Hi, 

We have a study that is two days but only have one available URL for an Inquisit web study. Is there a way to have both scripts included in the same URL? Perhaps we can use the group ID to determine which script the subject sees (so that the same subject completes day one followed by day two)? Subjects can start day one at any time, so some subjects may be completing day one while others are on day two.

Thanks!

You need to use a batch script with either two /groups or two /sessions. In the /groups case, you can pass in the group ID via URL parameter, i.e. you can give your participants one URL that launches the day one script(s), and another that launches the day two script(s).

https://www.millisecond.com/support/docs/v6/html/articles/batchscripts.htm

The /sessions option should be fairly self-explanatory. For the /groups option:

Example batch script
<batch>
/ groups = (1 of 2)
/ file = "dayone.iqx"
</batch>

<batch>
/ groups = (2 of 2)
/ file = "daytwo.iqx"
</batch>






To launch day one: https://mili2nd.co/7x4b?day=1
To launch day two: https://mili2nd.co/7x4b?day=2
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search