Paula
About
- Username
- Paula
- Joined
- Visits
- 341
- Last Active
- Roles
- Member
Comments
-
Awesome!
-
Hi Sebstiaan, Thank you for the explanation! I was expecting to be able to "do" the calibration with the mouse, using the mouse arrow as the gaze. That would have been helpful for adjusting the child-friendly calibration off-site. Thanks …
-
https://forum.cogsci.nl/uploads/067/NXPNL7G5Z48F.png This is a screenshot of where the logger should be placed. It is from the OS template provided by default.
-
Hi! I think if you put the "logger" inside "new_coroutines...", that should work. Then reaction times should be stored in the variable "response_time". Then, your experiment would be more similar to the OS template: htt…
-
Hi, There are 2 things you can do: Check the Opensesame templates and test them to see if they give you the output you need. Then modify your experiment accordingly. Try to upload (a sample) of your experiment here, and then people can weigh in. Bes…
-
Hi, Did you add a "Logger" (in the menu on the left side of the screen) within each loop? That should do the trick.
-
Hi Sebastiaan, It is ignored in the sense that it does not appear at all: there is no calibration at all, and the experiment starts immediately... Thanks, Paula
-
Hi, In case anyone else will wonder about this, I found an good reference here: Dalmaijer, E. S., Mathôt, S., & Van der Stigchel, S. (2014). PyGaze: an open-source, cross-platform toolbox for minimal-effort programming of eyetracking experimen…
-
Hi Kate Variable [x]: In the feedback screen, where you mention variable [x], you should put the name of the variable that counts your stimuli. In OS, that variable should be named count_[insert_name_of_stimuli_sketchpad]. (Note: for each sketchpad …
-
Hi Alex, Sorry, but I can't help you further. I don't know the variable names... Your intuition looks correct, though. All the best, Paula
-
Hi, I think one way to change the Tobii log-file is by actually changing the libtobii.py in Pygaze package. In this way you can control what is written in the log. You can find this file in you OpenSesame folder, under \Lib\site-packages\pygaze\_eye…
-
I edited the script a bit more and in the end managed to enlarge the subsurface to get a larger ball image based on your explanation. Thanks again for the help!
-
Hi Eduard, Thank you VERY much for your help. Your fix worked perfectly just by keeping the change you made in lines 181-187. Cheers, Paula
-
So glad it works! Thanks for sharing!
-
Hi sinem, I am no expert, but I can tell you what I learned about the form validator. First, you need to have as many conditions as variables: that is, in this line "return var.question1 != u'no'" you actually need to add all variables in …
-
Hi Eduard, No: unfortunately, I was not able to solve it. Any input would be much appreciated. Paula
-
Later edit: deleted.
-
https://forum.cogsci.nl/uploads/524/GF0U600JWC6I.osexp Hi, Thanks for the reply! I've uploaded a simple version of the survey. To advance, please use the space bar and/or fill in the information required. :) Paula
-
Hi! This web helped me figure out how to limit "accepted" characters for text input. The caveat is you need to build the form via an inline script. https://osdoc.cogsci.nl/3.2/manual/forms/validation/ However, since you want to "exit…
-
Hi Sebastiaan, Yes, I am using xpyriment, but adding lines before and after the text helps. Thank you for the solution! Best, Paula
-
Thank you very much @eduard
-
To see the answer, check this thread: https://forum.cogsci.nl/index.php?p=/discussion/5211/problems-combining-two-experiments#latest Thank you!
-
Update: We figured out how to stop the crashes, but OpenSesame still "decides" to run the inline scripted items first, instead of the experiment...
-
Solved. THANK YOU! Answer, as indicated by Sebastiaan, was here: https://osdoc.cogsci.nl/3.2/manual/forms/widgets/
-
Thank you very much! It works now!! Best, Paula
-
Hi Sebastiaan, Thank you for the answer. As you suggest, I am trying to use the form validator as an alternative to having a "back" button. However, with this approach I am having difficulties inserting images in the forms (if I use the r…
-
Also, just to mention that the code works if I delete the lines for the image.
-
Thank you very much for the response. Yes, I may use the multiple-choice forms instead, it seems like a suitable solution.