Avatar

Howdy, Stranger!

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

Supported by

Uros

About

Username
Uros
Joined
Visits
152
Last Active
Roles
Member

Comments

  • Hey Merel, I'm sorry for the late response, I didn't log in to forum for a while and now I see your post. It looks that code for response triggers are good but for the presentation (trigger_script item) you should change str(var.correct_response)…
  • Hey Kristian, just to let you know that I've updated my JATOS from 3.7.2 to 3.7.3 (I've just noticed that newest version) and the problem described above has been solved! :) But, now I'm dealing with the same issue as described here, the results can…
  • Hey Kristian, thank you for the fast response! I've tried out my study on cortex.jatos.org and everything is ok with the data. So, I believe there was some mistake I've made while creating the droplet. Something comes to my mind, the script I've add…
  • Hi @sebastiaan and @lvanderlinden, thank you so much for clearing that up! I've missed that information. Text input in full screen mode runs without that problem via Mozilla FireFox so that can be the solution of the issue. :) Best regards, Uros
  • Dear @eduard , thank you very much for your answer! Unfortunately, I still can't use text input properly :( I was trying to run the experiment through "Test experiment in external browser" option and through my JATOS server and the same is…
  • Hi Eduard, thank you very much for the answer! Actually, the same problem happens again, when I run your example of an experiment it works only when we use a non-full screen version. Otherwise, textbox and question appears on the screen, but no char…
  • Hi Eduard, thank you for the fast response! I've updated the OpenSesame (and OSWeb) to the newest version and tried out the inline_html item. Unfortunately, it doesn't work if I run an experiment in full screen. I'm not sure is it due to some browse…
  • Hi everyone, I was using @sebastiaan's code for multichar input response and it worked perfectly fine. For purpose of the new experiment, we need participants to type more than a one word as a single response. So, basically we need some extra inline…
  • Just to let you guys know that the solution was very simple. I only needed to restart my DigitalOcean droplet, by turning it off and on again. After that, all the data was saved, and everything remained as it was. :)
  • Hello everyone, We managed to solve sending triggers from OpenSesame to NIC2! :) We did it via TCP connection protocol, not via LSL (unfortunately it is still in the title of the discussion). I'm sending you the inline script codes that we added and…
  • Hey everyone, I'm not sure whether I should make a new discussion regarding that the issue is not congruent to the name of the discussion. But, actually, our problem is still about sending triggers from OpenSesame to NIC2. In the meantime, we establ…
  • Hi Eduard, thank you very much for the fast and valuable responses :) Actually, we managed to run our line without error by modifying it to: s.send(bytes(var.trigger)) The variable "trigger" is defined in the loop in this case. We have to…
  • Hi Eduard, Thank you so much for helping us with this. So focusing on what seems to be a simpler solution: import socket s = socket.socket(socket.AF_INET,socket.SOCK_STREAM) #if task is running on same computer as data capture then use 'localhos…
  • Hey Eduard, thank you so much for the answer! 1) I've added an inline script with the code you've copied in your response. When I try to run the experiment I get the following error:  Inline script, line 2, in <module> NameError: name 'Strea…