Fab
About
- Username
- Fab
- Joined
- Visits
- 2,594
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi @Slobodanp, I had not seen your reply (you forgot to use my handler, so I didn't get a notification). To user handlers, just type "@" and the handler of your correspondent (as you start typing, it'll suggest options). Using handlers ens…
-
Hi @mhilliard2, (cc @eduard) I had a quick look (am pressed for time) but I think I've cracked it. Your code can easily adapted to Javascript for most parts (for example, in Javascript, you just need to use vars.somevariable to define a variable you…
-
Hi @jfeiger, The simplest method, assuming you have the four options in distinct columns in the loop, is to implement the shuffle_horriz function, as illustrated in this example: Show multiple images at the same time at random positions Christian Ma…
-
Hi @daanw, I'm not familiar with the touch response method, but it sounds as if you might be able to solve this enclosing the response taking within a loop with a high number of iterations and then program the "Break if" property, making s…
-
Hi @dakotadd, I imagine you mean that you want to present the images in random locations (as opposed to a random "order", since you then specify that all images should be presented at the same time). If you're using a fixed set of location…
-
Hi @Slobodanp, (cc @eduard) I just had a quick look. I think the issue is that when converted to Javascrip to run in the browser, OS doesn't handle variables entered into the "run if" field as it would it it ran in Python (@lvanderlinden a…
-
Hi @rania_tac, Can you provide a little more information or upload your task (or a stripped down version of it). Are you running this code within the trial sequence? (if you run it before the loop, the same random arrangement will be used for all tr…
-
Hi @reversemoonwalk, Took me a little while to work out what's going on there (I first tried to work out whether the issue was specific to a particular condition or csv file, etc.), but I think I found the issue. I started by adding some code to out…
-
Hi @reversemoonwalk, Sorry for the delay in getting back to you. I only just saw your more recent message (the handle in the first one didn't get picked up -you used "@ Fab" with a space in between- and so I did not receive notification). …
-
@T_Q Hi Teresa, You're welcome! Glad I could help and that your experiment is now working! Thank you very much for the coffee!, that was very nice of you! 🙂 Good luck with your research! Fabrice.
-
Hi @T_Q, Based on your description, it sounds as if your did not set the "Run if" property of the appropriate sketchpads and keyboard objects to the content of Context_2, Context_3 and Context_4. As a result, your task runs them all, even …
-
Hi @lorinap, From a quick look at the structure of your task, I'd say it should record all responses, but the simplest way is to run the task and check carefully your output. That's always the best test. Thorough checking. Incidentally, I noticed th…
-
Hi @tong, This forum is about Open Sesame Web... Your message relates to GPower... I suggest you check the help available on GPower's website: https://www.psychologie.hhu.de/arbeitsgruppen/allgemeine-psychologie-und-arbeitspsychologie/gpower Good lu…
-
Hi @nanabi, I'm not sure what tutorial you are referring to. You can find useful information regarding default variables in Open Sesame here: https://osdoc.cogsci.nl/3.3/manual/variables/ Feedback screens can be used to present information depending…
-
Hi @rotemB1, As far as I know, sketchpads only display information and do not include clickable links. You would have to do some programming to determine where participants click on your sketchpad and as a function of that, trigger some behavior, li…
-
Hi @Also, indeed, this example shows how to present a picture and get a slider that moves left or right as you press the left and right keys. Very neat solution. The latest version of the program's seems to have issue with the jpg pictures inside, s…
-
Hi @SKO11, To achieve what you are describing,. you would need to embed the response part of your trial as a loop that runs a high number of times until a condition is met (for example the participant pressing ENTER), take keyboard responses and acc…
-
Hi @m.vel, To achieve what you are describing,. you would need to embed the response part of your trial as a loop that runs a high number of times until a condition is met (for example the participant pressing ENTER), take keyboard responses and acc…
-
Hi @ttseng, I'm no expert on the audio issue, but here are some suggestions. If the crackling noise runs throughout the sound and is not just some sort of clicking when then sound starts and ends, try increasing the audio buffer size in the backend …
-
Hi @Pieter_, Glad I was helpful Many thanks for the coffees, that was very nice of you! From what I understand, PNG is superior to GIF in terms of quality and handling (for example, GIF is limited to 256 colors while PBG supports thousands). Nowaday…
-
Hi @Pieter_, Did you mean that the display's background takes over the picture's background? If you're using a picture format that includes background transparency (e.g., png), you should be able to display a png over another picture and have the to…
-
Hi @Soan, I'm joining in the conversation as I had responded to the previous thread (https://forum.cogsci.nl/discussion/7909/sort-the-concatenated-response-and-compare-it-to-the-answer#latest). If you're referring to the same program, in principle y…
-
Hi @reversemoonwalk, I'm pressed for time at the moment and so I haven't tried the whole task, but here's some code you can use to replace some of the existing bits in the set_task_order object: / picks 4 digits between 1 and 5 and stores them in a…
-
Hi @julia_, It should show in the console when the code gets executed: https://forum.cogsci.nl/uploads/630/U5RVWTRFWOXL.png If you run the task in the browser, you can view the console too but have to bring it up (Ctrl+Shift+i in Edge, might be the …
-
@julia_ Here's a example of how you can do it... https://forum.cogsci.nl/uploads/803/AKGN3IARM47I.png The method consists in setting up a variable containing the filename in Javascript before the loop is executed (1). It is best to insert that code…
-
Hi @julia_, If you print that same expression to the console, you'll be able to see what file name that expression is actually generating (my guess is that it generates a filename that does not correspond to your actual csv files). That'll make it e…
-
Hi @MikeN, Good to hear that you solved the URL issue. indeed, the resource on Github must be public for the file to be accessible from outside Github. Some further recommendations... The method I highlighted in my example allows you to play mp3 sou…
-
Hi @MikeN, The code works: the problem is that your sound is not accessible due to CORS restrictions or because the link is incorrect (if I try to access that link in my browser, I get a 404 message, which makes me think that your link is incorrect)…
-
Hi @Franzi, Very funky code. I like the responsive gauge level controlled with the mouse.- neat! Regarding your question: I think that the problem is that you use a sketchpad instead of a feedback object for your blank screen. The properties of sket…
-
Hi @annma, Great! Glad I could help! Best, Fabrice.