eduard
About
- Username
- eduard
- Joined
- Visits
- 1,402
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi, Well, that is good news partially. The modulenotfounderror occurs before the ImportError . So therefore we're moving in the right direction. For this particular DLL problem, I can't give you specific advice. If the DLLs are present, it could b…
-
Hi Rudi, Sounds like fun. Even though certainly possible, there is unfortunately no out-of-the-box solution for this in Opensesame. So you would need to write some custom code to make it work. As the text input form is rather inflexible when it com…
-
Hi Stephan, I thought with the latest osweb persistent workspace were possible? See here for the documentation: https://osdoc.cogsci.nl/3.3/manual/javascript/about/#the-persistent-object-preserving-objects-across-scripts So if I am not mistaken, t…
-
Hi Inès, That's quite normal. Opensesame is optimized so that timing within a trial is as precise as possible, where "within" a trial is defined as the elements in the run phase of a sequence. It does so by sacrificing a bit of accuracy a…
-
Hi, Are you sure this has nothing to do with your machine? When I run your code, I get: https://forum.cogsci.nl/uploads/649/WHGUGFK61SAM.png which is pretty accurate I guess? Eduard
-
Hi, Seems to be a bug, or at least something that isn't implemented yet. I don't see how the background color of an inline_canvas can be modified for browser usage. Sketchpads work, though. Are you aware of that @sebastiaan? Eduard
-
Hi Bence, I added a second keyboard response (which actually should be the same response) because I did not know how to show two different screens during which a) an answer should be possible b) when a key was pressed OS should not proceed to the n…
-
Hi Valerii, Have you tried to specify the log file in the Pygaze init field? Eduard
-
Hi, I think Jatos is a better place to ask that question. Maybe they have filters that only finished data are exported?
-
Hi, As far as I know, the forms don't have a correct variable defined. But that isn't terribly difficult to calculate yourself. If you have variable that keeps track of what the correct_response should be, you can simply add these few lines to an i…
-
Hi, As far as I know, there is nothing ready-made available within Opensesame. But sure, I guess it is rather trivial to implement, particularly if you aren't looking for anything clever. Just need to combine some loops with if/else structures, pre…
-
Hi Dirk, My first intuition was the same as yours. If you choose a key that is far off the regular response keys you should be fine. However, if you're not happy with it, maybe this helps: https://stackoverflow.com/questions/951021/what-is-the-java…
-
Hi Stephan, I can't tell you whether it is possible or not (does your code work?). One way to try is to create a canvas and set it then as the canvas that is associated of a sketchpad. If you can update it like that, it should work I guess. Is it …
-
Hi Trinh, Can you upload the experiment again then? Changing the sketchpads' duration fixes the issue for me, if I am not mistaken Eduard
-
Hi Wisnu, Sorry for the lat reply. Unfortunately, I don't know the windows file system well enough to guide you to the location. Probably somowhere in C/programs/Opensesame, but other than that I have no clue. Sorry! Eduard
-
A little bump here @sebastiaan. Should a github issue be filed?
-
Hi Christian, Not sure how much work it would be to make Opensesame available on Snap (that is more Sebastiaan's territory), but Opensesame is already available on most if not all operating systems via the conda install. I prefer this installation …
-
Hi Willem. Awesome! Thanks for sharing Eduard
-
Hi Katharina, Sure, if you are not afraid of scripting directly in Python, there won't be a problem at all. However, I am not sure I am understanding your trial structure well enough to propose specific code to you. Could either explain again? Incl…
-
Hi Karolina, I don't know for sure, but hte PythonQt error suggests there is an issue with that package. Maybe try to re-install this particular package. For example in the debug window, or like described here. e.g. (!pip install pyqt5-tools) in th…
-
Hi Wisnu, after doing some googling, it seems that Tobii-research only supports Python up to version 3.5 (see here). So you could try 2 things: 1) Install Opensesame with Python3.5 instead of 3.7. I don't think this is a good idea, as you basically…
-
Hi Willem, Unfortunately, I don't have experience with Biosemi's parallel port to usb connector. However, probably it would make sense to first remove one layer of complexity and don't use the Parallel port plugin. Instead, you can try to use plain…
-
Hi Justin, Without trying myself it will be hard to estimate whether this will be the only issue or whether there is going to be a long rat-tail of issues propagating down the sequence. However, I am mildly optimistic that most of the script should…
-
Hi Katharina, One option would be to start recording before the first and after the last (relevant) screen, and send some sort of triggers to demarcate the beginning of a screen. For example, by playing a tone at the onset of each screen. Like that…
-
Hi, It seems you are running Pygame directly, right? Looks like there are some low-level issues on your system. Maybe it will be more helpful to ask the Pygame community directly, via their mailing list. See here: https://www.pygame.org/wiki/info E…
-
Any ideas @sebastiaan , @Daniel ?
-
Hi Wisnu, Try pip.main(["install", "tobii-research" ]) Does that work? Eduard
-
Hi, What you are missing is that sketchpads are drawn in the prepare phase. To present input of the participants (or any other variable that is created during run time) you need to use a feedback item, which is drawn in the run phase. See here for …
-
Hi Laura, These are most likely Python 2/3 compatibility problems, which makes sense given that the plugin was written 5 years ago. I don't know how much work it would be to make it Python3 compatible, nor whether it would be worth the effort. That…
-
That behaviour is intentional: https://osdoc.cogsci.nl/3.3/manual/variables/#smart-variable-typing-and-some-pitfalls