How to put a transition page between a two counterbalanced test ?


Author
Message
Ma__02
Ma__02
Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)
Group: Forum Members
Posts: 3, Visits: 14
Hi,

I want to put a transition page between a two counterbalanced test.

I've already created a "test" as a transition between the two experiments, in Inquisit, but I don't know how to insert it after the first program, knowing that the two programs are counterbalanced.
Here is my actual program for counterbalancing the two tests, which works perfectly :

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/file="Chal-HvsV.iqx"
/file="Comp-HvsV.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/file="Comp-HvsV.iqx"
/file="Chal-HvsV.iqx"
</batch>

Can you help me please ? Is it possible ?

Thanks in advance,
Marine G

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: 104K
Ma__02 - 6/19/2019
Hi,

I want to put a transition page between a two counterbalanced test.

I've already created a "test" as a transition between the two experiments, in Inquisit, but I don't know how to insert it after the first program, knowing that the two programs are counterbalanced.
Here is my actual program for counterbalancing the two tests, which works perfectly :

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/file="Chal-HvsV.iqx"
/file="Comp-HvsV.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/file="Comp-HvsV.iqx"
/file="Chal-HvsV.iqx"
</batch>

Can you help me please ? Is it possible ?

Thanks in advance,
Marine G

Simply put your "transition" page in a separate script

<block transitionblock>
/ preinstructions = (transitionpage)
</block>

<page transitionpage>
^This is the transition.
</page>

and run that script in-between the two experimental scripts.

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/file="Chal-HvsV.iqx"
/ file = "transitionscript.iqx"
/file="Comp-HvsV.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/file="Comp-HvsV.iqx"
/ file = "transitionscript.iqx"
/file="Chal-HvsV.iqx"
</batch>

Ma__02
Ma__02
Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)Associate Member (165 reputation)
Group: Forum Members
Posts: 3, Visits: 14
Dave - 6/19/2019
Ma__02 - 6/19/2019
Hi,

I want to put a transition page between a two counterbalanced test.

I've already created a "test" as a transition between the two experiments, in Inquisit, but I don't know how to insert it after the first program, knowing that the two programs are counterbalanced.
Here is my actual program for counterbalancing the two tests, which works perfectly :

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/file="Chal-HvsV.iqx"
/file="Comp-HvsV.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/file="Comp-HvsV.iqx"
/file="Chal-HvsV.iqx"
</batch>

Can you help me please ? Is it possible ?

Thanks in advance,
Marine G

Simply put your "transition" page in a separate script

<block transitionblock>
/ preinstructions = (transitionpage)
</block>

<page transitionpage>
^This is the transition.
</page>

and run that script in-between the two experimental scripts.

<batch>
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/file="Chal-HvsV.iqx"
/ file = "transitionscript.iqx"
/file="Comp-HvsV.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/file="Comp-HvsV.iqx"
/ file = "transitionscript.iqx"
/file="Chal-HvsV.iqx"
</batch>

Thanks a lot, it works perfectly !

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search