cvanbuck
About
- Username
- cvanbuck
- Joined
- Visits
- 638
- Last Active
- Roles
- Member, Moderator
Comments
-
No worries, it might just have been some corrupted files or whatever, glad it works now! :)
-
Weird... Both work for me... Maybe try uninstalling Opensesame completely, and reinstalling it with the installer package if this hasn't been done before? Are you up-to-date with your Python version too?
-
Hi @labovich, I see; have you tried putting 'white' (between quotes) instead of #ffffff already? (for the col1 parameter) Claire
-
Hi @shaza, Glad you figured that one out :) Is everything working as expected now, with the up-to-date Python version? Claire
-
Hi @labovich, I couldn't recreate your error with colour unfortunately. I got some errors about your canvas and keyboard items instead. Here's a corrected version that goes through your loop without any issue, but with the values you set in the scri…
-
Thanks for your contribution @MarkNieuwenstein !
-
Hi @platzf, I'm not sure what's causing the issue, as it worked fine with the Psycho backend on my Windows machine, after removing the quotes. Maybe someone else will have a better solution to offer, but here are some things you could try in the mea…
-
Hi @sflu, It seems that Chrome has a limit on the number of media players that can be assigned in a given tab. You can find workarounds here, as this issue has been reported before. I don't know how your experiment is set up, but you could also try …
-
Hi again @platzf I'm not entirely sure why this is happening, as simply removing the quotation marks worked on my machine with the PsychoPy backend. Could you check which version of OpenSesame you're using and ensure it's the latest? For troublesho…
-
Weird, it did solve the issue for me... Maybe try with another key e.g., space? Have you tried running the experiment on another computer or with a different backend?
-
Hi @platzf, It seems like you were simply mispecifying the allowed keys in the keyboard item that appears right after the sampler item. Try it this way instead: https://forum.cogsci.nl/uploads/216/BGTGK6H6KJH1.png Does this solution work for you too…
-
Hi @platzf, I'm not sure without more details, could you share your experiment file? Claire
-
Hi @EmelyBF, The issue with your variables not logging correctly might be due to having two unlinked loggers (with different variables to log in each) instead of two linked ones (with the same variables). You can download the updated experiment file…
-
Hi @EmelyBF, Could you please provide your new experiment file? I have a feeling about what's happening but want to be sure. Thanks! Claire
-
Hi @Effie, I haven’t used Tobii before (I mostly work with EyeLink from SR Research), but I’ll do my best to help! It looks like Tobii’s calibration process works differently than what you’re trying in your inline script i.e., that the Eyetracker ob…
-
Hi @Stelina_Rushani, It's possible that the way OpenSesame is installed on your Mac is different from the way it is set up on your Windows machine, or that you have outdated/different versions of some Python libraries used by OpenSesame, causing con…
-
Hi @Antje, Glad to hear it worked! Regarding your new issue, I couldn't reproduce the exact same error, but the experiment did crash for me after a few trials (18, to be precise). Switching the backend from legacy to expyriment solved the issue on m…
-
@EmelyBF, that's weird. Have you tried running it with a different backend (legacy or xpyriment)? Do you get any error from the console? https://forum.cogsci.nl/uploads/247/MD2K3E567OTF.png
-
Hi @EmelyBF, I'm not sure why it’s not working on your computer—it runs fine on mine without any of the issues you mentioned. Are you using the latest version of OpenSesame? (If not, you can download it here: Download // OpenSesame documentation). …
-
Hi @EmelyBF, Here is a modified version of your experiment, which should now work as expected. Just add your files to the file pool and update the names in the loop table accordingly. https://forum.cogsci.nl/uploads/138/2MFYTD53L4JT.osexp You might …
-
Hi @EmelyBF, From what I see, there might be some issues in your loop table that could be causing problems, depending on how you've set the variables in the other items. However, it's hard to say for sure without knowing what error you’re encounteri…
-
Hi @Antje, In OpenSesame 4.0, exp.set() is no longer needed because variables are handled differently. Instead, you should use var to store them properly, like this: var.sound_1 = examples_y[0] var.sound_2 = examples_y[1] var.sound_3 = examples_y[2]…
-
Hi @SpacePenguins, I'm afraid in JATOS you can share a study with another user, but it's not possible to set specific permissions—everyone who has access to the study will have the same rights/status... If you just want them to have access to the da…
-
Hi @Antje, That’s a strange issue... Since background noise is recorded before the vowel, it doesn’t seem to be a timing problem indeed. Does the recording always start exactly halfway into the vowel production? To investigate why the system is cutt…
-
Hi @nirof, I checked your experiment file and noticed that your logger only included five variables: ITI, correct, response, response_time, and duration (without "automatically log all variables" enabled). If that’s the case, key timing va…
-
Hi @AHaan I tested a few things, and changing the font (e.g., from 'mono' to 'sans') seems to fix the issue. Some fonts don’t render special characters like umlauts properly in a web environment. Try updating the font in each sketchpad and see if i…
-
Hi @AHaan, Could you please provide your experiment file? Thanks, Claire
-
Hi @nirof, Buffering delays might introduce variability, which is why the "prepare-run" strategy exists (The prepare-run strategy // OpenSesame documentation). For how RTs are measured, you might find this discussion helpful: Using time va…
-
Hi @evanderlism, This common issue typically arises from how and when the data is logged. From your screenshot, I see that the logger item ('new_logger') is placed before the 'test' item. This means that on the first trial it would log NA, on the se…
-
Hi @Lawliet, Having PsychoPy, Anaconda and OpenSesame installed on your device shouldn't cause any problems per se - I have the same setup and everything runs fine. However, on your current computer, did you install both PsychoPy and OpenSesame wit…