penguin
About
- Username
- penguin
- Joined
- Visits
- 38
- Last Active
- Roles
- Member
Comments
-
I was thinking the same and today the student wrote to me that she tried it again on a third device and it finally worked. So probably she forgot to copy some part of the link when trying the first two times. It's just good to know that nothing inhe…
-
Great, now it is working. Thanks a lot! Best, Anne
-
Hello Kristian, thanks for your detailed response. I wanted to implement it but have a very stupid question now: where will I find the jatos.js-file? I assumed it would be in my local jatos installation but did not succeed to find it there and also …
-
Hi Elisa, thanks for your answer. I have difficulties implementing the code you suggested and hope that you can help. I can either implement the AbortButton as suggested above timeline: timeline, on_trial_start: jatos.addAbortButton, on_…
-
Hi, thanks for your contributions to this topic. I am also using jspsych and I would like to implement a combination of the jatos.abortStudy-function and the jatos.startLastComponent function. The idea is, that participants should see a button where…
-
Thanks for your answer, this really helped to clearify a few things! Anne
-
Hi, I have a question which is closely related to the one already asked: I first tried to upload a new version of the experiment already running because I didn't want it to interrupt. However, if I understand your answer correctly, the data which w…
-
I figured out that my problem is not related to where I define the timeline. As posted above, I called jatos.studyJsonInput after jatos.onLoad and the timeline is called in the jsPsych.init-function which is nested in the jatos.onLoad-function. The…
-
Hi there, I need your help again. When I just defined one global variable in the Jatos UI, it worked fine. However, I now defined two variables and this leads to problems and in the experiment these variables seem to be not defined. Here is the cod…
-
Thanks for your answers, I used the JSON Input in the Jatos UI for my purpose and it works. However, as I have some code for the audio set up which is "outside" the jatos.onload-function, I am not able to do it for all the variables but I …
-
Dear Elisa, thanks for your quick reply and the link to the example study. I will try out the code!