i'm sure you could find a way to do this using a single slide collecting the two responses, but i think it would be easier to use two slides one after the other, each collecting a single response.<div>i would have a procedure start with Label1, then Slide1, then Inline1, then Label2, Slide2, Inline2.</div>

<div>Slide1 shows your 4 images.</div><div>Inline1 performs a HitTest on the mouse response to Slide1.  if an invalid response then go back to Label1 to represent Slide1, otherwise procede to Slide2.  you might label this valid response something like strHit1.</div>

<div>Slide2 is configured exactly the same as Slide1 so that to the participant's eye no change occurs on the screen following their successful mouse response to Slide1.</div><div>Inline2 again checks to see that a valid response is made.  if not, for instance if they click on the same item as they did on Slide1, just jump back to Label2 so that Slide2 can be redisplayed and a valid response collected.  label that valid response strHit2.</div>

<div>furthermore, with Inline2 you can take your two valid responses and craft your remaining slide, which you said needed to be based on the previous two responses.</div><div>for instance, once you've received a valid response to Slide2, Inline2 might continue as follows:</div>

<div><br></div><div>Select Case strHit1</div><div>    Case "Image1"</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Select Case strHit2</div><div>    Case "Image1"</div>

<div>        'set Slide3 to reflect a choice of Slide1.Image1 and Slide2.Image1</div><div>    Case "Image2"</div><div><div>        'set Slide3 to reflect a choice of Slide1.Image1 and Slide2.Image2</div>

</div><div>    Case "Image3"</div><div><div>        'set Slide3 to reflect a choice of Slide1.Image1 and Slide2.Image3</div></div><div>    Case "Image4"</div><div><div>        'set Slide3 to reflect a choice of Slide1.Image1 and Slide2.Image4</div>

</div><div>End Select</div></blockquote><div>    Case "Image2"</div><div>    Case "Image3"</div><div>    Case "Image4"</div><div>End Select</div><div><br><div class="gmail_quote">On Tue, Aug 9, 2011 at 8:56 PM, Becky Clements <span dir="ltr"><<a href="mailto:cobwebfaery@gmail.com">cobwebfaery@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi everyone.<br>
<br>
I am currently designing an experiment in which children will be<br>
presented with four images, and will have to choose two objects using<br>
a mouse response.  I have looked at the "Multiple Response Sample"<br>
provided on EPrime Support, however, I cannot see how to manipulate<br>
this Inline to an image slide, in order to record the two responses<br>
from the one slide.  (The proceeding slide's correct answer is based<br>
upon the combination of these two responses, so it would be preferable<br>
to have the multiple responses be on one slide).<br>
<br>
Any help would be greatly appreciated.<br>
<br>
Cheers,<br>
Becky<br>
<font color="#888888"><br>
--<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 <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<br>
<br>
</font></blockquote></div><br></div>

<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 />