eduard
About
- Username
- eduard
- Joined
- Visits
- 1,402
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi, Are these functions just not reported in the manual or do they not work in OSWeb? Unfortunately, they don't exist (not just not documented) i will need the keyboard and mouse response functions as well as logging functions. I don't know about t…
-
Either open Opensesame's first item in the overview and select general script. There you can replace all the code in it with what you copied from github. Alternatively, you can go to the start page of psyinteract's github, and download the entire di…
-
Can you run Opensesame as adminstrator and retry? Btw, it is better to copy code and error messages into here, rather than making screenshots (one of the advantages is that like that things can be copied and pasted). Here, on the forum, you can form…
-
Hi Laura, The installation instructions were out of date. I shall propose it to be changed. Can you try to run this command: pip.main(['install', 'https://github.com/eort/psynteract-os/archive/refs/tags/v0.7.1.2-alpha.zip']) I think this should w…
-
Hi Sine, Can you try to call the get_button_press function with the keyword require_state_change set to False ? https://forum.cogsci.nl/uploads/432/J2HA8OK80YB8.png That might work (if it doesn't break other things)
-
Ah okay, this might be an issue. WIth keyboard responses, keypresses are monitored and detected all the times and saved in a buffer that Opensesame can check periodically to find a response. That way, responses usually dont get lost, even if the res…
-
Hi, Yes, exactly, that is indeed the problem. There is a solution, and it actually isn't very difficult. Basically the trick is to have a very small timeout set (a few milliseconds), so that the loop does not freeze, but keeps on running. Then, on …
-
Hi, The issue is probably due to my old OS using Python 2.7, and the new version using 3.7.6 (which is not supported by the Tobii SDK), while the Tobii SDK does not support Python 3.7. Is there a way to use Python 2.7 or 3.8 with OS 3.3? There is a…
-
Hi, with "mapping column" Lotje meant a column in the loop table that codes information on whether the combination of the other experimental variables that you code in the loop table are congruent or incongruent. This variable you have to…
-
Hi jsneuro, That sucks. Could you maybe open an issue on Github? Ideally you would also add some information under which circumstances these issues happen, provided of course you can see any systematicity. Sorry, Eduard
-
Hi Sine, These two problems might be related. Eyetracker and srbox should not interfere, obviously. It might be worthwhile to dig down the stack trace of sr box and check what things are done upon calling srbox.start() (either with the debugger, o…
-
Hi Laura, Given that the plugin is 5 years old it is quite likely that there are some compatibility issues. But as one of the developers @Pascal is still active here on the forum, there might be a chance that it can be fixed. For this to be possibl…
-
Hi, I think you are looking for the run_if field of the sequence (in your case the bonjour sequence). I attach an example that demonstrates how to use it. https://forum.cogsci.nl/uploads/588/CZC0Y2FZX51W.osexp Right now it still runs both types o…
-
First thing to check is whether there are no typos. It happens quite often actually, that in the loop table you have leading or trailing whitespace. The syntax itself looks fine on the first glance. Eduard
-
Hi Saša, Oh sorry, I assumed the keyboard item would also be available in Osweb, but as far as I can see it isn't. However, there are some code snippets around in the forum that do collect responses. For example, see here: https://forum.cogsci.nl/di…
-
No, you didn't. You posted it under misc, I moved it now to JASP. So @EJ will see it and you might get a useful response soon. All good now. Eduard
-
okay, then I'll move this discussion to the JASP-subforum
-
Hi, Essentially yes. You would "trick" participants by presenting the screen twice without any visual change in between. That way it will appear as if it was shown only once, however, it gives you the possibility to use two keyboard items…
-
Hi, would it be possible that pygame is not installed? Or an outdated version? Which version of Opensesame do you run? Which Ubuntu version? Can you try to import pygame in the debug window and run pygame.init() ? Thanks, Eduard
-
In which software are you trying to do it? If R, this link could help: http://rstudio-pubs-static.s3.amazonaws.com/3255_664d1bf83ad44b808fec0ad38a1f89ad.html
-
Hi Mehdi, For details @Edwin would need to help out, but I suggest you check out the github page of PygazeAnalyzer (not sure whether there is a documentation). Good luck, Eduard
-
@sebastiaan do you know what could be the reason for this?
-
Hi, If the value of the prespecified variable does not change throughout the experiment, it seems like this line var.ps = eyetracker.pupil_size() is never called. Are you sure that if you save it as var.ps you call it in a sketchpad as [ps] ? Al…
-
Hi Saša, 1 The timing limitation only refers to transitions between prepare and run phases. So, even if there is a little code in the run phase (in between sketchpads) timing should largely be unaffected. But of course that depends on your specific…
-
Hi @MikeN , thanks for reporting this. The link should not be dead, so I filed an issue on github. I suppose the link will be working within the next couple of days/weeks (unless it is gone on purpose). Eduard
-
Hi, Can you share the link to the script that uses that function? Then I can try to figure out what they do based on the context. My guess is that gwh and gwsdh are needed to define a Gaussian kernel. strt is needed to extract the gaussian in on…
-
Hi, I have no experience with recent developments in eyetracking. Perhaps @Edwin can help you out? sorry and good luck, Eduard
-
Hi, I'll move your discussion to the right subforum. Good luck, Eduard
-
Hi Matt, Which backend are you using? Keyrelease is only implemented in Expyriment and Legacy. If you use the Psycho backend, you can't use this functionality. See here: https://osdoc.cogsci.nl/3.3/manual/python/keyboard/#function-keyboardget_key_r…
-
Hi Angela, I suspect you have a sketchpad with which you present the stimulus before collecting the response, right? What have you put in the duration field of that sketchpad? If it is keypress, then your participants will have to press a key once …