kri
About
- Username
- kri
- Joined
- Visits
- 1,176
- Last Active
- Roles
- Moderator
Comments
-
Hi! You solved it already. Nice. I just want to say, for future readers, that the batch session works independent of the study link/worker type. Therefore you can use it with every type or even combination of them. Best Kristian
-
The easiest is probably according to your description to put the survey into its own JATOS component. I cannot go into details but it's described in JATOS' documentation under "Write your study", especially: https://www.jatos.org/Write-yo…
-
Hi Leo, I'm not an expert in OSWeb/OpenSesame, but I know some things about JATOS. If you intend to run your experiment on JATOS, you can divide it into several components in JATOS. Each component is basically its own webpage and this would allow yo…
-
I tried survey.js once and found it rather easy to use, but of course you need to know your way around JavaScript and JATOS. But if you know, then it's just getting the results from survey.js in the end and send them to JATOS. Best Kristian
-
Hi SpacePenguins, JATOS determines the identity of a study by its study ID. The straight forward method to achieve what you want is to clone your study (study page -> More -> Clone). This way your study gets a new study ID and is considered as…
-
You develop your study on Windows, aren't you? Windows isn't very strict with letters and capitalization. But Mindprobe-JATOS runs on Linux and there it is. Your filename spelling must be precisely the same in your file system and the code. // defi…
-
Hi Ines, Your file structure and the relative path you are using seem to be fine. But I could have a closer look if you agree. Can you share your study with me? The easiest would be to add user 'admin' as a member of your study. But if your study co…
-
Hi, Preloading of images should work the same way as normal loading. But maybe jsPsych does something with the URL path it uses to open the file. Where are those image files stored? What is the file structure of your experiment? Best K
-
Hi! Please write me your email and name in personal message and I can give you an account. K
-
Hi Craig! Nice you found the error and thanks for posting your results! Best Kristian
-
That looks good. In your log messages this one means that the browser cannot establish a WebSocket connection to your server during a study run: WebSocket connection to 'wss://***' failed What makes it a bit weird is that the WebSocket test shows a…
-
Hi! I'm not sure I understand your experiment. First, when you are talking about 'components', are you talking about JATOS components or something else? Then I had a glimpse at your code and saw jatos.startStudyComponent. This function does not exis…
-
It'd say it depends. So, if you run your experiment both times (online and local) on JATOS with the same code the big difference is the lag caused by the internet when you transfer data with the JATOS server. And here it depends on your experiment d…
-
Hi! To get the browser into fullscreen mode you'd usually use Element.requestFullscreen(). Did you try this already? Best, Kristian
-
Hi Craig, Do you have access to JATOS' administration page (only JATOS admins have)? It's under http://my-IP-or-domain/jatos/admin. Can you click the Tests button and check that all tests show an 'OK'. Especially the WebSocket one is important for t…
-
Hi! Yes, it's still the same. Best K
-
Hi! I'm a little bit at a loss: to which data file are you referring? Another thing: your JATOS version is pretty old and it would make sense to update the latest one. Best, Kristian
-
Hi, I'd recommend to test your experiment online with a slow network to be sure that your increased load doesn't harm the speed. An easy way to do this is with your browser's developer tools / throttle network. Best, Kristian
-
Have you tried the latest version of JATOS. There was a bug in a recent version removing line breaks and it was fixed. Best Kristian
-
Hi Coralie, There can be many reasons why this is happening. But the first thing that comes into my mind is, that the participants just clicked on the link to see what this is about and then never actually worked on the study, closed the tab right a…
-
Hi Kerwin, That shouldn't cause any trouble. Best, Kristian
-
I have to admit that my knowledge about Windows is only rudimentary. I usually only use it to test JATOS :). At first loader.bat couldn't be run and I got a blue message saying the app had been blocked by my system administrator. You might be right…
-
Hi! I just tried it and it worked. I used 3.8.4 bundled with Java. https://forum.cogsci.nl/uploads/964/VARTPA5WYISF.png What are your permission errors when you run the loader.bat? There shouldn't be any errors and JATOS does not need administrator …
-
Hi Marko, I always wanted to do it for PsychoPy but never had the time. I'm sure it will work but might need some tweaking. I'm looking forward to your experience sharing. Best, Kristian
-
Hi Marko, That can explain the behavior. But do you want to run your JATOS on port 9000? Usually port 80 is the port for web applications. And since you have an Apache running anyway you could map port 9000 to 80 there. Just an idea. Glad he found a…
-
Hi Craig, Yes, your old links that you handed out to your participants (e.g. https://my.jatos.server/publix/1/start?batchId=1&personalSingleWorkerId=123) will still work; They will be translated internally by JATOS into the new format (e.g. http…
-
Hi Marko, I'm a bit hesitant to give you more help here because it seems you are not familiar with a Linux terminal. You have to figure out how to bind a server running on localhost, port 9000, to an IP address or domain. JATOS can not do this for y…
-
Ah wait, the error page comes from Apache. How did you configure Apache to forward all traffic to JATOS?
-
Hi Marko, Everything you did looks fine to me. Are you sure about the URL? And are there any errors on jatos/logs/application.log? Best, Kristian
-
Hi Jana, I doubt that this issue is a JATOS one. Your error msg "Application Error: TypeError: cannot use 'in' operator to search ..." puts it more in the JavaScript/browser side and there, since it only happens with OpenSesame components,…