You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like only minimal changes are needed to make primate also compatible with JATOS.
For example,
jatos.submitResultData(resultJson); seems compatible with primate.metric(), although I think JATOS expects one big upload at the end of the experiment, rather than after each trial, so that would need to be looked at.
jatos.onLoad() → primate.ready()
The JATOS API is quite extensive, but I don't think it's necessary to wrap all of it's features.
It seems like only minimal changes are needed to make primate also compatible with JATOS.
For example,
jatos.submitResultData(resultJson);
seems compatible withprimate.metric()
, although I think JATOS expects one big upload at the end of the experiment, rather than after each trial, so that would need to be looked at.jatos.onLoad()
→primate.ready()
The JATOS API is quite extensive, but I don't think it's necessary to wrap all of it's features.
Links:
The text was updated successfully, but these errors were encountered: