sebastiaan
About
- Username
- sebastiaan
- Joined
- Visits
- 7,303
- Last Active
- Roles
- Administrator
Comments
-
Hi Lucie, This project is still under development. The goal is to create a web runtime for OpenSesame experiments (what you're looking for), and considerable progress has been made, but it's not yet ready for general use. If you are interested, I w…
-
Hi Noam, If you click on the lady-bug icon, you will open a Python console, which is called the 'debug window'. All error messages are visible there, including additional information that is helpful for debugging your experiment. See: * http://os…
-
Leg' los! (Image)
-
Hi Hannes, One way to do this, a bit easier than what you're doing right now, is to add a catch trial (let's call it catch_sequence) to your trial_sequence, and use a run-if statement so that catch_sequence is only executed once every 24 trials. S…
-
Hi Jesica, Could you provide some more information about the sequence and the items in it? For example, do you use run-if statements, what are the durations of the items, etc.? And is it just a sequence, or is there also a loop (since you talk abou…
-
Hi Timo, Ah right, I see! Since you're working on GitHub already, perhaps you could fork OpenSesame, add resources/ts/de_DE.ts (not the .qm) and send me a pull request. That way you'll be included as a contributor, giving you a little bit of extra …
-
Hi Frederica, If I understand correctly, your problem is much simpler than the one described above, and the repeat_cycle plug-in should do what you want. Basically, you just add a repeat_cycle plug-in to the end of your trial_sequence and set the r…
-
Hi Timo, I see two repositories on GitHub, researchtool/OpenSesame (i.e. a fork of the main repo) and researchtool/OpenSesame_de_DE (containing only the translation files). The latest commits are to researchtool/OpenSesame, but it looks like this r…
-
Hi Martijn, Your screenshot has been scaled down and now the error message is too small to make out. Would you mind posting the full error message from the debug window? Cheers, Sebastiaan
-
Hi Noam, I'm assuming that you were planning to post the actual error message? ;) Cheers, Sebastiaan
-
(Quote) It sounds like a Mac OS-related issue, but we'll have to wait for a Mac person to verify. For now I filed this as an issue so we don't forget (#261). Cheers, Sebastiaan
-
Hi Joshua, If you just want to share the script, you can post it (for example) to [http://www.pastebin.com] and post the URL here. If you also want to include the file pool, then you can use something like DropBox or FileDropper. (We prefer that yo…
-
Hi, The touch_response plug-in does not allow you to specify allowed responses. However, because it seems like a nice addition, I opened an issue for it #260. For now, what you can do is simply insert an inline_script after the touch_response and …
-
Hi, Based on the error message it looks like you're trying to open a .opensesame.tar.gz file (file pool + script in a zip-like format) as a .opensesame (script in plain-text format) file. So I would first double check whether you really cannot open…
-
Hi Teresa, Given that this is a pretty basic question (!), I would recommend walking through one of the tutorials before you start working on your own experiment: * http://osdoc.cogsci.nl/tutorials/ Regarding your specific question: The default s…
-
Thanks for letting us know that you figured it out. I'm marking this one as solved.
-
Wow, you've been busy! To make life easier for people reading (and possibly answer) your question, could you let us know whether you've been able to resolve this issue, and if not, where you are exactly?
-
Hi, (You opened four discussion for the same question. I assume that this was by accident, but in the future please stick to a single discussion!) Regarding your question, and as you may have guessed, the sampler had problems with non-ascii charac…
-
Closed as duplicate of #1025.
-
Closed as duplicate of #1025.
-
Closed as duplicate of #1025.
-
Hi, The error message that you see results from a problem in parsing the actual error message. In other words, the actual error message is obscured by a bug in OpenSesame's exception handling system. To see what's going, you try the following code …
-
(Quote) No worries, and thanks for taking the time to mark the issue as solved!
-
Hi Martin, Thanks, that's a good point. Assuming that people rarely care about the data that is generated in quickrun mode, falling back to a temporary folder seems like a sensible idea to me. Cheers, Sebastiaan
-
Hi, The media_player_vlc plug-in requires that the VLC player is (separately) installed to its default location. I'm not sure which versions of the VLC player work with the plug-in, but personally I have VLC media player 2.0.4 (Twoflower), which wo…
-
Hi Vladimir, It sounds like you're using the multiple_choice plug-in from the (deprecated) questionnaire plug-in set: * http://osdoc.cogsci.nl/plug-ins/questionnaire-plug-ins/ Nowadays, you're much better off using a form, either by creating a cu…
-
Hi, The form_text_render plug-in is part of the source code, and not bundled separately. So you would just download the latest OpenSesame source code through the link I posted above, extract it, and copy the plugins/form_text_render folder to your …
-
Hi, First things first, does the Cedrus response box even work at all with the SR Box plug-in? They are different devices by different manufacturers, and unless the Cedrus box emulates the SR Box you cannot simply use the srbox plug-in for a Cedrus…
-
Hi, Right, ok. In that case, you will need to figure out how to work with the SDK yourself, although I assume they provide Python bindings. If you're interested, you could consider adding this functionality to PyGaze. We would be more than happy to…
-
Hi, Assuming that all Tobii eye trackers use the same API, this tracker should be supported by PyGaze. The idea is that you simply specify TRACKERTYPE = "tobii" in the file constants.py. See also: * http://www.pygaze.org/documentation/de…