Fab
About
- Username
- Fab
- Joined
- Visits
- 2,594
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi @DTG, It looks as if somehow the task is picking up something else then the response to the dot, but it's difficult to pinppoint the problem without examining the task. I've done a quick simulation of your design and got it to work and produce RT…
-
Hi @DTG, It's a little diffult to answer without seeing the task. I'm not sure how you implemented the version without the co-coutine and how it compares with the version with it).. Can you specify which variable you are reading the response times …
-
Hi @egarcia, The problem relates to the settings of your system, not with the csv file. I opened the csv file on my computer and it appears correctly in Excel: https://forum.cogsci.nl/uploads/759/1GYVKH97NBIH.png Try opening the csv file in a basic …
-
Hi @FranHartung, It's difficult to tell what's going on without seeing the task. You might be inserting the shuffle commands in wrong place. These should be placed at the end of the loop's script, just before "run ... sequence". https://f…
-
Hola @egarcia, Are you reading these values in Excel? I wonder whether this may have to do with the regional settings on your computer, affecting the way Excel reads certain values. if you open the same file with a simple notepad or text editor, do …
-
Hi @Yuyanxue, This is puzzling. I have no experience with Prolific myself. I think that in online studies, the task running in the browser sends the data to JATOS at the end of the experiment, so I think that a connection failure at that precise tim…
-
Hi @mhairt, What do you mean by "play randomly"? Are you referring to the new_sampler? Purely randomly ? Quasi-randomly ? Fabrice.
-
Hi @Eslifkin23, It looks as if you're referring to code used in a "run if" parameter rather than within an actual inine_script object. In that context, the following should work: [count_Trial_Sequence]%20 == 20. Fabrice.
-
Hi @mhairt, To play a sound based on some condition, the simplest method is to condition the sound object to run using the "Run if" parameter of the sequence it forms part of. https://forum.cogsci.nl/uploads/562/FCOUAJ8CB4FV.png If you wa…
-
Hi @saidprof, I don't understand your question. What do you mean by eliminating the mouse? If you inserted a mouse event, simply delete it. or are you referring to something else? To the mouse cursor? In what context? On a sketchpad? On a form? More…
-
Hi Giudita @GSmith, If I understand correctly what you're trying ton achieve, I think you could achieve this by using nested loops. In the trial sequence, insert a loop with a single row but many cycles. Inside that loop, insert the sequence that de…
-
@Yuyanxue PS: I upload here the stripped down version of the task with the corrections above as well as corrections to the "occupation" form (so that now, selecting "Yes" deselects "No", and vice versa). https://forum.…
-
Hi @Yuyanxue, Your form is written in HTML. In that language, to make radio buttons mutually exclusive, you just need to give them the same name (but of course they'd keep different values). So, in the consentForm2 form, you currently use: <p sty…
-
Hi Matt @MDJ, You can achieve this using the "constrain" command described here: https://osdoc.cogsci.nl/3.3/manual/structure/loop/#generating-a-full-factorial-design Best, Fabrice.
-
Hi @Yuyanxue, I tried your task as a JATOS experiment while enabling the "make browser fullscreen" in Open Sesame and I could reproduce the problem you described. The inline_html doesn't appear as it should and does not take input. As @lva…
-
Hi @Yuyanxue, Sorry I didn't get to reply to your message dated back to January. Not sure why, I didn't spot it. I take the sound issue if now solved. Regarding your recent message and the full screen issue. I just ran a test setting OSWeb to full s…
-
Hi Elena (@egarcia), As far as I'm aware, no, there is no default image size. When you insert an image from the pool onto a sketchpad, by default it will appear with its actual size (scale=1), and you'd have to use the scale parameter to alter its s…
-
Hi @sarah_alexandra, You can indeed open two Open Sesame tasks simultaneously. Each will appear in its own window. To copy an element from one experiment to the other, click on the element you want to copy, then right-click and select Copy (unlinked…
-
Hi @sarah_alexandra, Glad I could help! Good luck with your experiment! Fabrice.
-
Ok, @sarah_alexandra 👍️ Incidentally, when replying in this forum, you can direct a message to a specific person by using their handle. For example, if you type @Fab, you'll see a pulldown menu appear where you can select my handle. If you use it, t…
-
Hi @mhilliard2, Try setting a condition in the "Break if" parameter of the loop. You probably have nested loops and so if you want the task to exit several loops at once, you could perhaps write code to set a stopnow variable to 1 when a a…
-
Hi @sarah_alexandra, Ok, now it's clearer to me where you get your time variable from. You get it from the definition of a get_click() event. You might want to call the time element timestamp or something, just to avoid potential problems as "t…
-
Hi @sarah_alexandra, I think the confusion comes from the fact that your sample the time variable instead of the response time associated with the mouse click object. As far as I know, the time variable simply refers to the internal clock time. It'l…
-
Hi @meganb_ire, If you want to randomize the x and y coordinates of an object on a sketchpad, you'll need two things: (1) some coding You'll need to program some code to generate random x and y values within certain ranges. This coding can be writt…
-
Hi @lexical, Please consult https://osdoc.cogsci.nl/3.3/manual/variables/ and the beginner's tutorial provided with the documentation: https://osdoc.cogsci.nl/3.3/tutorials/beginner/ Average variables concern the ensemble of responses collected in a…
-
Hi @Prisc, Printing to the console can be done in Python from an inline_script object or in Javascript from an inline_javascript object. By default, the console is visible in the lower part of OS: https://forum.cogsci.nl/uploads/586/198GOIHWEIUD.png…
-
Hi @norajml, Not sure why your video is not showing, but sometimes this can happen on some computers with some backends. Try changing your task's backend. It might help. As for collecting key responses during the presentation of a video, it can be d…
-
Hi @Prisc, Not sure what the Matlab scripts are for. Are you programming your tasks in Open Sesame or in Matlab? I can't try running your stop signal task as the pictures are missing, but a first sight, there is at least one thing that caught my eye…
-
Hi @meganb_ire, Not all features of OS run in OSWeb, and sometimes problems can arise even if the compatibility check detects no issue. It is typically related to something in the task that creates some problem when the script runs in Javascript in …
-
Hi @Prisc, It sounds like you're having trouble with a number of independent issues. Could you upload the actual task to the forum (not the script as a PDF)? It'd be easier for someone to take a look. from your description, it sounds as if you've cr…