psycholing
About
- Username
- psycholing
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
Comments
-
Thank you, and sorry for the late response. My concern is the following. Currently, my critical and filler lists have singleton items ( ['1', '2', '3'...] ) and I call sounds and images using this (e.g., [cur_item]_pic1.png). If I change the items …
-
I got this to work (thank you!), but I have a follow up question. For each item, the correct response is either 't' or 'f', and I want to be able to log not just which key was pressed by the participant, but also compute accuracy. However, defining …
-
For this, I haven't changed your code at all. I have tried entering this in both the run phase and the prepare phase, but neither has worked. # 2) Adding elements to the list of all itemsfor i in xrange(no_items): if i%5 == 4: # "%" m…
-
Hi, Thanks again. The latter part you said makes sense to me, but the first portion about defining the lists is still giving me trouble. For some reason, I am failing to execute the (pretty much exact) code you gave in your first response. The err…
-
Hi Eduard, Thanks so much for this! I haven't gotten this to work though, but I suspect it is because my experiment turns out to be a bit more complicated than I first made it out to be. So each item (critical and filler) consists of a pair of pict…