cvanbuck
About
- Username
- cvanbuck
- Joined
- Visits
- 414
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi @rrr Here’s a minimal working example where the rating screen appears right after the sound ends, using 'sound' as the sampler duration. It should behave as you intend, so maybe compare it with your setup to spot any differences. As for the upda…
-
Hi @rrr I'm not sure what's happening from the information you provided, but a few things you can check: Make sure you are using the latest version of OpenSesame. What operating system are you on (Windows, Mac, Linux)? Are all your audio files the …
-
Hi @adrianamartins9995 It looks like you are specifying the file names incorrectly in your loop table. Make sure that the names include the extension, such as 'uncaught.png', and that the files are actually in your file pool. Claire
-
Hi @rrr If you're looking to repeat background music without using any inline_script, a simple workaround is to create a longer audio file e.g., by using Audacity to copy-paste the tracks multiple times, re-arranging them as you like. Then, play th…
-
Hi @rrr Have you tried the above solution? (i.e., add a sampler item with your sound at the beginning of the experiment, and set the duration to 0) Duration indicates the duration of the sampler item, before the next item is presented. This doesn't…
-
Hi @adrianamartins9995 Yes, you can do this in the same way as for the images, by adding more variables to your loop and setting your sketchpads accordingly. To change the background, I think you can do it by adding a line like set background "…
-
Hi @adrianamartins9995 Yes, to randomize your images, you’ll want to use a loop item. Add a loop and place a sequence inside it. Put your sketchpads inside the sequence (and anything else that is part of a trial). In the loop table, create a column…
-
Hi @Ahorn_siroop, First of all, you might want to use the latest version of OpenSesame and therefore read the latest documentation: Visual world // OpenSesame documentation Second, I am not quite sure I understand what the problem is here; what do y…
-
Hi @Soan, Sorry for the delay, I was about to take a look (though I’m not a JavaScript specialist!), but thanks for the update — I’ll go ahead and close this thread. If you’re now switching to HTML for your multiple-choice setup, you might find thi…
-
Hello @Antje, I suspect that this may be caused by some memory/cache limits; and that they may vary depending on the backend. When I tested your experiment, it did indeed crash a few trials after the break with xpyriment, and a bit earlier with lega…
-
Hi @michelescandola Glad it worked! Sorry for not being clearer earlier. Your original version didn't work because sketchpad items are created at the start of each trial (i.e., in a "prepare" phase of the sequence, to ensure better timing…
-
Hi @labsupport, I'm not entirely sure how to fix this, but I’ll do my best to help! From the traceback, it looks like the issue occurs because psychopy tries to install dukpy via pip, which requires a C++ build environment. You could try one of the…
-
Hi @michelescandola I ran into the same issue and managed to solve it by moving the feedback sketchpad to the very beginning of the sequence. This way, it uses the updated x_arrow value from the previous trial, as the sketchpads seem to be prepared…
-
Hi @mtuvlin I'm not super familiar with Gazepoint myself, but I’ll try to help anyway! Have you seen this thread already? Using Gazepoint GP3 HD with PyGaze and OpenSesame — Forum. In particular, the second-to-last comment might be helpful. From wh…
-
Hi @gerhono It looks like a similar issue has been discussed here: [open] How to select monitor for displaying experiment? — Forum. You might find useful comments in there. From what I understand, PsychoPy uses 0-based indexing for screens — meani…
-
Hi @Rakou_st Are you referring to the OpenWMBattery? If so, I noticed that their readme.md file contains several important steps and notes for running the task properly — including a dedicated script to preprocess the raw data files, as well as oth…
-
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…