jatos.submitResultData(resultJson, jatos.startComponentByPos(component_position));
jatos.submitResultData(resultJson, jatos.startComponentByPos(22));
And sometimes the data is saved to the wrong component. Below is an example where the data from the component before the first jump to the randomly-selected version/component was saved to the next component (the randomly selected one):
I would normally assume that I've done something wrong in the code, however the very strange thing is that the data saves correctly on my local JATOS. TSo far this problem has only happened when doing the task with the JATOS running on our server, and this problem has occurred every time we've tested it on the server. Here is an example of the data saving correctly in my local JATOS:
So I'm very confused about what is going on here. Any ideas?!
Thanks,
Becky
--
You received this message because you are subscribed to the Google Groups "JATOS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jatos+un...@googlegroups.com.
To post to this group, send email to ja...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jatos/0b7c19d8-25a4-4caa-bb13-2f6a4ae9c339%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
jatos.startNextComponent
jatos.startComponentByPos(component_position)