embodiment
About
- Username
- embodiment
- Joined
- Visits
- 126
- Last Active
- Roles
- Member
Comments
-
Hi Fabio (are you italian, like me?). You can contact me at andreaepifani[at]gmail.com. I'll be glad to help you.
-
Hi ElaOren. Yes, of course, I can share the code with you once I get a bit of time. A question: are you interested in the original version of the intentional binding paradigm (Haggard et al. 2002) or in the modified version in which the probability …
-
Yes, here it is.
-
Hi Masoud. I asked here a very similar question times ago. You can allow randomization by writing an inline script at the begin of the experiment. You will find all the steps in the linked post. Hope this helps, and let us know if you encounter an…
-
I think that Xpyriment, a "new entry" in the OpenSesame back-ends, needs more time to be evaluated by OpenSesame users. In my experience, I use Psycho only when precision is important, otherwise I use Xpyriment which appears more stable. T…
-
Regarding the duration of a stimuli presented by the sketchpad, I think it would be great if the user could choose between expressing the duration in milliseconds (as it is now) and expressing the duration in number of frames. In this latter case, t…
-
Hi Stefan. Imagine that your loop name is words_loop. By inserting this code: import randomrep = random.randint(40,60)exp.items['words_loop'].repeat = rep before the loop item, the loop will last according to the number of repetitions indicated b…
-
Hi zak. Thank you for reporting this bug. I had not noticed the problematic behavior of the code, because after I had posted here my experiment I modified it in order to make it more reliable. A change I made is just related to the selection of the …
-
Hi ajspoerner. 2x2x2=8 levels means that the number of all the possible combinations of gaze_cue, target_pos and target_letter is 8. Anyway, when you insert all your variables and the relative levels in the loop wizard, OpenSesame automatically cre…
-
I took a lot of time to understand (on my system the icons differ very little), but I am there now. Perhaps, it would be easier if the item became Disable auto response once someone check it. In any case, that's a minor problem.
-
Hi Sebastiaan. You were right, the problem was due to something in the video format. It sounds strange, because my initial video was an uncompressed AVI. I re-created a compressed video and now it works. Btw, in order to make my initial code funcio…
-
For simplicity, try to copy and paste the code originally posted by Lotje, and you will see that it will work. Perhaps, you are confounding 1 (number) with l (letter). Basically, l is the name of the list containing the various sequences (l = ['smal…
-
You wrote for sequence in 1, while the correct code is for sequence in l, where l is the name of the list containing the sequence names (in your case 'small1', 'small2' etc.). Cheers, Andrea
-
Forget it, now it works for me also in Psycho. I don't know why it did not work initially, but now it is solved. As always, thanks for your helps.
-
Indeed, the problem is solved by inserting a keyboard_response item. However, this does not work if I use the Psycho backend. A simple structure like this: -- Text_display_form [with only_render and no buttons] -- keyboard_response -- sketchpad …
-
Which backend do you use? In psycho, numpad keys are recognized as 'num_1','num_2' etc. In expyriment, as far as I know, '1' or '2' should be recognized also by the numpad.
-
Ok, solved! I was doing and incorrect use of the exp.get_file() function. Many many thanks.
-
Hi boris. Unfortunately it does not work.
-
Yes, but in my case the stimuli are in a subfolder of the folder of the current experiment. Have I necessarily to move the opensesame file inside the stimuli folder? I would prefer to leave a folder with only the pictures because in this way everyth…
-
Very well, thanks Sebastiaan.
-
I also think the button box is promising. Currently, I'm carrying out two experiments. In the first, participants have to press one button. In the other one, participants have to press three buttons, that have to be vertically (or also horizontally)…
-
I also think that a button box is the best choice, but button boxes are very expensive for me. I knew Damian's paper, and I agree that the final improvement on the reliability is small. On the other hand, I think that this depends from the statistic…
-
Bug: if you try to show this ______________INSTRUCTIONS¯¯¯¯¯¯¯¯¯¯¯¯¯¯ by a textdisplay item, it will show the default 'enter your text here'. It seems due to the underscores above the text, and not to the macrons below. Feature requested related …
-
Well, I had checked that option because I generally use to rename the new items immediately, so it was comfortable for me. But, of cource, if it should not be available in future, I think it will not be a great loss. Stability first. :)
-
Yes, the pre27 discard button now works but, more importantly, I found the source of the "apply" problem. In the preferences, "offer to rename new items immediately" was cheked. It was my distraction, of course. :\"> I …
-
Hi Sebastian. * yes, I used the 0.27~pre26 binary package * the problem always appears, also if I disable the Italian locale * I have run OpenSesame in debug mode but no messages appear in the debug window, related to this problem. I have tried to…
-
No, there is no opensesame.exe.log file in my folder. I run OS~pre from source, so I thought that the problem could arise from something wrong in my installation. So, I tried OS-0.27 standaolne, with the same results. I also noticed that the "d…
-
I work on a Windows 7 PC. Here are the steps by which I encounter the problem. * open a simple default template * open the script editor of the Welcome sketchpad element (but the problem appears also, for example, with the notepad) * modify the scr…
-
Hi JasT. I had the same need in the past, so I can show you my solution (which requires a piece of python code). I used pyglet KeyStateHandler function inside psycho backend, so I don't know if you can use the same function inside another backend.…
-
No, the script doesn't show the dashed lines. I too had imagined that it was a complex problem. Of course, it depends on my particular experiment structure. I tried the same experiment both with OS pre-8 ran from source and standalone version, and t…