plastic_student
About
- Username
- plastic_student
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Hi, Sebastian, okay, this way would work, but do I have the possibilty to access the allowed_keys variable, to make my code work even if I change input keys? Best
-
Okay, problem solved. I had my code in the prepare-phase, which lead to evaluation before any keyboard-response was recorded. Thanks for reading ;)
-
Okay, here is some more information. It seems like, it would sometimes take the response from the previous text_display and store it into the response-variable. But my script appears after the keyboard_response item of my trails, so it seems that s…
-
Also flushing the pending key presses does not help...
-
Thanks. Another easy workaround is not to leave any of the run or prepare phase empty, e.g. by writing something like print "can't touch this" into these.
-
This solved the problem, thank you very much!
-
Hello, I am struggling with the same problem here. The thing is, that I do not only need the responses logged, but also avialable for later conditions on showing items. I tried to save the responses after each questionaire-item into another global…
-
Mointain Lion and 0.26 I think it maybe has something to do with the script. it behave strange because when I start inserting some code, it first turns out as expected: _run print "hey" end ___prepare__ print "ho" end but s…
-
Hello, I found some bugs: * I often get this error: Could not save file, because the script could not be generated. The following error occured:Error: Script errorDescription: Failed to instantiate module 'inline_script' as 'copy_table_inline_scr…
-
Ah, yeah, I can use ScyPy for that, right? Is it build in and simply available by "import SciPy" or whatever casing?
-
Great, thanks!
-
Okay, thank you very much for your help. I think, I will be able to dodge this problem of not being able to change the trial table by simply building me a copy of it as an python object. In this I will hopefully be able to do my calculations. Then …
-
Hey, thank you folks for Opensesame and Opensesame Portable. I had some nice success in implementing what was on my mind for a while. Maybe you can answer me a few questions: Is is also possible to run the Opensesame Portable Folder just from the …
-
hi sebastiaan, after playing a little around and finishing the tutorial, I think it is very cool. One more question(s ;-) ): Can you give me an example how I can precisely address and change the variable set I defined via the GUI? What data struct…