Rotem
About
- Username
- Rotem
- Joined
- Visits
- 116
- Last Active
- Roles
- Member
Comments
-
O.k thanks!
-
Hey Eduard, Not sure i understand what you mean by printing out as much stuff as possible. I tried again with no success. I think there in no error but that the moving dots in my exp become highly apart from one another in a way it's not possible to…
-
Hey, i don't have an error message, just that my inline script doesn't run on the new version and i only see a black screen. This is my inline script: from psychopy.visual import DotStimfrom psychopy import eventfrom openexp.keyboard import keyboar…
-
Thanks for the information. That was useful.
-
Hey Eduard, The problem has been solved. Your answers were very helpful. Thanks, Rotem
-
The fixSpeed is a name i gave for the fixation in the manipulation block in which the brake message was planned for. That way it has been seperated from the counting of the fixation item in the practice and measurment blocks.
-
Hey, i have the fixation item in every cycle of sequence. The problem was open sesame counted the trials till the brake message including the trails in my practice and measurment blocks and not only in the manipulation blocks as i planned. I put thi…
-
Thanks Edwin. I need the brake message to appear after every 250 trails except after trail 1000 (that is why i added the [count_fixation]!=999). Would really want to learn the logic behind building the right equation for it.
-
Hello, I have two manipulation blocks named differently so i think i can't use the count_[block_sequence]. I defined my brake message after evey 50 trials as follows: "Run if [count_accuracy_sequence]%50=49". Now i just need to exclude tri…
-
Thanks for your answer. I have two conditions regarding the "brake" message- not to be presented before the instructions of the second block and not before the "end" message at the end of the exp. I'm not sure how to phrase it. …
-
Hey, I managed to fix the problems and now the exp works. There are two more things: 1. I put a sketchpad for brake after every 50 trials and i would like to exclude it before the instructions of the second block (they are counterbalanced between th…
-
Indeed a better option. Thanks again.
-
Thanks. If i'll uncheck this and choose specific variables, after running the exp would it be possible to ask for another variable in case i will need it?
-
Hey Sebastiaan, Here it is http://pastebin.com/RphaaFKX Appriciate your help...
-
Hey, I did the short basic python course plus now i have the random dot task in open sesame. The only thing is that i cant measure R.T cause the response is programmed after each frame. How can i change it so the subjects can response during the mot…
-
Thanks...I read about the phyton and inline scripts. Should i copy the following script also to the prepare and run phases? class psychopy.visual.DotStim(win, units='', nDots=1, coherence=0.5, fieldPos=(0.0, 0.0), fieldSize=(1.0, 1.0), fieldShape='…
-
The common name is: "Random Dot Motion" (RDM).
-
Yes. Thanks.
-
http://pastebin.com/HLWwB4NH
-
hi again, if i want the feedback to be [correct_arrow_response]=0 and [response_time]>[avg_rt], how can i apply them together?
-
Yes, that was very helpfull...Thanks
-
Can you please explain me this equation? What's the logic behind it and more generally, how do you know which variables to enter and how to built specific equations?
-
[count_sequence]%50=49 Is this going to work if i want the brake to appear after the 50, 100 and 150 trails?
-
Thanks. The exp is working fine. I'm mot sure yet, but maybe i'll decide to add a brake (text display) every 50 trails- how can i do this? One general question- what's the differense between the "run if" in trailsequence and the "show…
-
here's the link http://pastebin.com/8gAdkZTb if this won't work i'll do the same trick for the blank screens as i did for the instructions and change the text display with sketchpad items. thanks...
-
Hi, i already applied the instructions through sketchpad after i saved them as png forms. Its working fine though i still have the same font problem, probably because of the blank screens i'm using after the fixation and at the end of a trial. Anywa…
-
Hey Dror, i think i did everything you said. In the main page i applied david + bi.... In all my text displays, i left "font family" empty and also deleted in the scripts the "set font_family "". Then i ran the experiment an…
-
Thanks! waiting for your reply :)
-
I ment "text display" not sketchpad
-
I did all the above but still have the same error announcement. Sould i leave the: " set font_family "" " in the sketchpad script empty?