Avatar

Howdy, Stranger!

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

Supported by

Flippy

About

Username
Flippy
Joined
Visits
7
Last Active
Roles
Member

Comments

  • Hi Stephan, thanks for your help. I'm using the legacy backend (can't change that because of OpenGL error). I don't want to set the the font size for the whole experiment because I want to change it a few times. My solution for now is, that I add an…
  • Hi ozgendk, I have a suggestion for the random sound play for you. Important: The sound files in your pool have to have the same name with an ongoing number Example: Sound_file_1, Sound_file_2,....., Sound_file_90 Here is the code for that: i=1 …
  • Ok I got it myself :smiley: For anyone with the same problem as me, here is my solution: Execute the form "while True" loop if one of the response variables you get from the rating scales are empty execute the form again e…
  • I need some more help with my script. The two functions picture_show and sound_play should run in parallel. When I call both functions individually everything works fine. The problem appears when I try to call the functions in threads. The keylog im…
  • Hi eduard, thank you for your help. I'm a total beginner in Python and OpenSesame. Can you show me how accessing the sound and canvas functions in parallel would look like in an inline_script? Would be helpful for me :)