Hi everyone,<br><br>Could anyone help with the following script? I am doing a interrupted visual search task. I am presenting a screen with the stimuli array for the search task followed by another screen with a blank screen. Once a trial has started I would like this trial to repeat (i.e stimuli array and white screen over and over) until a maximum of 16 times or  until the participant responds. I created the following script but is giving me an error. I am not familiar writing scripts in eprime.<br>
<br>Dim count as string
<br> <br>count=0
<br><br>While count<17
' <i>I need to repeat a trial up to 16 times or until response</i><br>   If StimuliArray.RESP = " " Then
' <i>I am not sure how to tell eprime if there is no response. </i><br>       Goto ShowStimAgain
' <i>this is a label that I inserted after the fixation cross</i><br>   End If
<br>count = count +1
<br>End
<br><br>Any help would be very appreciated. <br><br>Thanks<br><br>Julia Gómez<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>