lvanderlinden
About
- Username
- lvanderlinden
- Joined
- Visits
- 1,619
- Last Active
- Roles
- Administrator
Comments
-
Thank you so much for sharing @dockasaurusrex !
-
Hi @agmitchell , Ahh, great! I think an alternative would have been to use your own code again, where you were checking for both "space" and "SPACE". (Perhaps it had something to do with the capitalization...) Cheers, Lotje
-
Hi @JasperdeWaard , Indeed, rotating images is unfortunately not supported in OSWeb yet. https://osdoc.cogsci.nl/3.3/manual/osweb/osweb/#supported-functionality Cheers, Lotje
-
Hi @rozemun , I want to use this recommendation: 'set visible true' in the inline script but every time I add any code into the inline script it doesn't save and when I click somewhere else and come back to the inline script the change isn't implem…
-
Hi @KerAnn , Are you running your experiment online or locally? Also, when does a trial end? You say that participants can press space bar for a countless number of times, but I assume that there is some type of timeout then? Cheers, Lotje
-
Thank you so much for sharing, @TOS21! Hope everything works as desired with the full stimulus list! And for determining the correct status of the participant's response (is that what you are referring to?) both methods that you were suggesting shou…
-
Hi @VictorVarela , Unfortunately, the "resume-after" option is not supported in OSWeb yet. (So there's no problem with your break-if statement itself.) Is it absolutely necessary for your experiment to have the breaks? And for the trials…
-
Hi @VictorVarela Break-if statements should work in (the latest versions of) OSWeb. Could you share your experiment by another medium, such as pastebin, so that we can have a closer look? To paste the experimental code, you can click the very firs…
-
Hi Sanne, Herewith the experiment I tried to upload to show how to implement a grid of possible target locations. https://forum.cogsci.nl/uploads/155/3UG03M9401GP.osexp
-
https://forum.cogsci.nl/uploads/661/9NLNAK76P38Y.osexp Hi @SRayPsy1 , If the correct response on a no-go trial is to not press any key, the value of the variable correct_response should be set to None. Also, in a no-go task, the duration of the key…
-
Hi @DavKzo , I believe I've heard about this issue before, but I thought it was solved recently. (I can't reproduce it on my system.) Did you update to the latest versions of OpenSesame/OSWeb? If this doesn't solve the issue, perhaps it helps if y…
-
Hi Amy, Welcome to the forum. Sorry to say this, but can we please keep the forum professional by not starting discussions with "HELP" etc.? (I edited the title.) Unfortunately, I don't know the answer to your question. If you can't cha…
-
Hi @sannee, I know that everything below the regex works for numbers on the keyboard If you are certain about this (I can't get my head around of the code so quickly), then the problem is probably that after the regex operation, you are continuing…
-
Hi @Sannee , Regarding question 1: this indeed sounds like it has to do with OpenSesame's prepare-run strategy. Is it possible to upload your experiment? Regarding question 2: perhaps the built-in variables width and height can be of use? To print…
-
Hi @maryam_omranian , If you could ask your participant to click the console tab (see attached figure) and then copy the corresponding message, perhaps @sebastiaan could be of help. https://forum.cogsci.nl/uploads/841/NA5FAFBEVSNS.png Good luck!…
-
Hi @Sannee , If you are sure that the prefix is always "num_", you could use the strip() method: stripped_var = raw_input.strip("num_") Where raw_input is the raw input from the num pad. Does this help? Cheers, Lotje
-
Perhaps @Daniel or @sebastiaan can be of help here?
-
Hi @hulya, Yes, logging only the necessary variables instead of everything sounds like a good idea in this case. Cheers, Lotje
-
Hi @mjj , You could set the duration of the video to "sound" instead of "keypress". Cheers, Lotje
-
Hi Albert, I can't really get my head around the design of your experiment. Could you upload it here? Perhaps that clears things up. Best, Lotje
-
Hi @maryam_omranian , I'm sorry to hear that some of your participants are not able to run the study. But without an error message I can't help you finding the problem. Perhaps you could ask one of your participants to press Control-Shift-I and cop…
-
Hi @dalitmil , I don't think you necessarily need an inline script. You can ask participants for their gender with a form_mutliple_choice item at the very beginning of your experiment. Next, you could use Run-if statements to determine which part o…
-
Hi @maryam_omranian , Can you reproduce the problem on your own system? If you press Ctr+Shift+I, do you see any error message written to the console? Cheers, Lotje
-
In very glad to hear, Maryam! 😊
-
Please see: https://forum.cogsci.nl/discussion/6786/correct-response-and-response-time-are-undefined#latest
-
Hi @maryam_omranian and @mfp49 , In addition to our advice about the timeout, I believe you should also reverse the order of the sketchpad items "stim" and "ISI". (See my previous post.) Also, can we please merge these discuss…
-
Hi @maryam_omranian , Firstly, please note that my name is Lotje, not Ivan. ;-) I can't reproduce your problem. If I press space on all trials, the column "response" correctly contains the variable "space". (I used the latest v…
-
Hi @maryam_omranian , Are you testing on your computer or in the browser? Cheers, Lotje
-
Hi @maryam_omranian , You set the timeout to 500 ms but you probably took longer than 500 ms to respond on the red-square trials. Therefore, no keypresses were recorded and the response value was always None. If you increase the timeout, the probl…
-
Hi @mfp49 , Response time is always 0 because you set the timeout of the keyboard_response item to 0. Therefore, the participant doesn't get any chance to respond (and response_time is always equal to 0). If you increase the timeout to something mo…