Continuous recognition task with pseudo-random occurence

Raphaël Thézé raphael.theze at gmail.com
Thu Dec 12 15:43:35 UTC 2013


I tried a modification to include best the random selection:


'Randomly select a picture from Stim string and  
'pairs it with an element of Code string
For l = 0 to 59
j = Random(0, 59)
Stim (j) = Code (l)
Pict(l) = j
Next l


For k = 1 to 130
'When code value matches the value in the attribute, 
'the associated Stim picture is set in the ID column
For n = 0 to 59
if Sequence.GetAttrib (k, "order")= Code (n) Then
Sequence.SetAttrib k, "ID", Stim (Pict (n)) 
End if
Next n

Next k


I created an array to store the order of the random values j so I can use 
them to match the picture with the code. Unfortunately, it still does not 
work. It's like the file names of the picture never find their way to the 
attribute column when i run the experiment. 

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe at googlegroups.com.
To post to this group, send email to e-prime at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/c9d5d6bb-0201-4a3f-93af-6e5112aaa90c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20131212/2a8a00b1/attachment.htm>


More information about the Eprime mailing list