<div dir="ltr"><div>Hello,</div><div> </div><div>In my experiment, participants are shown with word pairs. Then, they are presented with the first words one at a time on the screen and asked to type its pair (second word) on the screen. </div><div>If they can't remember, they press "enter" button to skip. The thing I am trying to do is to present the words which they skipped by pressing enter button in another list after this list is completed. </div><div>In other words, second list should include only the words they skipped in the first list. </div><div>This setup similar to your sample "rerun errors" in e-prime website but instead of errors I want to include no response trials. So I cannot use the script in that sample. Its (rerun errors)script is below:</div><font color="#008000" face="Courier New" size="2"><p> </p><font color="#008000" face="Courier New" size="2"><font color="#008000" face="Courier New" size="2"><font color="#008000" face="Courier New" size="2"><font color="#008000" face="Courier New" size="2"><font color="#008000" face="Courier New" size="2"><font face="Courier New" size="2"><p>'ErrorCount is used to keep track of the number of trials<br>'on which the response is incorrect.  The total is then<br>'used to assign the number of samples to be run to repeat<br>'error trials.<br>g_nErrorCount = 0</p><p> </p><p><br>'On incorrect trials, write the current trial info to the<br>'RerunList object, which is run after TrialList.<br>If Stim.ACC = 0 Then<br> g_nErrorCount = g_nErrorCount + 1<br> If g_nErrorCount > 1 Then<br>  RerunList.AddLevel g_nErrorCount<br> End If<br> RerunList.SetWeight g_nErrorCount, 1<br> RerunList.SetProc g_nErrorCount, "RerunProc"<br> RerunList.SetAttrib g_nErrorCount, "Stimulus", c.GetAttrib("Stimulus")<br> RerunList.SetAttrib g_nErrorCount, "CorrectAnswer", c.GetAttrib("CorrectAnswer")<br>End If</p><p> </p><p>'If errors occur, run RerunList<br>'Set number of samples from ErrorCount<br>If g_nErrorCount > 0 Then<br> Set RerunList.TerminateCondition = Cycles(1)<br> Set RerunList.ResetCondition = Samples(g_nErrorCount)<br> RerunList.Reset<br>Else<br> 'No error trials to run<br> GoTo EndOfBlock<br>End If</p><p> </p><font face="Courier New" size="2"><div><font color="#000000">Can you help me with that?</font></div><div><font color="#000000"></font> </div><div><font color="#000000">Thanks, </font></div><div><font color="#000000"></font> </div><div><font color="#000000">Didem.</font></div><p> </p></font></font><p> </p></font><p> </p></font><p> </p></font><p> </p><p> </p></font><p> </p></font><p> </p></font><p> </p><font face="Courier New" size="2"><p> </p><font face="Courier New" size="2"><p> </p><p> </p></font><p> </p></font><p> </p><p> </p></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/d1322057-ccee-498a-8755-9c005043f9ab%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/d1322057-ccee-498a-8755-9c005043f9ab%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />