mirko
About
- Username
- mirko
- Joined
- Visits
- 97
- Last Active
- Roles
- Member
Comments
-
Hey @mattm I have also worked with the Tobii pro Spectrum and know the problem (-1 -1). If I remember correctly, however, this was not an error but was due to the output of the eye tracker. I had already written about this on GitHub with Tobii supp…
-
Hey @mitko, I have the same problem with the too small check boxes. I tried the solution from @sebastiaan but it doesn't work so well (sorry :( ). First, the frame around the boxes stays the same size and somehow the larger checkboxes don't click so…
-
Hi @Fab, thank you for your answer. I think the problem is this. A loop always works task by task. As long as the loop "hangs" in a task, the "Cancel" command is not executed. Here is my example experiment with a very short "…
-
Hey @Fab, thank you very much for this solution. As you may have also seen, I have already asked my question in the post you posted. The solution is good but does not target exactly what I need. So what exactly do I want? I'll try to explain it bett…
-
Hi all, Thank you for the solution. I just need the whole thing a little more precise, unfortunately. The loop should not simply be interrupted when the time is up, but really terminated. With the solution shown here, it is so that after the time ha…
-
Hello, first of all, thank you for the great work you are leading here and have done so far. I see there are a lot of interesting wishes for the implementation in OpenSesame. A lot of them I wish too and even more. I see the problem, however, of fun…
-
Hi, I have found a solution that works very well. You need two inline scripts. One at the beginning of the experiment, before the loop to be used. Here is the code: https://forum.cogsci.nl/uploads/099/H8R1341VLQ3Y.jpg Then the code for recording the…
-
Hi @eduard sorry for my very late response. I found a solution and it works perfect. https://forum.cogsci.nl/uploads/161/EB9SG17DLQF7.osexp
-
Hi @eduard I found my mistake. I have now inserted all the code into an inline script at the beginning of the experiment and linked it to the generator in the Coroutine. The webcam also seems to be activated, but I don't get a file. I have path on t…
-
Hi Eduard, here you can see a screenshot of my logfile: https://forum.cogsci.nl/uploads/269/SBDGA29ZR58Z.png colums = random loop number screenshot from the loop: https://forum.cogsci.nl/uploads/141/YHBGNKRLFLSD.png column = right or wrong column =…
-
Hi Eduard, thank you for answering. I deleted booth of the yields. Now something is going happen but very slow and I didn't get any videofile. Mirko
-
Hello @u_ghose and all, thanks for the script. Unfortunately it doesn't work for me. I use Opensesame with Python 2.7. The code looks different in color. At the moment I can't explain what's wrong. Does anyone have a hint for me? https://forum.cogsc…
-
Hello, Sebastiaan, please excuse my late reply. I'm already on further experiments. So again briefly explained why I want to have all variables of a run in a row. If I had several test persons perform the test, I have to merge the data sets. This…
-
Hi Sebastiaan, please excuse my late reply. I'm already on further experiments. So again briefly explained why I want to have all variables of a run in a row. If I had several test persons perform the test, I have to merge the data sets. This means…
-
Hi Edwin, Thank you very much for your answer. We already had the same assumption. Only in a strange way the phenomenon occurs sporadically. I'll follow your advice and get in touch with the developers of the Tobii Pro SDK. I have one more question…
-
Hi Atenascampbell, thank you for your answer but i used a form_base. The problem is, that i have round about 50 rating questions and if i want show 4 Questions on one side i have to "code" to many form_base. I'm not lazy but i think there…