lvanderlinden
About
- Username
- lvanderlinden
- Joined
- Visits
- 1,619
- Last Active
- Roles
- Administrator
Comments
-
Hi @szaszkob , Do you want to run your study online or locally? If locally, perhaps you can have a look at the coroutine functionality? https://osdoc.cogsci.nl/3.3/manual/structure/coroutines/ If online, you will possibly have to use some lines …
-
Hi @nanabi , I'm afraid line wrapping indeed does not work for text displayed by sketchpad items in OSWeb (yet). (Am I right, @sebastiaan ?) As a work-around, could you try inserting break tabs (<br>) ? Cheers, Lotje
-
Hi @choql , Have you considered using a form_text_input item instead of a sketchpad - keyboard_response combination? https://osdoc.cogsci.nl/3.3/manual/forms/readymade/ When Sebastiaan wrote the student-number example, theform plugins were not…
-
Hi @trinhnguyen , Is it possible to upload your experiment here, so that we can have a look? Cheers, Lotje
-
Hi @Karin , Sounds like an interesting project! Perhaps the following link can help you getting started: https://datamatrix.cogsci.nl/0.12/eyelinkparser/#analyzing-pupil-size Cheers, Lotje
-
Hi @zohar , It sounds like you are drawing text rather than an image on top of your background. Instead of having a line such as this draw textline center=1 color=white font_bold=no font_family=serif font_italic=no font_size=32 html=yes show_if=al…
-
Hi @DahmSF and @Fab , Perhaps these (new) articles are also useful: https://osdoc.cogsci.nl/3.3/manual/javascript/about/ https://osdoc.cogsci.nl/3.3/manual/javascript/common/ Cheers, Lotje
-
Hi @DahmSF , It runs in OS, but not in the Browser. I noticed that in the block_loop, you wrote the extension of the images in lower case (e.g., "Folie9.jpg", whereas in the file pool the extensions are written in capitals (e.g. "Fo…
-
Hi @mibognar , Is there any way to get a loop item to use my script-made table/list and run through that? Yes, this is certainly possible. The loop item is available in inline_script items as a DataMatrix object called "dm". Actually, Op…
-
Hi @pinarke , Perhals @Daniel could have a look at you question? Cheers, Lotje
-
Hi @Fab , If you append a repeat_cycle item to the end of your trial_sequence and force it to repeat each cycle on which the response was incorrect, like so: https://forum.cogsci.nl/uploads/087/52JHIA6D89WB.png OpenSesame will first run all cyc…
-
Hi @wdhany and @Fab , By prepending an = character to variables that you use in the interface (rather than in an inline_script) you force OpenSesame to interpret it as Python code instead of OpenSesame syntax. Python code does work offline, but not…
-
Hi Stephan, Is it possible to upload your experiment here, so that we can have a look? Second question: What's the calculation of the response_time variable? In the data it appears not to be time_Resp - time_stim which is what i had expected. Th…
-
Hi @mark , Perhaps @Daniel could be of help here? Cheers, Lotje
-
Hi @SER and @Fab , I didn't read this thread entirely, but I was just wondering whether you are familiar with the repeat_cycle plugin: https://forum.cogsci.nl/uploads/274/CRDEM8C0HAY3.png Cheers, Lotje
-
Hi @hanlyang , In addition to @Fab 's response: If you more or less followed the IAT tutorial from the documentation website, and are mainly interested in this contract https://forum.cogsci.nl/uploads/414/3ANR55EV5Y90.png the most important column…
-
Hi @Vasileia_chr , Is it possible to upload your experiment here? Cheers, Lotje
-
Hi @Resilience_studies , I think you should: Put the duration of the sketchpad item to 0 instead of "keypress" Make the sketchpad follow immediately be a keyboard_response item Doing so does not mean that the sketchpad is presented for 0…
-
Hi @VJay , To show the statement instead of the category number, you should change the sketchpad content accordingly. Write [statement] instead of [category] https://forum.cogsci.nl/uploads/657/9N069KXNWH2H.png Hope this helps! Cheers, Lotje
-
Hi Vanessa, The error message comes from the fact that you have some empty rows in your block_loop item. You can remove them by selecting them (from row 7 to 12), right click, "remove 6 row(s.)" Note that in the above example, the catego…
-
Hi @Yeganeh , Would it be possible to share the experiment? Cheers, Lotje
-
Hi @Sarah , Did you make sure that the Python inline script is put in the Run_tab of an inline_script item that appears after the form_base item? If this doesn't solve the issue, could you upload your experiment here? Cheers, Lotje
-
Hi @marcoduerr , Isn't it simply a matter of setting the duration of the sketchpad to 0? If you make the sketchpad being followed immediately by a keyboard_response item, it will stay on screen until the participant presses a key, which sounds like…
-
Hi @jiro , Thanks for your interest in OpenSesame! :) First question: will you be running your experiment online or locally? Cheers, Lotje
-
Hi @Lorraine , Oops, I must have accidentally changed the duration of the sketchpad from 100 ms to 200 ms. So you could just change it back. Cheers, Lotje
-
Hi @ana555 , Will you be running your experiment online or locally? And do you have some example stimuli (of distractors, T1 and T2)? Cheers, Lotje
-
Hi @Lorraine , I think you should embed the letter string in an additional loop-sequence within the trial sequence and use the square-bracket method to define the current stimulus: https://forum.cogsci.nl/uploads/772/EYASTUG6RTLD.png Next, you …
-
Thanks so much for your contribution @carlhyde !
-
Good job, @Paula !
-
Ok @dqbertuzzi , good idea! :)