bilancino
About
- Username
- bilancino
- Joined
- Visits
- 167
- Last Active
- Roles
- Member
Comments
-
Dear Anna, your code seems fine to me I have this one (https://shop.neurospec.com/mmbt-s-trigger-interface-box) the Pink one : ) And I use this code #inizializzazione, controlla la porta Arduino in gestionePC import serial serial_port = serial.Seria…
-
Hi Noamt, did you follow the video in the post you linked? I solved it in W7 (64 bit). Do you perhaps have Win 7 - 32 bit? https://youtu.be/JOQ_tdpL7UM
-
Ciao Jacopo, buon anno! Ti rispondo in inglese... I think that EyeX and Steelseries are not supported as you can figure out on this old page (link below): "You may not record gaze data. This is a developer SDK term meant to make you buy Tobii’…
-
Dear Neon, I solved in this way in win64. (7 or 10) download http://www.highrez.co.uk/scripts/download.asp?package=InpOutBinaries (on this page http://www.highrez.co.uk/downloads/inpout32/default.htm Download Links: il primo file the Binary only …
-
top, is working!!
-
The problem is presento also on my mac. (catalina, os 3.3.5, also in Windows I used Os 3.3.5 megapack)
-
Thanks @lvanderlinden, I'm using windows 10 - 64bit (chrome, edge and firefox), I run it on 3 different computers (all win 10 x64 lic. 2edu 1pro) and isn't working in any of them. Tomorrow I'll try it on my mac.
-
Thanks @lvanderlinden, yes you understood correctly, the randomisation is between participants. I used the in_line javascript AT the start of THE experiment and it's working properly. Thanks, Paolo
-
I added this to my inline_Js: vars.workerIdaMano = jatos.workerId; and I added workerIdaMano to the logger, is working.
-
Hi Kristian! Thank you so much for your reply! It's very clear! For the first problem, I'll start to export the metadata and pair it with the results. I will check the experiment again to see if there are problems in some cases. Best, Paolo
-
I'm not sure but I assume that the inline script (run) is executed during the sequence but the duration of the sketchpad is computer before the sequence starts. I don't know how to solve it but maybe you could try with feedback_item instead of the s…
-
With the new version of Opensesame 3.3 the key "space" problem is solved.
-
Hello Intant, for me is working fine. I use an array to create a radom FixPoint duration. I have a inline_js at the start of experiment in the prepare-fase vars.listaFix = [450, 500, 550]; vars.fix1 = 500; Then every cycle this other inline (run-f…
-
Do you want something like this? widget 1 0 1 1 label center=yes frame=no text="<span style='font-size:15px;text-transform: uppercase; '>[fragment]</span>"
-
Hi Boris, I have a similar problem with the keyboard response. I tried to use "space" as response key but it is not working. I tried it also in the off-line mode and it is working fine. Do you have any suggestion?
-
Thank you!!! I had the same problem... I modified the imported experiment ad now is working!! Did you find a solution to solve for all the imported study?
-
Ehm... : ) I'm sorry for my post, it was my fault! I didn't read the Eye Tracker Specifications properly! This was the reply from Tobii Support. "Tobii X3-120 model reports pupil size only in bright pupil mode which used only every third samp…
-
Dear Edwin, thank you for your reply. I tried also on another computer, same results. I will try to contact the Tobii support. Best regards, Paolo
-
Ops... I move the calibration in the "run" fase!!! The calibration starts but my function is ignored and the default calibration is executed.
-
Dear all, I want to do a similar thing with Tobii (image for calibration), I have a problem when I run , disp = PsychoPyDisplay() eyetracker = TobiiProTracker(disp) eyetracker.calibration() Opensesame it show me this error: for s in screen.scree…
-
Thanks solved!!!
-
The timing is not so important in this case. I cannot figure it out how to use only the "feedback" item without the inline code. I choose a different solution: -An "Inline code" to compute the duration after "risposta&quo…
-
I change the inline script accordingly to "the prepare-run strategy" and now is working. Thanks a lot for your help! Paolo
-
Hello, I had some problems with the parallel port plugin and OpenSesame 3.1.6. Here it is how I solved. Download the plugin and unzip it, open the file parallel_port_trigger_init.py (in the folder parallel_port_trigger_init) Change the row 125 as …
-
My nexus was "empty", I installed only updates and Open Sesame. For now we continue to use the Android version 6. Thanks for your test, Sebastian.
-
Hello, Sebastiaan, I restored my Nexus 9 to 6.0.1 and now OpenSesame is working.
-
No, I have only this device.
-
Hello all, I've a Nexus 9 with Android 7; OpenSesame after the installation gives me the following error: "Could not extract private data" and then the program crash. Do you have any suggestion? Thanks, Paolo
-
Thanks for your advice. Now I have more clear some of the problem and how to solve it. Best Regards, Paolo
-
Thanks for your reply. I'm trying to "convert" some experiments from DMDX. DMDX record the Vocal Rt and also the audio and then, after the experiment, you can adjust the rt according to the audio file. In this experiment I don't need the…