Sylvain
About
- Username
- Sylvain
- Joined
- Visits
- 132
- Last Active
- Roles
- Member
Comments
-
Hey Sebastian! Yes it is an error happening when I try to use this division charater : ÷ For some reasons I have trouble replicating the issue with a shortened version of what I did but what I can say is: * I loaded operations such as (2÷2) and so…
-
Hello Doris, For this I would create a variable stocking the last number presented, then removing the value from the possible choice. (Image) Please find the script attached. Best, Sylvain
-
Damn there is a typo in my script ( but it does not change the issue). The line: np_Practice_Sym_Stim = np.stack((np_Practice_Sym_Stim_Coord, np_Practice_Sym_Stim_Correctness), axis=-1) is actually np_Practice_Sym_Stim = np.stack((np_Practice_Sym…
-
Hello Eduard, Sorry for the delay I have been a little bit busy lately. If I use a mouse_response item rather than an inline_script then it waits for the mouseclick at every item, but the position of the mouse is not reseted at the center of the sc…
-
Hey Sebastiaan, Here is the full backtrace Traceback: File "C:\Program Files (x86)\OpenSesame\lib\site-packages\libqtopensesame\misc\process.py", line 154, in run exp.run() File "C:\Program Files (x86)\OpenSesame\lib\site-packa…
-
Hello, Same issue for me on opensesame 3.2.4 on windows. I have a special character I display (÷). When it is displayed I get the error: "Extension variable_inspector misbehaved on event end_experiment (see debug window for stack trace)"…
-
Oh great thank you!!!
-
Hey I answer to myself. So I think it has to do with another issue I got there http://forum.cogsci.nl/index.php?p=/discussion/4012/keypress-and-mouselick-for-sketchpad#latest Apparently if there are multiple mouse responses in a a sequence, I gues…
-
Hello eduard, I am running the version 3.2.4. I just noticed that it depends on the back-end I am using. Apparently with xpyriment it works fine but the issue appears with psychpy.
-
Hello Mariano, You could do it this way, first creating a new_loop with your question (select random order) such as: (Image) Then creating a form in the inline presenting the questions as label and a TextInput to collect answers. input_response …
-
Hey, Maybe not the most elegant way to do but it works. Look how the variables are initiated and changed depending on the answer, and how it relates to the runif in the sequence. Best
-
Hey Sebastian, Yeah long time not seeing you, I am in Germany these times. Next time I am around the lab I really have to come to say hello to everyone. Hope everything is fine for you guys! :) Anyway wow this canvas object is so nice and your solu…
-
Maybe you could create a variable, set it up to 0. If a key is pressed change the value of this variable (just a little inline after the response I guess). Then in trial_sequence_5 you have the runif option. So you could tell each sketch_pad and res…
-
Thank you very much Sebastiaan, i tried to use the unicode notation and it seems to work fine. :) Best regards, Sylvain