sebastiaan
About
- Username
- sebastiaan
- Joined
- Visits
- 7,329
- Last Active
- Roles
- Administrator
Comments
-
Hi Per, It would actually be a good idea to have OpenSesame look in the file pool for resources... I've added this as a feature request: https://github.com/smathot/OpenSesame/issues/26 But, right now, this doesn't work, so you'll have to use a bit…
-
Hi Per, No :O Not through the keyboard_response item anyway. I opened an issue on GitHub. You can do it fairly easily using an inline_script though: from openexp.keyboard import keyboard my_keyboard = keyboard(self.experiment, keylist = ["'&q…
-
Hi Per, The loop counts are updated every time that a loop is executed. So the counter is increased at the start of the run phase. The same applies to all items. But I can understand your confusion. The thing is that you need the counter of the it…
-
Hi Per, Thank you for christening the brand new shiny forum! Yes, you can certainly do this, but in a non-documented hacky way, by accessing the OpenSesame internals. For example, to set the repeat value of a loop item called my_loop to 4, you do …