I sent a complete script to sirous, but for everybody else I post a
screenshot and some explanation here too... (I so often found threads
that should contain the answer to my question... but do not as people
continued in private e-mail).
Screenshot:
http://images.redial.net/awdpsirous.bmp
Explanation:
You want to counterbalance the position of the 'type of words', the
position of the probe and the identitiy of the probe, as well as
randomise the trial order.
To do all this we use two lists... the first list contains the
stimuluswords (stimword1 and stimword2) and for logging purposes I
also included a variable 'trialtype' so you can easily see in your
data which trial is which type... you might consider recoding these
into 1, 2, 3 right away (simply change that in the list or add another
attribute) so that for instance spss will later be able to easy
separate the different type of trials. You can add your remaining 42
word-combinations in here. Every trial will start with e-prime
choosing one of the word combinations, at random. If you need blocks
of the same trials (neg-neut, hap-neut etc), then we'll need an extra
list before this one, but I don't think this is the case, right?
Now, nested in this list is the 'positions' list (or positions and
probe id would be more accurately). It seemed most simple to just make
a list with all possible combinations of word-positions, 'probetype',
and probepositions in it. The position of the stimwords are given in
'posstim1' and 'posstim2', if you'll look at the properties of the
text-displays in the 'stimuli-slide' you'll see that for the y-
position of the frame it refers to these attributes: [posstim1] and
[posstim2]. This way the text-displays (with the stimwords which it
gets trough calling into [stimword1] and [stimword2] ) will be
displayed at y-positions 25% and 75% of the screen, ergo, top and
bottom. Then the probe, I used eiterh * or ** here, obviously you can
change this into any probes you like. The attribute 'cresp' refers to
the correct response... for my probes * and ** I will use buttons on a
SR-box, but in this version the two mousebuttons are you used...
obviously you can change all this in the stimuli-slide properties.
Lastly the attribute 'posprobe': this one is called upon by the probe-
texdisplay in the prob-slide in the same way as the stimulusdisplays
called into this list for their position, and it determines whether
the probe will be shown in the position of stimword1 or stimword2.
Regards,
liwenna