eduard
About
- Username
- eduard
- Joined
- Visits
- 1,402
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi Vatsal, have you checked out the mousetrap plugin? http://osdoc.cogsci.nl/3.1/manual/mousetracking/ I think this might answer both your questions. Eduard
-
Hi Mengzhu, Can you upload your experiment? What you describe sounds a little weird. If the variable cannot be found, it shouldn't be written to the logfile. Eduard
-
Hi, Did you also press the "apply changes" button in the top right corner? Maybe the item is still defined in the "deleted items"? Overall, this does sound weird though. If it doesn't fix it, could you upload the experiment? Th…
-
Hi Rachel, Then I suspect Opensesame (or actually datamatrix) can't handle empty rows. Would you mind uploading your experiment and also the text file that you use to make the loop table? Thanks. Eduard
-
Hi, Would you mind giving more detail on that corsi block task? I don't know it, which makes it hard to help. Just describe important details of that design. Thnks, Eduard
-
Hi, Here a link to an explanation why this is. Basically, preparing things improves the timing of your stimuli. Sketchpads are always created in the prepare phase. That is, they are first called before all other items' run phases are called. So, i…
-
Hi Marios, Put the code in the prepare phase and you should be set :) Eduard
-
Hi Emilie, Honestly, I don't really know. I vaguely remember to have a read a similar discussion here on the forum a few months ago, but I can't happen to find it. Maybe you can give it a try? You can also try to play around with the order of rest…
-
Oh shit, sorry. Completely missed the point there. There is currently no plugin that I am aware of. The older ones probably don't really work any more with Opensesame. Can you share your code? I'm not sure but from what I remember, sliders are more …
-
If it has the same name as the older one that you uploaded, it won't work. If the current version of your script is different from the old one, try to rename the file and upload again. If that doesn't work either, just upload it somewhere (e.g. www.…
-
Hi Florence, Yes that is certainly possible. Have a look at this part of the documentation and start building your form from scratch. Basically you need two textfields (title and questions), three images (I think implemented by buttons?) , 5 more t…
-
Hi Sana, Add a variable to you loop table that sets the font size either to 50 or 100,e.g. fontSize (probably depending on a variable). In the sketchpad, you can then put the word wherever you want to have it, and select the script view in the top …
-
Hi Mengzhu, (Quote) If you try the same with a feedback item instead of a sketchpad does it work then? (The rationale why it could work is explained here: http://osdoc.cogsci.nl/3.1/manual/prepare-run/#sketchpad-and-feedback-items In general, what…
-
Hi Emilie, Have a look at the advances loop options: http://osdoc.cogsci.nl/3.1/manual/structure/loop/#pseudorandomization Hope this helps, Eduard
-
Hi Rachel, How is this text file structured? One sentence per row, all words in the same cell? Or do you have one word per cell and one sentence spans a couple of columns? Also, are the sentences all of the same length, i.e. Are there columns with …
-
Hi Gily, Try that: import random# First step define the stimulus list# define the stimuli, either by hand or in a different waypic_1 = ['class1_1.jpg','class1_2.jpg','class1_3.jpg']pic_2 = ['class2_1.jpg','class2_2.jpg','class2_3.jpg']letters = ['…
-
Hi Flo, It depends a lot on your experiment, i.e. what happens in between the tone was presented? If it is a purely auditory experiment it is really simple. You can either randomly choose a delay, or if it supposed to be quite systematically random…
-
Hi Alex, (Quote) If you set return_accepts to False the OK-button should work again. For some reasons they don't work together. Not sure whether this is desired behaviour or a bug (@sebastiaan?) (Quote) No easy way, but there are work arounds. If …
-
Hi, If you set the text_input to pop up at (0,0) it will always be in the top left corner. Especially, if you don't specify the dimension of your form. So, I recommend you have another look at the documentation: http://osdoc.cogsci.nl/3.1/manual/f…
-
Hi Josh, in the sketchpad item you can define the scale of an image in the top bar. Set this scale factor to some value smaller than 1 until you're happy. Good luck, Eduard!
-
Me again. I just looked at your experiment, and you have to add the logger to each of your experimental sequences (SUB1 and SUB2), only like that you can record every single trial. By the way, the inline_script_4 is unnecessary. Opensesame compute…
-
Hi Vatsal, What do you mean with "not logging critical variables accurately". Timing issues? Dropped responses? Can you give more detail on those variables and how you measure them? (I'll have a look at your experiment in the mean time) …
-
Hi Sara, Well, it is hard to say what happened there. What version of opensesame do you use? And which operating system? Can you upload your experiment? I can have a look, but you can also try to simplify your experiment step-by-step until it doesn…
-
You can try different backends. Which one do you use right now? Btw. the discussion here is rather old, which code did you use eventually? And did you have to tweak it? Eduard
-
Hi, Would you mind giving a little more detail on what this RNG task is exactly? Then we can help with an implementation. Eduard
-
Hi, To chime in a little, the easiest way to find out, is to compare the values of the two variables for the experiment for which both are present. If they are the same, you're good, I guess. Eduard
-
Hi Patricia, Could you upload your experiment? Eduard
-
Hi Florence, Did you get started with anything? If so, it'd be nice if you could share it (then I don't have to start from scratch). Also, please specify what kind of slider you would like to have. Eduard
-
Eva is right. To make it a little concrete, you can put an inline_script in your block sequence and put the following code in its run phase: # You need a variable that keeps track of the current trial count if var.trial_no > 5: # make sure that …
-
Hi Vatsal, It has been some time, sorry. Can you please summarize what the goal is, what we accomplished so far and what outstanding issues we have? Thanks, eduard