rampriya darshini
About
- Username
- rampriya darshini
- Joined
- Visits
- 8
- Last Active
- Roles
- Member
Comments
-
@Ivan I did set the sketch pad set to zero. But accidentally I kept the flush pending keypresses option off, do you think that could be reason for lot of zero RTs? I don't understand why though. Now I ran it again with flush pending keypresses optio…
-
@eduard thank you again for being so kind and patient. works fine. o:) I feel relieved finally.
-
@eduard yea makes sense. but i'm not sure how to reset the variables. do i need to use a separate inline for that and what function i should use to reset.?
-
@eduard im sorry.i meant even when i set it as [go]=0/[go]!=1 the problem persists
-
thank you so much. one last doubt. i have attached a screenshot of my excel form. one problem with the output is that response 1 and response 2 are being logged even on go trials though i have set the inline script to run oly if [go]=1 i have highl…
-
I made few changes and now both the keyboard responses appears in the log file but key2 value is not being collected instead it shows none for every trial. I'm not sure whether its because of the change i made to the code. It would be great if any o…
-
1)They key1and key2 are not being logged in the output excel form. so i added exp.set("key1",k1) exp.set("key2",k2) to the inlinescript but it shows only NA under the key 1 and key 2 column. 2) when i ran the code i realized…
-
@eduard I did and it gave a error that key 2 is undefined. so I set key 2= none. I have two issues,first problem is that it waits for a key response to move onto the next one.as these are no go trials i want it to just stay for 1600ms and register …
-
@eduard im getting a error message that k1 is not defined. I also would like to know the reason for k being set to none initially.
-
it would be really helpful if some one can point me to the solution as nothing seems to work out for me. so far my experiment yields correct and incorrect responses on GO and NO GO trials. But I also need to register the first response they make on …
-
i want the latter, both the response to occur within 1600 ms kb = keyboard(keylist=['z','m'], timeout=1600) k1,t1 = kb.get_key() k2,t2 = kb.get_key() if k1 != None: response_time1 = t1-start_time1 k2,t2 = kb.get_key(timeout=1600) if k2 != None:…
-
@eduard could you plz explain how does this code makes sure that both k1, and k2 combined has a time out of 1600ms. and sorry for posting the question twice. i realized it little late. ive been struggling to make this work for quite sometime. than…
-
@DahmSF But the inter stimulus interval needs to be strictly 1600, only in that time window two responses should be collected.
-
I'm a beginner to open sesame. I'm still not getting it :| . any other relevant link from forum would be of great help.
-
Now i understand why the error happened. I inserted an inline script in the run phase, fixed_dur = 1600 self.sleep(fixed_dur - self.get("response_time")) it seems to work. is this right? is there a way to cross check whether the timing of…
-
@Josh let me just brief about the keyboard responses in my experiment to make myself clear.the experiment i'm designing is a modified no go tasks in which participants need to press a key to indicate that they have failed to withhold their response…
-
I tried but it says the variable doesn't exist, though the variable exists in the variable inspector. I don't know where i'm making the mistake.
-
@Josh I have problem. When I set it as 1600 - response_time, the experiment stops with message invalid duration.
-
@Josh Thanks. :)
-
@eduard @DahmSF Thanks for the response.I think I didn't make myself clear.I want the keyboard response to be collected while the blank screen stays for 1600 ms. Inter stimulus interval needs to be strictly 1600ms. And participants gets to press the…
-
@rrr it works now. thanks. i'm facing one more issue though. my audio files get overwritten though i have set 'append suffix to file name' for the 'if file exits' option and sometimes the audio files are missing.
-
@Daniel im facing similar problem too. audio files gets overwritten by the new ones. plz help. System: Windows Architecture: 32bit OpenSesame 3.1.3
-
@DahmSF NO, not as a feed back. But as a separate measure to gauge their error monitoring performance, they are supposed to indicate that they have made an error ( i.e they have failed to press according to the no go conditions) by pressing an anoth…
-
Thanks . I have two more doubts. 1. it shows the following error when i run it. phase: prepare item: inline_script line: 1 exception message: name 'var' is not defined exception type: NameError 2. i also would like to know how can i pseudo randomiz…