sebastiaan
About
- Username
- sebastiaan
- Joined
- Visits
- 7,320
- Last Active
- Roles
- Administrator
Comments
-
Hi Andrea, The slider plug-in is not available in the OpenSesame runtime for Android. So you will need to use an inline_script to implement the slider functionality, instead of using the plug-in. This is a bit inconvenient, but not as difficult as …
-
It seems like you're seeing the same problem as reported by @martijnvk here: * http://forum.cogsci.nl/index.php?p=/discussion/1039/ Let's the move the discussion there and try to figure out what's going on.
-
Hi Martijn, I'm not sure what's going here. It looks like OpenSesame fails to determine which line triggered the exception. And this error in parsing the error obscures the actual error, if you see what I mean. But I don't really understand why thi…
-
Hi, It's difficult to give a concrete answer, because you don't describe how you've implemented this selection procedure. I'm assuming that you use an inline_script for this? Could you post the code here + any additional information that would help…
-
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…