Hi everyone,<br><br>For my experiment, I have picture-sound matching pairs and each trial asks for the sentence that corresponds to the picture-sound pair.<br>I have three trials and for each trial, the sequence of the pair differs (I did not randomize the order since I wanted all the participants to be exposed to the sound and picture in the same order).<br><br>For each trial, the participants are asked to revise the sentence they've written before.<br>However, this is where the problem keep rises. <br><br>While the response that corresponds to the right pair should come out in the order that I've set, the response for the first picture would still come out at the first slide.<br>For example, if picture A sound A pair is the first pair that will be shown in the first trial, this pair will be shown at the 5th slide for the second trial and 18th for the third trial.<br>However, the answer that the participant wrote for the pair will still appear at the first slide for second and third trial.<br><br>My codings were<br><br><br>For the second trial: <br><br>Dim Sent2 as string<br>Sent2 = Encoding1List.GetAttrib(2, "IntegrationResp")<br><br>'x=0'<br>'i=x+1'<br>If "OriginalOrder" = "i" Then<br>c.SetAttribatsource "Sentence", Sent2<br>End if<br><br>For the third trial:<br><br><br>Dim Sent3 as string<br>Sent3 = Encoding2List.GetAttrib (3, "Integration2Resp")<br><br>'x=0'<br>'i=x+1'<br>If "OriginalOrder" = "i" Then<br>c.SetAttribatsource "Sentence", Sent3<br>End if<br><br><br><br><br>On the list of sound and picture pair for each trial, there is a column called "OriginalOrder" and it indicates the number of its order at the first trial. (so the original order for the first trial goes 1,2,3,....80 as a sequence but the second one goes 54,22,29,... saying that it's the 54th picture-sound pair shown at the first trial)<br><br>I'm so close to be done but this problem is keeping me from finishing the project. Please let me know if anyone has any idea how to solve this problem!<br><br>Thanks,<br>Clair<br><br><br>
<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 />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/klHy5JmGKe4J">https://groups.google.com/d/msg/e-prime/-/klHy5JmGKe4J</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
<br />
<br />