JelleStudentRug
About
- Username
- JelleStudentRug
- Joined
- Visits
- 44
- Last Active
- Roles
- Member
Comments
-
Hi, I am also experiencing this issue again. It seems to happen specifically when I try to use undo (ctrl z). @sebastiaan , do you think the issue has the same source as before?
-
Hi @SullivanFontesse , I had a similar issue, but I have worked around it by implementing whatever was in Qualtrics in my OSWeb study (I only had to implement the consent form, demographic data can be imported through the prolific IDs). Depending o…
-
I just tested it, and it works. Thanks a lot!
-
I contacted the helpdesk and they referred my question through to the IT department, although with the holiday season they don't expect an answer anytime soon. But they too suspected that the server had run out of disk space. Either way, I have acce…
-
Sorry for spamming the forum with questions and finding the answers myself later. The JATOS server I was working on was situated in a subdomain of the main site, /j I had to change this in the .html file that the OSWeb zip file includes, by unzippin…
-
I've got the experiment to work locally in my browser, and on the JATOS test server of CogSci. I have been given access to a new JATOS server (I was using the server of a different faculty and now have been given access to my own faculty's server), …
-
Hi Sebastiaan, I have another, rather large experiment, with many items and unfortunately the same issue again. Has this since been resolved? Or is there a way to turn off preloading? Many thanks! Jelle
-
If you are using .wav files, it may help to convert these to .ogg files (compressed audio files that take less space than the uncompressed .wav)
-
I have tried the conditional with plain numbers and now it does work. I had a conditional of [Item]=="t2" Which caused the error. I'm not sure if it should have been single ' 's, or if it does not work with word variables, so I changed the…
-
Thanks for your quick reply! I tried to attach the experiment here, but I got a 413 code (probably too big of a file). I've uploaded it to google drive, and it can be found through this link: https://drive.google.com/file/d/1qRJlNJ8Nli4b6pEpkh0KX60…
-
Dear Kristian, Thanks for your quick response. I found the setting and it is automatically disabled, so I will try and see if this fixes the issue. I will ask my colleague specifically what kind of errors the participants got (also if there were di…
-
Dear Mikael, Just to add, you could also consider creating a web-based experiment with OSWeb, and use mouse_response as your input; users on computers can use their mouse, and users with tablets can just tap on the screen. You would have to use jav…
-
Dear Daniel & Sebastiaan, I found the issue when reading a different thread! I had multiple linked loggers in the overall experiment_sequence, because I was using loops that could potentially loop multiple times, when participants would want to…
-
Dear Daniel, Thanks for your reply! I've attached another version of the experiment that does work offline, but also not on OSWeb. I hope this helps. https://forum.cogsci.nl/uploads/069/4IGJG7F6XQV6.osexp (I did shorten the audio files in the train…
-
I'm sorry if I'm spamming my own thread, I just can't seem to find an edit option for comments / posts. I should add that the error I get from my console is twofold; I thought it was only one error being presented twice, but upon closer inspection, …
-
Hi Sebastiaan, That's exactly what it is! Sorry, I should have been more elaborate in my post about what exactly I was experiencing with the programme. I've thought about it for a second and I could probably use a google forms before the experiment …
-
p.s. using chrome version 83.0.4103.116, I got the error code from the console (f12)
-
I'm not sure if your comment was also about the RUG servers, I have contacted someone at the Instrumentatiedienst to ask about the error. Hopefully it's just a server-side thing that can be fixed easily.
-
Dear Marita (and others), I have the same issue. I'm logged in to the JATOS server at the university of groningen, and after going to 10 or so different pages, I will get similar messages asking to log in, even though on the top right I can clearly…
-
Hi there I've been working with online experiments for a bit now and I think that you are right, in that worker ID's are assigned to any participants (even those who do not finish it). You could always include a bit of javascript in the beginning th…
-
Hi Sebastiaan I indeed could not work with a keyboard object, but I managed to get the inline javascript to set the 'correct' variable to 1 or 0, depending on the set of correct responses that had been declared beforehand in the trial sequence by an…
-
Hi! I am trying to implement multiple correct responses (for the modified wisconsin card sorting task) on the online version (OSWeb) that only uses javascripts. Is it possible to run an inline_javascript instead of the keyboard_response that allows…