eduard
About
- Username
- eduard
- Joined
- Visits
- 1,402
- Last Active
- Roles
- Member, Moderator
Comments
-
What are the response keys? Can you also share your experiment? That way it will be quicker for me to find the problem. Eduard
-
Ok, then I close this one as replacement for this discussion.
-
Hi Britt. Directly with Pygaze this is not possible (drawing a survey), but there is no problem doing that with Opensame, combined with Pygaze items to track eye positions in the mean time. Check here for Opensesame forms: https://osdoc.cogsci.nl/…
-
Hi Wyeird, It looks like you are using those statements on sketchpads. Is that true? Could you try replacing them with feedback items? The difference is that sketchpad items are made in the prepare phase, whereas feedback items are prepared in the …
-
Hi, There are no premade stimuli for you (there is no "animation item" or anyhting like that, but with some basic Python programming, you can make all kinds of animations. I attach a simple demo with a simple left to right movement. Check…
-
Hi Gerard, Thanks for reporting this. Could you try different wave files, and files of other audio formats? Just to make sure this is really a bug and not some faulty wave file or something. Which version are you using? Can you also upload your ex…
-
Hi Gerard, Lotje is right, the variable var.correct interacts with every response a participant is giving. So even, if the response is just a keypress to proceed on a sketchpad, if will overwrite var.correct To avoid the problem, you either have…
-
Hi, Have you checked other discussions on the forum? Voice key has been discussed a lot. e.g. : https://forum.cogsci.nl/discussion/5397/issue-with-response-times-and-loudness-in-a-reading-aloud-task-with-voice-key https://forum.cogsci.nl/discussio…
-
Could you use a feedback item? They are virtually identical to sketchpads, except that they are produced in the run phase rather than the prepare phase. See here: https://osdoc.cogsci.nl/3.3/manual/prepare-run/ Eduard
-
Opensesame creates those variable automatically I believe. So, can you check in your logfile, whether you have the variables width and height included? If this does not work, you might be able to choose some conservative screen resolution (1280,1050…
-
Hi, This fix first has to be approved and merged into the master files. Also, it is also possible that there will be other issues that needs fixing before a new version is released. So, it might take a little while more. However, as soon as this co…
-
Hi, If you divide the x coordinate by the half of the width, and the y coordinate by half of the height, you should get a measure of the relative eccentricity of your mouse clicks, that is independent of the screen dimension. Note, I say half of w…
-
Hi, On the paragraph option, you can select quote. In the quote menu, the option "code block" can be selected. Eduard
-
Hi Lena, I have to admit that I haven't read the entire discussion, so I might be entirely wrong. Anyway, regarding what you say here: inserting a keyboard response and setting the "break if" section in the loop to [response] = space Unle…
-
Hi Fotis, I think you are right. Cursor_roi relies on named items and therefore OSweb wouldn't support them. I have no idea how difficult it is to implement in javascript. On the one hand, it doesn't appear too tricky (see e.g. here), but then, I …
-
Hi Vani, Maybe I am missing a critical point, but what you describe sounds very similar to our beginner's tutorial. Have you worked through it? I think you can use its logic to implement your task. You can also check Sebastiaan's youtube channel. H…
-
Hi Elodie, Maybe you want to use the cursor_roi feature? Like that, you can check whether the response of a participant was on the correct item, and set a variable if it was outside. If you wish you can share your experiment here, then I can see wh…
-
Hi Tong, To make sure that you stimulus size are the same for all participants, you would indeed need to define them (e.g. so their position and size, etc.), relative to local variables (e.g. users' screen width and height). Furthemore, if visual…
-
Hi Guys, I move this discussion to Jasp, there you probably will receive better help. Good luck, Eduard
-
Hi Art, I move this discussion to Pygaze, maybe @Edwin or someone else will be able to help you. Good luck, Eduard
-
Hi Lorenzo, Scaling is normally set by the operating system. It basically stretches or compresses the actual size of your display. Having scaling activated might mess with the way Opensesame presents stimuli. So probably best to deactivate the sca…
-
Hi Jonah, I am not too familiar with Jatos, and OSweb, so I migt not be aware of code that is provided and does what you want. But wouldn't it be possible, to preprocess your datafiles in Matlab or Python, before you start the actual analysis? So f…
-
Hi, What problem are you referring to? It still isn't clear to me what the original problem was supposed to be. Can you maybe share some log files that illustrate the problems? Eduard
-
Hi Federica, It is probably best if you gave more information on the current implementation of the task. You can share the experiment, or the code. What do you mean with "pausing the experiment"? Participants pressing a key to halt, and…
-
Hi Mojole, Without further information, we can't really help you. What color specifications were used? What is the code she used? You can share the experiment here, if you like. But at the least, it would be nice to see the parts where the colors a…
-
Hi Jonah, I tested a study on JATOS. In the log file, if the variable hasn't assigned yet, cells look empty until the assignment. I don't know unfortunately, but maybe @kri or @daniel do? if subject doesn't answer, response is logged as "None&…
-
Hi Paulina, Yes, you are right. The sound recording plugins are quite outdated. According to the documentation· it could work though. How have you installed it and which system are you running on? I would also not recommend to install an older ver…
-
That just means your response is never correct. So probably some part of the logic with which you collect responses doesn't work as you want it too. Looking at your script two things caught my eye. the sketchpad "word" has a duration of …
-
Hi Elle, Can you provide more info on how your experiment is built up? The inlinescripts themselves look fine, but maybe they are not put at the right location in the script (e.g. keyword prepare-run strategy). If you could upload your experiment, …
-
Hi Sarah, that sounds like your images are at a location that you are not allowed to access. Have you put them in your filepool? Which system are you running? I just tried to reproduce the error and it occurs only if my files are not located in the…