can <batch> randomize scripts?


Author
Message
jordan
jordan
Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)
Group: Forum Members
Posts: 6, Visits: 1

ah... got it, that makes sense. so it might be better to do something other than random to make it easier to keep track of. thank you!


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: 108K

Since you've set groupassignment to random, you'll have to use the date and time information in the data files to figure out the order of scripts and thus which <batch> order was administered.


jordan
jordan
Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)
Group: Forum Members
Posts: 6, Visits: 1

Sorry, not the user id, that's being tracked consistently - what I'm trying to figure out is how to tell whether they were in batch 1, or batch 2. There's a group # field, but that is showing up as 1 for everybody.


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: 108K

The subject # in your various data files is the same that was used by the batch. That's the one of the major points of running scripts via batch -- use the same id for all of them.


jordan
jordan
Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)
Group: Forum Members
Posts: 6, Visits: 1

Everything has been working great, but was going through the data files and was wondering if the batch subject number was recorded anywhere. Is that not connected, or would I need to add something to both of the scripts to pass that value through to the data that is recorded?



jordan
jordan
Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)
Group: Forum Members
Posts: 6, Visits: 1

that worked perfectly, thank you!


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: 108K

It looks like using the <batch> code will make it easy to use the two scripts together and keep them associate with the same subject number - but I'm hoping to also randomly have participants perform one script first and then the other.


This is possible / supported in Inquisit 3. You do


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

<batch>
/ file = "b.exp"
/ file = "a.exp"
/ subjects = (2 of 2)
/ groupassignment = random
</batch>


Regards,


~Dave


jordan
jordan
Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)Respected Member (456 reputation)
Group: Forum Members
Posts: 6, Visits: 1

Hello all!


I'm trying to put together an online experiment that will consist of two parts: the OSPAN working memory test and a demographic survey. It looks like using the <batch> code will make it easy to use the two scripts together and keep them associate with the same subject number - but I'm hoping to also randomly have participants perform one script first and then the other.


I was looking through the documentation and saw that it wasn't supported in Inquisit 3 but was planned for future release - does anyone know if this is possible now, or if not if there's another way to go about this?


Thank you in advance for any advice or guidance!


Jordan


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search