cvanbuck
About
- Username
- cvanbuck
- Joined
- Visits
- 293
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi @zenmule, Unless I’m mistaken, for privacy and security reasons, it’s generally tricky to access detailed information about a participant’s hardware output device (whether they are using headphones, speakers, etc.) in OSWeb or through browsers in…
-
Hi again @platzf, I ran the whole experiment and went through a first screen freeze; not sure if this was due to your debugging or if it was always there, but these words had a "1" right before their names in the loop table of the exp sequ…
-
Mh, yes, theoretically, but I can't say for sure because I can't reproduce your Chrome error, even with 1033 audio files in the file pool and the same number of lines in a loop, or with two loops (a 10-trial loop + a 1033-trial loop)... A few more …
-
Thanks! So I know you had 1000 trials in total, but how was it distributed? For example, how many trials/repeats were initially in your training and test loop tables? And how many different audio files were in your file pool? I'm trying to reproduc…
-
Hi @sflu, Could you share your experiment file so that I can have a look? Cheers, Claire
-
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…