sebastiaan
About
- Username
- sebastiaan
- Joined
- Visits
- 7,303
- Last Active
- Roles
- Administrator
Comments
-
Hi @rotemB1 , At first glance, your approach seems correct, but you should determine vars.timeLeft in the Run phase of the script, because this needs to happen after the response has already been collected. There's also a rudimentary implementation…
-
Hi @widmann , Yes, thanks for pointing this out. We've just released OSWeb 1.3.11, and this should include the matching map files. This update will be bundled with OpenSesame 3.3.6, or you can already update it manually. — Sebastiaan
-
Hi Jonah, By default, all variables are logged on each trial (or on each call to the logger item, strictly speaking), and that can add up, especially if you have many trials with variables that contain long strings or Array objects. To see what ca…
-
@LouisaB The memory issue should be resolved in OSWeb 1.3.11, which we'll release soon as part of OpenSesame 3.3.6. So then you can just stick to using separate images for each rotation :-)
-
@Daniel Thanks, I suspected it was Big Sur. (The command that triggers the error is actually the line after `conda deactivate`.)
-
Hi @DamianoG and others (@LouisaB ), I had to learn some new JavaScript debugging tricks to get to the bottom of this 😎 but I think I managed to fix it. There's a pull request waiting for review and if @Daniel also agrees with this then we'll includ…
-
@gbzn Are you running Mac OS Big Sure? @Daniel Does this look like the Big Sur issue to you?
-
Hi @DamianoG , I don't experience exactly the same issue, but I do see weird memory behavior. Specifically, as long as I keep the OSWeb tab active, things are fine, but if I switch to another tab, then memory consumption suddenly explodes from aroun…
-
Hi @fotisfotiadis and @lvanderlinden , The issue appears to be that OSWeb doesn't correctly parse non-Latin strings if they're not quoted (and single-word text elements aren't quoted by OpenSesame). I filed an issue for that here. For now, a simple …
-
Hi @ethanweed , You're running into a manifestation of this issue, which we still have to wrap our heads around and fix properly. The issue happens for some items when they are prepared twice in a row, and then run twice in a row. So basically when …
-
HI @DamianoG , What browser and operating system are you using? And could you attach the experiment here, or (even better) a simplified version of the experiment that also has this problem? That might shed some light on the issue. — Sebastiaan
-
Hi @ethanweed , Yes, these are located in the osweb package, which is part of opensesame-extension-osweb . To export an experiment file to a JATOS zip , you can use: from osweb import export export.jatos( osexp = 'my_experiment.osexp', path…
-
Hi @gbzn , I suspect that the error that you get when launching from the console results from the Anaconda base environment that is activated. I suspect that this causes a confusion between the Python environment of the OpenSesame app and the Pytho…
-
@Rrob Thanks for pointing this out. Does this only affect the psycho backend, or also the legacy and xpyriment backends?
-
Hi @Art , When you run OSWeb in a browser locally (i.e. a test run), then the result are only printed to the browser console, and not stored in a local file. This is not intended for data collection, only for testing! — Sebastiaan
-
Hi @huss203 , My main guess would be that your systems have multiple versions of some DLL that is used by SciPy, and that the wrong DLL is picked up, for example because the location of this other DLL comes before the location of the DLL that is bun…
-
Hi @mchu , I don't think it's possible to override this behavior, because doing so would allow an app to hijack your device. More importantly, though, the Android runtime is no longer maintained and no longer works on most modern Android devices. If…
-
Hi @fotisfotiadis , This sounds like a system-specific (and perhaps version-specific) issue that will be difficult to properly fix. As a workaround, though, you could try what happens if you change some of the back-end settings, notably setting eit…
-
@Daniel Do you experience the same on your Mac?
-
Hi @Paula , Of sort, yes. You can select the monokai color theme under Preferences. This is a dark theme, but it's mostly for Rapunzel (the code-editor mode of OpenSesame), and it looks a bit quirky when applied to OpenSesame. — Sebastiaan
-
Hi @New_to_open_sesame , When you start the experiment, you indicate the name of a log file. Assuming that you have structured your experiment such that data is logged, this file will then contain your data in .csv format, which you can read with E…
-
Hi @LenaJablonowski , You'll want to take a look at OSWeb, which is the online runtime for OpenSesame experiments: https://osdoc.cogsci.nl/3.3/manual/osweb/workflow/ — Sebastiaan
-
Hi @EmiliaKerr , That's possible, and in fact there is a toolkit called Psynteract, developed by @Pascal and @mezzopiano , that allows for interactive OpenSesame experiments, although it's focused on experimental economics. (And I'm not sure whether…
-
Hi @lin99 , If you're using OpenSesame 3.2 or later, then you're doing it correctly. If the text between <b></b> tags doesn't become bold, then that's probably because the font doesn't support bold face. Strangely though, for me your co…
-
Hi @marianajocar , The experiment folder is simply the folder that contains your experiment (.osexp ) file. — Sebastiaan
-
HI @DamianoG , Rotation of image elements is not supported by OSWeb yet (v1.3). (The compatibility check won't catch that, but I will add it to the documentation.) As a workaround, you can create two differently rotated versions of the cue and use …
-
Hi @DionH , I don't what it could be, to be honest, aside from the two suggestions above. Maybe @Bob could chip in (the developer of the plugin)? Although I'm not sure he's still active on the forum, so you could also try posting something on the is…
-
Hi @wishiknewprogramming , Why don't you the attach the experiment to this discussion, or post a screenshot of the overview area? — Sebastiaan
-
Hi @wishiknewprogramming , There is a known issue with OSWeb where multiple linked logger items (and certain other items) in the same sequence cause a crash. To work around this, you can simply put the logger as the only item in a sequence , and …
-
Hi @milliechesterman , What happens if you start a terminal, and then launch OpenSesame from there? You can do that by executing the following command. /Applications/OpenSesame.app/Contents/MacOS/OpenSesame Do you see any error messages? — Sebastiaan