Avatar

Howdy, Stranger!

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

Supported by

Aris_Karg

About

Username
Aris_Karg
Joined
Visits
60
Last Active
Roles
Member

Comments

  • I just believe that this version of OpenSesame is not compatible with mac 'cause these issues do not appear on windows--I have confirmed this with another 4 computers and again it works on windows and not in mac. This would be good to be stated for …
  • https://we.tl/t-O8ylykpQBq
  • The website does not let me upload. It says "request failed status code 413"
  • Hi! Thanks for the replies. At some point it was occasionally but now it's consistent. It crashes in the either in the 2nd or 3rd item during the practice phase. The strange thing is that I tried it in another laptop (windows) and it works. But I h…
  • Hi! I have managed to solve the problem just by changing the button box and instead of using the srbox function I am using the keyboard responses. The experiment was working perfectly and without any change, I am now getting this message: "The…
  • sorry I tried it but i am getting syntax errors--didnt change anything. Is there anything specifically from the script that I can use in the inline script of OpenSesame? And btw its not a mac problem at the end, I also tried it in windows, there th…
  • I tried the timeout other than none and it still freezes. I also searched for the name of the button box in the system of my laptop, tried that as well as a name but i get an error that it is unknown. I really don't understand. Could that be any def…
  • Hi Eduard! Thank you once again. I changed the name, moved it before the first loop (practise phase), tried the names (COM4, /dev//tty0) and the inline python script you provide exactly below the responsebox--and above as well), but the experiment f…
  • https://forum.cogsci.nl/uploads/285/TLMIYOUFJLMV.osexp There is no error or any message, the experiment just freezes--it starts and after the instructions it stucks, it doesnt proceed to the experiment. Compared to the keyboard experiment above whic…
  • I have used this inline-script item but still--found it in your website. t0 = clock.time() srbox.start() button, t1 = srbox.get_button_press(allowed_buttons=[1,2], require_state_change=True) if button == 1: response_time = t1 - t0 …
  • Hi Eduard! Thank you for the help, it seems to work like that! The unresolved issue is still the button box --I have removed the coroutines function, I also tried to define in the table loop as correct values, 1,2 and then same in the response box a…
  • https://forum.cogsci.nl/uploads/825/GJ8HSP2887R4.osexp Thank you very much!
  • Hi Eduard, I have read the tutorial several times, there is no difference in the outcome. In my experiment--see 3rd pdf above, table loop--I will play sound files (these determine the conditions) and ppts have to choose via a button box (I want for…
  • https://forum.cogsci.nl/uploads/197/75S06H4JKBJI.pdf https://forum.cogsci.nl/uploads/826/CJ4HG0YRF3UH.pdf https://forum.cogsci.nl/uploads/582/I2A6O3JSY99M.pdf Hi! I have watched the tutorial that you recommended several times, but still I have some…