lvanderlinden
About
- Username
- lvanderlinden
- Joined
- Visits
- 1,149
- Last Active
- Roles
- Administrator
Comments
-
Hi @Joanna_RUG , As it happens, I just made a YouTube video about a related matter. It's not identical to your situation, but might still be of some help, at least as background information. - https://m.youtube.com/watch?v=1WvTUQr0JL0 Cheers, Lo…
-
Re-bonjour @débutanteopensesame :) The answers below consider the practice phase of your experiment: I can’t create a sound variable with different sound files You could define the sound variables one level higher than the level where you defined …
-
Hi @DDD , Sorry, I missed your post, but luckily Eduard helped out. Just to follow up: Can I write the break if statement like this? Is it an error in break if? No, this if-statement indeed won't work. If you precede an if-statement with the "…
-
Thanks so much, @Lorenzo ! ☕️ ☕️
-
Hi @tong , This was indeed a bug (see this post) but should be solved if you upgrade to 1.3.13: https://forum.cogsci.nl/discussion/6935/opensesame-3-3-8-released-includes-osweb-1-3-13-and-rapunzel-0-5-14#latest Does that solve the issue? Cheers,…
-
Hi @débutanteopensesame , Thanks for the experimental script. How should the sounds be matched to the words? Does each sound go together with a specific word? Or should the sounds be chosen randomly? And should the sound be played during the word t…
-
Hi @débutanteopensesame , does it help if you empty your file pool? Otherwise you can send it to me by email: l.vanderlinden @ cogsci.nl
-
Hi @Marijo1606 and @eduard , Does cursor_roi work online? No, unfortunately it does not. However, I just made a YouTube tutorial on how to use regions of interest when running your study online. :) https://www.youtube.com/watch?v=-L9pzw4tpx8&t=…
-
@débutanteopensesame , please keep the forum clean by posting your questions only once. I'll reply in the other thread you opened: https://forum.cogsci.nl/discussion/6989/experiment-doesnt-work#latest
-
Hi @débutanteopensesame , Could you upload your experiment here by clicking the paperclip icon? And will you be running your experiment online or locally? Cheers, Lotje
-
Hi @SINE , I'm tagging @sebastiaan to ask whether he could help out here. Cheers, Lotje
-
Hi @thanmour , Is it possible to upload your experiment here? And will you be running your study online or locally? Cheers, Lotje
-
Hi @Lorenzo , Oops, sorry! Here you go! Cheers, Lotje https://forum.cogsci.nl/uploads/367/1I08YL4E2A5M.osexp
-
Hi @Lorenzo , First of, I simplified the structure of your experiment by: Adding a column to the loop table that indicates the PNG file corresponding to the current trial https://forum.cogsci.nl/uploads/715/0BA0JD8XPI0E.png Use the square-bracket …
-
Hi @Sannee , Sorry for not getting back to this question earlier. And yes, you did the right thing opening different threads for different questions! :) Could you check whether the following logic works? Append two more inline_javascript items. On…
-
Hi @m2o , Great to hear! Did you also solve the sound issue? Cheers, Lotje
-
Hi @m2o , Thanks for the script! You're almost there. The only thing is that, for some reason, the x coordinates of the text elements in the feedback display got lost (see screenshot below). If you set the x coordinates to something else (0, for ex…
-
Hi @m2o , Thanks for your interest in OpenSesame and welcome to the forum! :) It sounds like something goes wrong either when you define the variables for the x coordinates for the target or the distractor, or when you are trying to use them. Coul…
-
Hi @Joanna_RUG , I tried your example file, however, it worked offline, but not in OSWeb. That's probably because there was a bug in the previous version of OSWeb. I think when you update, everything will run correctly. Regarding the dashes: Ok, s…
-
Hi @Lorenzo , It sounds like we need a little bit of inline scripting to calculate the separate averages, and since you will be using OSWeb, the programming language that we are going to use in JavaScript. Could you upload your experiment by clicki…
-
Ah, great to hear @charlottetag ! :)
-
Hi Lorenzo, Are you running your experiment online or locally? And is it possible to attach the experiment here? I'm sure we'll find a way to calculate the averages per category! :) Cheers, Lotje
-
Hi Charlotte, My first guess is that you have (an) empty cell(s) in the column where you are defining the picture files, probably at the end? Could you check whether this is the case (and remove them)? If this doesn't solve your issue, please feel…
-
You're most welcome @Rrob , and thanks so much for the coffee! :)
-
https://forum.cogsci.nl/uploads/648/R0U1ZHLGMDDG.osexp
-
Hi @maizaiz , I spotted several issues in your experimental file: Firstly, the loop items called 'practiceloop' and experimental_loop' contained many empty rows that don't seem to serve any purpose. You can simply delete them. Secondly, in the pra…
-
Hi @Shreya No, sorry, I don't see a quick way of changing the color of a sketchpad element when only hoovering over it (in JavaScript). Perhaps @sebastiaan or @eduard ? Cheers, Lotje
-
Hi @maizaiz , Could you upload your experiment here, by clicking the paper clip icon? I'm sure we'll find a way to solve the issues. :) Cheers, Lotje
-
Hi @Rrob , Could you check whether this script gives the desired behaviour? Instead of making a list of PNG files, I made a "list of lists" (or actually, a list of tuples) where each tuple contains two items representing (1) the PNG file …
-
Hi @Megen , Thanks for your interest in OpenSesame and welcome to the forum! :-) I'm assuming that you mean that you want to show multiple MC questions o a single display, right? (Otherwise you could just append multiple form_multiple_choice items…