Counterbalancing
Victor
t1msky at yahoo.co.uk
Mon Nov 3 11:00:28 UTC 2008
Hi Gio
There may be a more elegant way to do this, but I have used a similar
experiement whereby I wanted to counterbalance the order of blocks.
What I did was insert a text box at the start of the expereiment
whereby the experimenter can input a number from 1-4 (for the 4
possible orders). Then insert a label at the start of each block and
one at the end of the experiment.
Following the text box, you want an inline script to tell you which
label to go to when the experiment begins. e.g.
IF textbox1.RESP = 1 THEN GOTO block1
IF textbox1.RESP = 2 THEN GOTO block2
IF textbox1.RESP = 3 THEN GOTO block3
IF textbox1.RESP = 4 THEN GOTO block4
and following each block to say where to go next. For example, after
block1 you want
IF textbox1.RESP = 1 THEN GOTO block2
IF textbox1.RESP = 2 THEN GOTO block4
IF textbox1.RESP = 3 THEN GOTO block3
IF textbox1.RESP = 4 THEN GOTO end
and following block 2 you want
IF textbox1.RESP = 1 THEN GOTO block3
IF textbox1.RESP = 2 THEN GOTO block1
IF textbox1.RESP = 3 THEN GOTO end
IF textbox1.RESP = 4 THEN GOTO block1
Complete the inline scripts so that for input 1-4, the sequence of
blocks is completed in the counterbalanced order you want. After the
last block in each case you can add a goto end.
Hope this helps
Tim
On Nov 1, 9:32 am, GioOtto <giovanni.ottob... at gmail.com> wrote:
> I am new of eprime and i need some help.
> I am designing an experiment where I have four blocks:
> Two belong to one variable (i.e., 1 and 2)
> Two belong to another variable (i.e., 3 and 4).
> I would like to find a way to present all the four blocks
> counterbalanced between the participants.
> One participant should be presented with block 1 and block 2 from the
> 1st variable and block 3 and 4 from the 2nd variable, the following
> participant should be presented with block 2 and block 1 from the 1st
> variable and block 4 and 3 from the 2nd variable, another should be
> presented with block 3 and block 4 from the 2nd variable and block 1
> and 2 from the 1st variable, the last to close the loop should be
> presented with block 4 and block 3 from the 2nd variable and block 2
> and 1 from the 1st variable. I would like not to create 4 exp, but if
> this is the case I can do it.
> Thanks for any help
> gio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---
More information about the Eprime
mailing list