2 batch files for 1 web licence?


Author
Message
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: 13K, Visits: 105K
I have no idea what page you are referring to with "registration page". If you mean the configuration page that asks you how group numbers should be generated, you simply select the URL query parameter option and then enter the query parameter's *name* in the respective field. The name is "gid" (without quotes).

babicova.k
babicova.k
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 8, Visits: 81
Great, thanks, and this is what I should enter to the registration page, right? 
http://research.millisecond.com/username/experimentname.web?gid

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: 13K, Visits: 105K
No. It doesn't matter how you name the two <batch> elements, you do not need to name them at all. To be perfectly clear, the two <batch> elements need to exist in a *single* *.iqx file, not multiple. For the sake of example, create a file called 'batch.iqx' containing

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/ file = "a.iqx"
/ file = "b.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/ file = "c.iqx"
/ file = "d.iqx"
</batch>

The file called 'batch.iqx' is the one you register as your active web script. Which of the two <batch> elements contained in the file is administered, is determined by the group number that's passed in as discussed previously.

babicova.k
babicova.k
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 8, Visits: 81
First batch would mean I have to name it <batch 1>? 
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: 13K, Visits: 105K
Yes, you can use the query parameter option to pass in the proper group directly. Suppose you call the query parameter gid, then

https://research.millisecond.com/yourusername/yourexperimentname.web?gid=1

will run the 1st <batch>, while

https://research.millisecond.com/yourusername/yourexperimentname.web?gid=2

will administer the 2nd <batch>.


babicova.k
babicova.k
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 8, Visits: 81
Well, the groups are set to control and test group and I need the person from control group to be assigned to the batch for control group - lets say with the odd number. And the other way around. So, perhaps I only want to have one group with group ID: 1 and one group with group ID: 2. 

Is there a way to do this? 



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: 13K, Visits: 105K
> One more question - what do I have to choose while registering the script then?

This entirely depends on how you want to assign people to one of the two <batch> elements. The default is a random group number, which should be fine. Sequential should be fine as well (doesn't really make a difference here).

babicova.k
babicova.k
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 8, Visits: 81
Great, just wanted to confirm.

One more question - what do I have to choose while registering the script then?
Choose how the group id should be determined: 

Thanks in advance! 
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: 13K, Visits: 105K
> Is it possible to put these two sets to one batch? for 2 different group assignments, I guess?

Yes, that's exactly correct. You can do

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/ file = "a.iqx"
/ file = "b.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/ file = "c.iqx"
/ file = "d.iqx"
</batch>

In the above example, participants with an *odd* group number would be administered a.iqx and b.iqx, while participants with an *even* group number would receive c.iqx and d.iqx.

babicova.k
babicova.k
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 8, Visits: 81
Hi! 
I would like to ask if it is possible to run  two different batches containing different scripts with 1 web licence. I need to run an experiment with one test group and a control group. 
Is it possible to put these two sets to one batch? for 2 different group assignments, I guess? 
Thanks a lot in advance! 
Katarina 
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search