if you're responding with a mouse, and clicking the left button, i believe all your responses will be '1'.  you may need to set up a script to assign a value to Motor.ACC depending on the results of your HitTest.<br>
<br><div class="gmail_quote">On Mon, Jul 14, 2008 at 3:41 PM, Dina <<a href="mailto:deedeevau@hotmail.com">deedeevau@hotmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi David,<br>
<br>
Thanks for your suggestion!<br>
I tried it out and the programme does run, but still does not log the<br>
responses appropriately.<br>
I acted like the perfect participant and made no errors.<br>
<br>
This is what the output says:<br>
<br>
Trial 1<br>
<br>
CorrectAnswer: 1<br>
StateName: UL<br>
Motor.ACC: 0<br>
Motor.RESP: 1<br>
<br>
Trial 2<br>
<br>
CorrectAnswer: 3<br>
StateName: BL<br>
Motor.ACC: 0<br>
Motor.RESP: 1<br>
<br>
Trial 3<br>
<br>
CorrectAnswer: 2<br>
StateName: UR<br>
Motor.ACC: 0<br>
Motor.RESP: 1<br>
<br>
What I also noticed is that Motor.ACC = 0, even for the first trial.<br>
I'm not sure how this can be solved.<br>
<br>
Dina<br>
<br>
David McFarlane wrote:<br>
> Dina,<br>
<div class="Ih2E3d">><br>
> >How can I modify the script in such a way that every response, no<br>
> >matter what SlideState, will be logged appropriately?<br>
><br>
</div>> Your code fragment was very helpful.  Just a guess, since I have not<br>
> used DoHitTest and I did not test this with sample code, but based on<br>
> my understanding I would say the problem is with<br>
<div class="Ih2E3d">><br>
> >Set theState = Motor.States ("UL")<br>
><br>
</div>> since this always refers just to your UL state.  Instead, try<br>
><br>
> Set theState = Motor.States (Motor.ActiveState)<br>
><br>
> and see if that helps.<br>
><br>
> -- David McFarlane, Professional Faultfinder<br>
<div><div></div><div class="Wj3C7c"><br>
</div></div></blockquote></div><br><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 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> -~----------~----~----~----~------~----~------~--~---<br>
<br>