Hi,
First off, you have one sound, which is presented along with the first slide. Slide one thus lasts 100 ms, the sound 500 ms (turn StopAfter or such off). Once you get this to work - i.e., the sound lasting 500 ms and the slide only 100 ms (just put a textdisplay after it, check whether this appears while the sound still plays), the rest should be easy. Easy in one of two ways:
1. Make an extra list within the present trial procedure, placed after the sound and first picture. The list will have 14 levels, and you can use colon syntax to reference attributes from a list higher up.
2. And it may feel annoyingly like "a lot of work" or inelegant, but I believe one of the best ways is to add 14 imagedisplays (or slides) directly after the first (without sound) and have these reference attributes in the triallist. That is, let's say slide1 has, in filename, [ShowThisAtPosition1]. The TrialList, from which these are taken, has 15 attributes, including "ShowThisAtPosition1". Cleverly, the TrialList has a nested, different list with a single attribute, "PicturesToShow" with all the pictures you ever want to show (say, a hundred), randomised every trial. Now, in the TrialList, in column "ShowThisAtPosition1", you simply say "PicturesToShow:1", at position2 "PicturesToShow:2" and so on. This makes it incredibly easy to also add targets to what I bet you want to make a RSVP/AB paradigm.
Best,
Michiel
--
You received this message because you are subscribed to the Google Groups
"E-Prime" group.
To view this discussion on the web visit https://groups.google.com/d/msg/e-prime/-/E4PVJUKS30IJ.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to
e-prime+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/e-prime?hl=en.
List1: set to Random, 12 rows, each row with the same Procedure,
"PresentImagesProc" (or whatever), each row with a different Nested
List: ImagesList1, ImagesList2, ..., etc.
each Nested List is set to Sequential (not Random), has 15 rows and
one added column called, "FileName" (or whatever)
type in your filenames for all the images in the added column, one
group of images to each Nested List.
then fill in the PresentImagesProc timeline with whatever working
procedure you've already described (500 ms of image presentations).
that should do it, assuming i've understood your dilemma.
ben
> --
> You received this message because you are subscribed to the Google Groups
> "E-Prime" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/e-prime/-/TAAZquPoHacJ.