<DIV>Hello everyone,</DIV>
<DIV>I have a simple experiment that displays two images on the screen.  The two SlideImages are named "LeftImage" and "RightImage," and are diplayed on a Slide named "Stimulus."  On each trial, one image is correct, and one is incorrect; responses are made with a mouse click on an image.  </DIV>
<DIV> </DIV>
<DIV>After a response is made, I want to advance to the Slide "ImageFeedback," displaying one of three SlideStates "LeftCorrect," "RightCorrect," or "Incorrect," depending on the response.</DIV>
<DIV> </DIV>
<DIV>I am tring to figure out what the appropriate inline script would be to accomplish this.  I am thinking something similar to the following may work, but I know this isn't quite right:</DIV>
<DIV> </DIV>
<DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New">
<P>If strHit = c.GetAttrib("LeftImage") and Stimulus.ACC=1, Then<BR>Set ImageFeedback.ActiveState = "LeftCorrect" </P>
<P>Else</P>
<P>If strHit = c.GetAttrib("RightImage") and Stimulus.ACC=1, Then<BR>Set ImageFeedback.ActiveState = "RightCorrect"</P>
<P>Else</P>
<P>If Stimulus.ACC=0,<BR>Set ImageFeedback.ActiveState = "Incorrect"</P>
<P>End If</P>
<P> </P>
<P><FONT face=arial,sans-serif>I looked at the example programs "Response Areas For Mouse Input" and "LoadImageUpunMouseClick."  I also searched though the Google Group, and found some similar posts, but was unable to come up with an inline script solution that worked.  Any help would be very appreciated.  I will post the solution that I get to work.  Thanks so much!</FONT></P>
<P> </P>
<P><FONT face=arial,sans-serif>Erin</FONT></FONT></FONT></P><FONT size=2 face="Courier New"><FONT size=2 face="Courier New">
<P> </P></FONT></FONT></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 />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/xIDmOlnPo4YJ">https://groups.google.com/d/msg/e-prime/-/xIDmOlnPo4YJ</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 />