I'm guessing this is easy to do if you know how, but I can't figure a
solution; the manuals are of little help. I am creating an IAT and want
a mix of images and text as stimuli. I thought I could just put the
image file names in the relevant LIST but this doesn't work. I then
realised that slides have either text or image objects, so I figure I'm
goiung to have to mess around with multiple versions of slides--do I use
slidestate? Or can I layer a text object and image object on top of each
other and assume that it is transparent if nothing is called for that
implementation? If you've got something that does this can can share it,
that would be welcome.
Cheers,
Rick
--
Rick O'Gorman, PhD
Psychology, Faculty of Development and Society
Collegiate Crescent Campus,
Sheffield Hallam University,
Sheffield
S10 2BP
Phone: 0114 225 5788 Fax: 0114 225 2430
http://www.shu.ac.uk/psychology/staff/OGorman.html
No passion can survive a woman's seeing her lover hold
his fork in the wrong way.
~Edith Wharton
I would use a Slide object with multiple states, as you guessed. One
state would use a Text sub-object, and another state would use an
Image sub-object. You would then have to use a bit of inline script
to set the state before running the slide in your procedure, based
either on the value of the attribute that encodes the stimulus, or
using another attribute just to indicate text vs. image. Might be
worth browsing the PST downloads to see if they show how to handle
Slide states, or just make a demo program with any Slide (or better,
a Feedback object, which is just a special type of Slide) and look at
the generated script, that's how I figure out how to manage Slide states.
Good luck,
-- David McFarlane, Professiona Faultfinder
Brilliant use of attribute to control slide state, I had missed that,
thank you SO much for figuring that out and posting back! Also
thanks for hint about cloning slide states.
And I too regain respect for E-Prime when I stumble on things like this.
-- David McFarlane, Professional Faultfinder