Fab
About
- Username
- Fab
- Joined
- Visits
- 2,594
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi @sarahfg, Open Sesame allows you to play sound files. What do you have in mind exactly? Play music in the background or play music on individual trials? Once you've familiarized yourself a little with Open Sesame and followed some of the tutorial…
-
Hi @sebastiaan, Many thanks for looking into this and taking the time to modify OSWeb! I've just done a test with the same task as last time on my PC after updating OSWeb to version 1.4.5.0, and the sound distortion is gone! 😀 The memory usage (meas…
-
Hi @choql, I guess you have solved this problem already but just in case... Can you confirm that your experiment passed the OSWeb compatibility test and that you exported it as a JATOS experiment? (Mindprobe cannot process .osexp files, it takes JAT…
-
Hi @choql, The issue you're describing would have to do with your program in OSWeb, not Mindprobe or JATOS in general. To try pinpoint the origin of the issue, the first thing to ascertain is whether your task outputs these variables when you run i…
-
Hi @sebastiaan, I've done another comparison using a version of a task that generated problems for me in the past (sound distortion or task crashing for many participants). I ran it on my desktop with OSWeb 1.4.4.01a and on my laptop with OSWeb 1.4.…
-
Hi @neuropsy, It is not possible to pinpoint the origin of the problem from your description alone. Are you using code to calculate performance averages? My recommendation is to include code in your task at different times to output to the console t…
-
Hi @sebastiaan, Many thanks for your clarification about detached elements! I guess I ended up looking at these because I couldn't work out what was going on with my task and why a third of participants reported sound distortion. I still don't know …
-
Hi @sebastiaan, (@HenkvanSteenbergen) Thanks for looking into this! The experiment I initially experienced problems with didn't actually present text within the trial sequence, only sketchpads presenting a picture, and a sampler playing a short ton…
-
Many thanks @sebastiaan! Good luck with this! Would be awesome to solve it (I'm concerned that it might affect the reliability of response times in some paradigms). All the best, Fabrice.
-
Hi @marina1_c, Your task description is a little short and a little contradictory. You mention that you want to present a stimulus nd then a blank screen, but next you describe your task as presenting a blank screen for 2500ms and then the stimulus.…
-
Hi @zinn, Welcome to the forum. Your post is difficult to understand. Could you complete it with a more detailed description of the task/issue? Best, Fabrice.
-
Hi @leonie_k, Glad it's working! 👍️ Just so that you know, when messaging on the forum, you can make sure your correspondent receives notification of your message by using their handle. For example, to reply to my messages, if you include @Fab in th…
-
Hi @leonie_k, Welcome to the forum! I'm no Python expert, but I think that within OS, a variable that contains only numerical characters, even if extracted the str function, is interpreted as an integer. (developers, please correct me if I'm wrong).…
-
Hi @sarita, I'm afraid it is indeed impossible to run your experiment online (see https://forum.cogsci.nl/discussion/5882/osweb-support-for-playing-videos). It may be that video stimuli become supported in the future but that's something only the de…
-
Hi @meto, Welcome to the forum! I am assuming that what you'd like to do is to generate a BART task in OSWeb (not OS). OSWeb allows you to run your OS inside a browser (either from the OS interface or as a JATOS experiment). However, it is important…
-
Hi @sarita, Welcome back to the forum! I take the liberty to offer a response to your message since I remember we interacted earlier about videos in OS. The short answer is that, unfortunately, video is not supported in OSWeb. While OSWeb implements…
-
This thread is closed for duplication. Please see the original thread here: https://forum.cogsci.nl/discussion/7689/ablenet-big-red-twist#latest Hi @Barbara, I noticed that you already posted this message in another thread a few days ago. Please avo…
-
Hi @TheViuf, Based on your description, the most likely issue is that there is an error in your program and that this leads to the task stopping prematurely. It is not possible to determine what the problem is based on the information you provided (…
-
Hi @EstelleArdanouy, You're not terrible; everybody starts from the beginning 😉 I'm a little confused as to how you run your task in your browser if you get a "compatibility check failed". Running the task in the browser is running your ta…
-
Hi @neuropsy, I had a quick look at your task and spotted a few problems. The first is the high redundancy of objects. I'm not sure why you use different loggers in every block (using multiple loggers can confuse OS and mess up the output). I replac…
-
Hi @Vasileia_chr, If your main sequence is not part of a loop running as many times as you want blocks to be presented, only one block will be presented. In the video tutorial you mentioned, you can see that the main loop contains three rows and th…
-
Hi @Oliviaaa, To my knowledge, there are two article references for OS. Here they are in APA format: Mathôt, S., Schreij, D., & Theeuwes, J. (2012). OpenSesame: An open-source, graphical experiment builder for the social sciences. Behavior Resea…
-
Hi @Vasileia_chr, Before anything, regarding the first method, are you sure you set your main loop to run 7 times? The problem you describes suggests it runs only once. If so, the code might be working but only one block ever gets to be executed. Be…
-
Hi @EstelleArdanouy, Kristian is right; the issue must be to do with the settings of your task in OS. Does the task present correctly when you run it in OSWeb? (i.e., launching it through the browser from OS). Have you checked your browser's console…
-
Hi @alisdt, Thanks for this! Nice one! Finally got a chance to try it out (using a video hosted on Github - using the link to the raw file) and it works perfectly (tried it with Chrome and with Edge). Very useful to present experiment intros or outr…
-
Hi @Oliviaaa, Great! Glad it's working 👍️ Best, Fabrice.
-
Hi @neuropsy, I can't really tell how your task runs and what you're trying to do with the left and right responses. The code you included seems odd at first sight (there doesn't seem to be any condition to be met for a response to be correct). In a…
-
Hi @Oliviaaa, (to make sure I get notified of your replies, please use handlers; type @F in this chat and you'll see a pull down menu from which you can choose my username; handlers allow users to be notified when a message is addressed to them) If …
-
Hi @Vasileia_chr, Can you provide a little more information about your design? If I understand your message well, you want to randomize the order of presentation of 7 loops (blocks). Is every loop supposed to be presented once? Which video are you r…
-
Hi @Oliviaaa, Could you upload a basic version of your task to try it out? Fabrice.