wdhany
About
- Username
- wdhany
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
@sebastiaan I just encountered this exact problem. Would you mind updating the manual on this page? Thanks!
-
Hi @sebastiaan, I naively add the subclass you made above in between importing the eyelinkparser and defining the get_data() function, but it then returned an empty datamatrix. Here's the overall script, can you tell me what is missing? Thanks in ad…
-
Hi @sebastiaan, I'm also trying to parse .tsv data from Tobii (tobii fusion pro) using your eyelinkparser module. If I try to parse my data directly using the script you provided here, I get this error: Traceback (most recent call last): File &…
-
@eduard Sorry for my long radio silence. I just had the time to work on this again; since the error initially stemmed from different versions of Python, @sebastiaan suggested installing OpenSesame through Anaconda with Python 3.8, which matches with…
-
Hi @eduard, Thanks for your reply. I added the inline script and got the same error. I also checked whether the module tobii_research_interop was present in the specified folder (it is; it has an extension, though: tobii_research_interop.pyd), so I …
-
Hi @eduard , Sorry for my delayed reply, too. Just manage to find time to work on this. Two important updates: The newest version of the SDK was built on Python 3.8. and it is available here I managed to find the (what I assume as) correct path (in …
-
@eduard, thanks for your response. I'll try 3 and while waiting for their response, I'll try the second recommendation as well. I already downloaded the SDK files. The manual installation guide mentioned that I should "Extract all files for yo…
-
@eduard no, unfortunately, I got the same error messages (could not find a version that satisfies the requirements; no matching distribution for X).
-
-
@sebastiaan I got a similar error message with @katiewalsh when I run the eye tracker template with Tobii as selected eye tracker (ModuleNotFoundError: No module named 'tobii_research'). I wanted to follow your suggestion but on OpenSesame 3.3.10 th…
-
Thanks @Fab and @lvanderlinden for your explanations!
-
It works perfectly now! Just out of curiosity, I have used =var.lure[0] (instead of var.lure1 = lure[0]) in a loop file the offline version of OpenSesame before and it works just fine (see the screenshot below). Why does this not work in OsWeb? Is t…
-
It works beautifully now. Thanks!
-
Dear all, I tried to follow Lotje's and the Leiden wiki tutorial to pass information from jatos to limesurvey and vice versa using the URL query parameters. Passing info from jatos to limesurvey works well, but I have been unsuccessful the other way…
-
Hi Eduard, Thanks for your response. Is it possible to create the plot while the experiment is running? I assume your suggestion would be to create a custom function in the inline script to make the plot and save it in the experiment file pool. Am I…