Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

sebastiaan

About

Username
sebastiaan
Joined
Visits
7,321
Last Active
Roles
Administrator

Comments

  • 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 …