<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hi,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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:<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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. <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Best,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Michiel<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
e-prime@googlegroups.com [mailto:e-prime@googlegroups.com] <b>On Behalf Of </b>Massimiliano
Elia<br>
<b>Sent:</b> 07 March 2012 18:46<br>
<b>To:</b> e-prime@googlegroups.com<br>
<b>Subject:</b> rapid serial visual presentation and sound, how to<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Hello, everyone.<br>
I'm using E-Prime for the first time, and i'm learning what's necessary for an
experiment i'm supposed to design.<br>
In short, this is what I have to do: present a sound (which lasts 500 ms) and a
series of pictures (15, to be precise) in the arc of 1500 ms. What at the
moment I'm trying to understand, is how to put both sound and the 15 pictures
(one followed by the other) attached in one slide. I've tried it with one
picture and it seemed to work. I think a way to work around this problem is to
create a video file which lasts the exact amount of ms i need with the 15
pictures followed by each other. I guess it's possible, although it doesn't
feel elegant and I hope there's an easier way to do this using the E-Studio
tools. Can anyone help me with this? <o:p></o:p></p>

<p class=MsoNormal>-- <br>
You received this message because you are subscribed to the Google Groups
"E-Prime" group.<br>
To view this discussion on the web visit <a
href="https://groups.google.com/d/msg/e-prime/-/E4PVJUKS30IJ">https://groups.google.com/d/msg/e-prime/-/E4PVJUKS30IJ</a>.<br>
To post to this group, send email to e-prime@googlegroups.com.<br>
To unsubscribe from this group, send email to
e-prime+unsubscribe@googlegroups.com.<br>
For more options, visit this group at
http://groups.google.com/group/e-prime?hl=en.<o:p></o:p></p>

</div>

</body>

</html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />

For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.<br />