lvanderlinden
About
- Username
- lvanderlinden
- Joined
- Visits
- 1,618
- Last Active
- Roles
- Administrator
Comments
-
Hi @sarah_alexandra , I guess you could just reverse the logic like so, right? INCLUDE = ['response_time', 'correct'] log.write_vars([log_var for log_var in var.inspect() if log_var in INCLUDE]) Cheers, Lotje
-
Hi @morelia , If you could upload your experiment here I'm sure we can find out what's the matter. Cheers, Lotje
-
Hi @Vivver , Perhaps the shuffle_hor function can be of help: https://osdoc.cogsci.nl/3.3/manual/structure/loop/#shuffle_horiz Does this answer your question? Cheers, Lotje
-
Hi @Pari , Could you send us your experiment so far, so that we can take a look? In general, you could: Use the regions-of-interest functionality to determine which item was selected: https://osdoc.cogsci.nl/3.3/manual/response/mouse/#coordinates…
-
Hi Elena, In JavaScript variable names should be preceded by vars. (e.g. vars.response) rather than var. Cheers, Lotje
-
Hi Elena, If you are using inline code you'll have to translate your Python code to JavaScript in order for your experiment in the browser. In order to run this code you'll need an inline_javascript item rather than an inline_script. Just let us k…
-
Great!! :)
-
Hi @mgade , I tried to clean up the experiment by using *linked* copies of as many items as possible, because having *unlinked* copies or doing the same work multiple times is not very good practice (and error prone). Also, I put the questions of t…
-
Hi Ipek, To me it looks like the JATOS output is correct, whereas in the offline output the column separation did not work properly. This is because response times should by definition be round numbers, without decimals. (They are in ms.) The commas…
-
HI @mgade , O, I see what you mean! The structure seems overly complex! ;) What is it that you want to achieve with all those nested pairs of loop and sequence items? Is it just to counter balance the order of the written-word and the tone block…
-
Hi @stoney , I took me a while to figure this one out, but the problem comes from the constraint that you are putting in your loop item that is called "experimental loop": constrain item_type maxrep=2 Apparently, it is (nearly) impossi…
-
Hi @mgade , I noticed that you have some sequence items within other sequence items. You should, however, always wrap a loop item around a sequence item (except for the one called 'experiment' at the very top of the overview area. Could you try …
-
Hi @Ruya , Ok, great to hear! Good luck with your research! Cheers, Lotje
-
Hi Ruya, The aforementioned thread was a bit outdated. I attached an example on how to check if all questions are answered in the attached script. Do you think you'll be able to make a similar modification for the MC block? Cheers, Lotje https://…
-
Hi @Ruya , This (rather old) thread might be of help: https://forum.cogsci.nl/discussion/359/solved-form-rating-scale-question If this doesn't answer your question, could you please upload your script here so that we can have a closer look? Chee…
-
Hi @michedini , Thanks for your interest in OpenSesame and welcome to the forum. I would advise you to have a look at our tutorials to get a grasp on how OpenSesame works, and especially how you can build a typical experimental hierarchy with block…
-
Hi @fcosta00 , I'm afraid that we need some more specific information. How did you measure "the letter"? Just note that pixels only refer to the height (not the width) of the letters and that most fonts (and also the QFont class that Ope…
-
Hi @m.vel , See our response here: https://forum.cogsci.nl/discussion/8311/opensesame-update-3-3-14-and-browsers#latest Cheers, Lotje
-
Hi @mhilliard2 , Good job adapting the example script to your own design! The box that the participant clicked is stored in the variable 'clicked_response'. To determine whether a response was correct or not: At the beginning of the trial, define…
-
Hi @m.vel , I would just try to update and see whether this solves the Safara issue. The only reason for not updating would be when you are already halfway running an experiment on real participants (in which case it seems more valid to first finis…
-
Hi @sarah_alexandra , I guess @eduard already answered your question here, right? https://forum.cogsci.nl/discussion/8299/typeerror-cannot-unpack-non-iterable-nonetype-object#latest Cheers, Lotje
-
Hi @fcosta00 , The above line of code indeed returns the font size in pixels. For most fonts, font size refers to the height of the 'x' character. To, in turn, convert pixels to degrees of freedom (and, in turn, minutes of arc), see for example her…
-
Hi @Pikachu , If the file is too large could you perhaps use something like WeTransfer? Cheers, Lotje
-
Hi @research_cat_10 , This was a bit of a tricky one, but the problem lies in the fact that you are using 'pitch' as a variable name, whereas 'pitch' already is a built-in variable for the sampler item. So if you simply re-name the variable to som…
-
Hi @sarah_alexandra , Is it not possible to update the lab version of the lab? If not, could you upload your experiment here, so that we can find a work-around? For example by converting the float variables to strings before saving them? Cheers, …
-
Ah, that makes sense! Thanks for letting us know!
-
Hi @mhilliard2 , Unfortunately, form_base items nor linking sketchpad items to mouse_response items are supported in OSWeb. See: https://osdoc.cogsci.nl/3.3/manual/osweb/osweb/#supported-functionality The following video explains how to use reg…
-
Hi @ethanweed , This is because you are using sketchpad items, which are prepared in the prepare phase of your experiment. At this point, the x and y positions of the (first) mouse click do not yet exist. When using feedback items instead (which…
-
Hi @fotisfotiadis , I think by building in the following safety check the issue should disappear. Could you try? (See comments for details.) while True: # Use position instead of (x,y): # Set a (very low) timeout button, position, time…
-
Hi @reichardtr , Could you update your experiment here, so that we can take a look? Cheers, Lotje