eduard
About
- Username
- eduard
- Joined
- Visits
- 1,402
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi Natasha, Sorry for the late reply. If you want a precise trigger whenever a specific word in a sentence is being presented, there is no other way than to split up to recording into multiple recordings (per utterance), and send the trigger before…
-
Hi Henk, Can you update your version? That problem has been fixed in the end of last year, so if you have the latest version, it should actually not show this problem anymore. Eduard
-
Then everything is good indeed :)
-
Hi, I can't see anything obviously wrong with it. That being said it also crashes on my system with some errors related to the audio (below my tracestack for completeness sake). Not sure whether this is it, but the problems disappear after I delete…
-
For example, where should I include the script if I want to send a log message about the beginning of the object in the spoken sentence (in the practice loop, I have a variable "object_time" with all the object times in milliseconds)? Gene…
-
Hi @natasha_basil_ Can you share the experiment? Perhaps we can recover some of it content. Eduard
-
Thanks for reporting. It is being tracked here
-
Hi @zhane, Honestly, my advice would be to just use another key (z and m is quite standard for example). If you want to find out what happens, you could leave the allowed-keys field empty, and then check the logfile what key was pressed. Perhaps t…
-
Hi Lena, if you use the same variable name in the sketchpad, it should present the same image (unless you change the variable in between the sketchpads). Eduard
-
Hi Lena, Ideally the trigger for the EEG would be send after each step in the structure You can use this experiment for inspiration (EEG interactions via a parallel port). Essentially you can use the function sendTrigger(defined in helper_function…
-
Hi Natasha, . I need to measure the proportions of fixations to each picture averaged on the following time windows Do you need this information during the experiment or only for later analyses? If latter, I would recommend you leave this out of th…
-
Oh sorry, I didn't know that. I usually use Eyelink trackers. No, unfortunately, I have no idea whether this is still an issue. Eduard
-
upload it elsewhere and share the link here. e.g. wetransfer
-
If you need keyrelease across sketchpads, you need to use an inline_script to present visual stimuli and a poll the key release function. Something like that: # define the Canvas objects cv1 = Canvas() cv2 = Canvas() # define the Keyboard kb = Key…
-
I have managed to solve the problem just by changing the button box and instead of using the srbox function I am using the keyboard responses. Nice to hear! The experiment was working perfectly and without any change, I am now getting this message: …
-
Hi @burakcelik, You could check out the Pygaze analyser: http://www.pygaze.org/ There are probably other tools and examples if you google (I am only familiar with Pygaze) Eduard
-
Hi, I suppose you need to install the tobii api (pip install tobii_research) See here: https://developer.tobiipro.com/python/python-getting-started.html Eduard
-
You could add three items to the sequence: subblock1 (run_if: order =1) sublock2 (run_if: always) subblock1 (run_if: order =2) Like that, you could counterbalance the order. Depending on how you define the variable order, you can also randomize the …
-
Hi, If you check the general properties tab (first item in the overview area), you can see the dimension of the experimental window. If that is smaller than the screen, the residual area is filled (and not responsive for the experiment) I am settin…
-
Hi, Not sure whether this is the best approach using the gui, but you could try to separate the two operations into two separate block loops. Alternatively, you might want to think about using plain Python code (within the inline_script item) to ach…
-
Hi @Varsoviaa, see here for a list of compatible eye trackers: https://osdoc.cogsci.nl/4.0/manual/eyetracking/pygaze/#supported-eye-trackers (and also some more information on eye tracking and Opensesame and Pygaze) Eduard
-
@Fab or @kri do you know a solution?
-
Hi, both log files look good to me. When you import your data to excel make sure that you use the right characters for decimals and thousand separation. Dutch standard is . for thousands and , for decimals. Opensesame does the opposite (internati…
-
Hi, I don't know. You can try plain python to detect the port number. For example these instructions might work: https://www.socsci.ru.nl/wilberth/python/srbox.html Could that be any definition thing on the table loop? Besides that I have set up co…
-
Hi, When I use PsychoPy I can run the full experiment, but than I get some weird reaction times (see photo). Is there something I can do to fix this issue? Can you share a log file? Most likely this is due to how you import your logfile to excel or…
-
Perhaps, with these types of things it is hard to help you, because I have neither a device to try it out, nor the same os as you do. To find out whether the connection with the device is made, you can try to set the timeout to some other value th…
-
Hi Anton, One part of the delay is certainly the start/stop of the eye_tracking. 3 second appears a bit excessive though. If my memory doesn't trick me, I experienced about 1s of delays due to start/stop the eye tracker. Perhaps there is some varia…
-
I can't test it myself, because I don't have a response box, what you can try is following: move the new_1_srbox item to before all the loops (early in the experiment) rename it to srbox replace the autodetect to the actual portnumber (you might ne…
-
Hi, Without knowing where buttonFake or buttonReal come from, it is impossible to say what happens here. I suppose you define the variables before the while loop, which is probably also the reason that it doesn't work. If the response is already g…
-
Please provide error messages and more context, where is this code (where in the experimental sequence, which phase). Eduard