Web Experiment with repeated measures


Author
Message
Alehanbeekan
Alehanbeekan
Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)Associate Member (111 reputation)
Group: Forum Members
Posts: 8, Visits: 26
Hi all, 

I am new to inquisit and to programming in general.. At the moment I am working on a web experiment which should have two sessions (with one day in between). The order of the sessions should be counterbalanced between participants. I used a batch to counterbalance between the participants and it works that participants with odd ID get the negative condition and the participants with even ID get the neutral condition when they click the link. But how can I make sure that if the participants with odd ID click the link a second time, they will get the neutral condition and vice versa? 

Apparently Inquisit should track session number automatically, but refering to session in my script this does not seem to work. 

Here is what I did:
<batch Negative_First>
/ subjects = (1 of 2)
/ file = "Negative_First.iqx"
</batch>

<batch Neutral_First>
/ subjects = (2 of 2)
/ file = "Neutral_First.iqx"
</batch>

Script of Negative_First
<expt session 1>
/ sessions = (1 of 2)
/ blocks = [1 = moodinduction_negative]
</expt>
<expt session 2>
/ sessions = (2 of 2)
/ blocks = [1 = moodinduction_neutal]
</expt>

Script of Neutral_First
<expt session 1>
/ sessions = (1 of 2)
/ blocks = [1 =  moodinduction_neutral]
</expt>
<expt session 2>
/ sessions = (2 of 2)
/ blocks = [1 = moodinduction_negative]
</expt>

I would be happy, if someone can help me :)
Thanks a lot in advance!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search