Avatar

Howdy, Stranger!

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

Supported by

mrhmatar

About

Username
mrhmatar
Joined
Visits
80
Last Active
Roles
Member

Comments

  • Hello, Thanks again for your help in the past few days. I am trying to log the number of times the participant fixates on either the target or the opposite stimulus in my experiment. For this, I created 2 new variables: var.targ_fix and var.oppst…
  • Hello, Thank you, this works perfectly! Regards,
  • Hello, I implemented the first solution in the discussion given by @lvanderlinden which seems to have worked for someone else. It works fine the first time, but after that it is causing the experiment to freeze (Python stops responding). Is there…
  • Thanks A MILLION!!! This is perfect. Thank you so much for your help. Sincerly, Mariah
  • Hello eduard, Thank you for replying on a Saturday, I did not expect that and actually just saw your response! You are right about the boxes being really big. What I actually did in my code is that I played the sound (which works on my PC btw) whe…
  • Sorry this is the latest code https://forum.cogsci.nl/uploads/940/5W694JS1V8RS.osexp Starting to get lost with all these versions...
  • Hello, Again, the script was very helpful. We're getting somewhere! I understand your confusion, it's a complicated task... here is a step by step explanation of what I would like it to look like: Gaze-contingent fixation dot: Start trial only aft…
  • Hello, I am having trouble calling coordinates of items from my sketchpad canvas in my code, even though I named them and followed the tutorials. For example, in the gaze_cont inline script, i want to give feedback to my participants according to …
  • UPDATE: this is solved! Seems like the inline_script cannot call coordinates from the sketchpad written as (0, 160) etc
  • Hello Lotje, Thank you for your code, I adapted it and it helped me a lot! But my error sound is still not quite playing at the right time... I want it to play the sound when the participant is not looking at one of the word stimuli. It seems to b…
  • Hello Lotje, No luck... Also, something strange is happening where I cannot see my mouse moving once the experiment gets past the fixation dot. This does not happen when I run another experiment on my very same computer. In all cases, here is the…
  • Hello, Update: This issue is resolved, but I have a new one... I want to play an incorrect sound when the participant is not looking in one of the rectangles in my stimuli sketchpad. I created an inline script and a sampler for this, but if I place…
  • Here is my new code https://forum.cogsci.nl/uploads/492/8SA47AAAOD3V.osexp I am getting this traceback: Error while executing inline script Details item: fixdot phase: run item-stack: experiment[run].practice_loop[run].practice_block_seq[run].practi…
  • Hi Lotje, Here is the latest version of it. It is not working yet... https://forum.cogsci.nl/uploads/091/BIL35463METT.osexp Best, Mariah
  • Thank you M. Ort for your kind reply and impressive code :) I was able to use some of it to program almost the entire task (I think). I am now stuck on the last gaze contingency where the participant has to fixate on one of the stimuli to proceed to…