lvanderlinden
About
- Username
- lvanderlinden
- Joined
- Visits
- 1,619
- Last Active
- Roles
- Administrator
Comments
-
Hi @MariaKnight , Thanks for your interest in OpenSesame and welcome to the forum! :) Regarding Question 3: Are you running your experiment locally or online? If locally, it sounds like you need a text_input_form item. If online, perhaps the follow…
-
Hi @maizaiz , You can achieve this by using a break-if statement. Are you running your script locally or online? If locally, you can do the following: Initialize a variable that will keep track of the number of consecutive errors in you block_sequ…
-
Please see this answer: https://forum.cogsci.nl/discussion/6946/lengthy-data-in-sketchpad#latest
-
Hi @Shreya , It seems simplest to divide your text into two sketchpad, and ask participants to press a button if they want to read the second part of the text (i.e. advance to the next sketchpad). Then, the "Ok button" that you are refer…
-
Hi @Lara94 , Thanks for your interest in OpenSesame and welcome to the forum! There are several threads on the forum that dealt with this question before. For example: https://forum.cogsci.nl/index.php?p=/discussion/2684/advance-only-to-the-next-it…
-
Hi @Stroller , With Python inline script, you could do the following: Append a Python inline_script item to the beginning of your trial_sequence and put something like the following in its Prepare tab (see comments for further explanation): # Impo…
-
Hi @Lumac , Does the "continuous rating" example posted here help? https://forum.cogsci.nl/discussion/6755/templates-for-online-questionnaires Cheers, Lotje
-
Hi @Lumac , Are you running your experiment online or locally? Cheers, Lotje
-
Hi @DK21 , Ok, good to hear that you are not running the study online. ;-) Could you upload the script of what you programmed so far (by clicking the paperclip icon)? Then I can give it a thought. Cheers, Lotje
-
Hi @DDD , Does the answer to your other question help? https://forum.cogsci.nl/discussion/6934/why-is-it-that-when-i-click-quick-run-it-works-but-when-i-click-run-in-browser-it-gets-an-error#latest Just let us know if you get the Break-if stateme…
-
Hi @DK21 , Are you running your experiment locally or online? It will currently play but will only go to the next stage of the experiment when the song has finished. Indeed, OpenSesame runs the items in sequences in a sequential way. Therefore, w…
-
Hi @Monydg , Just checking, are you exclusively using Expyriment (the category in which you placed this post), or are you looking for a more general answer (on how to do this in OpenSesame)? Cheers, Lotje
-
Hi @DDD , Python inline_script items are not supported in OSWeb, the OpenSesame extension for running experiments online: https://osdoc.cogsci.nl/3.3/manual/osweb/osweb/#supported-functionality Instead, you could using inline_javascript items. …
-
Hi @Marijo1606 , Any ideas on how to run them on tablets? I know of the online option through Jatos and maybe that is our best scenario... Yes, I think using OSWeb is indeed the best option. Am I right, @sebastiaan , @eduard ? Cheers, Lotje
-
Hi @Rrob First of all, I noticed a mistake in my previous code where I define the list of models. The last item in this list is not preceded by the letter indicating the gender. # Make a list of all six models: list_models = ["f_01", &q…
-
Hi @marbh Instead of distributing two different experiments, I think you could also do the following: Show your participants an initial question (e.g. with a sketchpad item and/or a sampler item) and ask them to indicate whether they want the ins…
-
See also here: https://forum.cogsci.nl/discussion/1610/open-escape-key
-
Hi @Carlosvandango , Escape should not immediately stop the experiment. Instead, it will ask for confirmation by a 'q' press, right? I guess it will be tricky/ near impossible to change the function of the Esc button... Am I right, @sebastiaan ? …
-
I uploaded an example script. (Because I don't have the images, I temporarily replaced the images with the file name in the sketchpad item "Divided".) https://forum.cogsci.nl/uploads/833/BHNL0KDMAO0Z.osexp Let me know whether this gives…
-
Hi @Rrob, I think you could do the following: Append an inline_script item to the beginning of your dividedID_sequence where you will define the current list of trials (in the Prepare tab) like so (see comments for explanations): # Prepare the list…
-
Hi @Stroller , ok, great! Let us know if you want to go for the inline-script option.
-
Ahh, great to hear @OmerBirka !
-
Hi @DavKzo , Good question! Can you help out @sebastiaan ? Cheers, Lotje
-
Hi @Stroller, Thanks for your interest in OpenSesame and in the tutorials, and welcome to the forum! :) If you exclusively want to use the graphical user interface, I think you could do the following: Append a nested loop-sequence structure to you…
-
Hi @anabatista , You are right that you will need use some Run-if statements to make sure that the second question is only shown (and the second response is only collected) if participants indicated that they recognized the current word as "pr…
-
Closed as a duplicate of https://forum.cogsci.nl/discussion/6921/tutorial-issues-with-uploading-images-sound#latest
-
Hi @pellytan , Thanks for your interest in OpenSesame and welcome to the forum. (Please post your questions only once, otherwise the forum becomes too messy...) Sorry to hear that you get stuck at Step 4. Could you let us know which operating syst…
-
Hi @Rrob, Yes, this is certainly possible, but will indeed require some inline coding. Before getting into this, could you let us know whether you plan to run your study online or locally? Cheers, Lotje
-
Hi @meto , great to hear! :)
-
Hi @OmerBirka , I think what you are describing is related to this bug: https://forum.cogsci.nl/discussion/6889/bug-osweb-1-3-12-skips-a-loop-if-there-is-only-one-cycle-in-it#latest The colleagues for whom the experiment does run correctly might ha…