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
Where would it make sense to embed turk.submit() to submit the HIT to MTurk?
Possibly in the nextPage() function in Trial.js, see line 60 here
Is this axios.get() request actually being used? Not sure how the app could be hosted on stanford-cogsci.org but making this request successfully to cogtoolslab.org
Can we confirm that we are actually not using app.js inside server?
turk.submit()
to submit the HIT to MTurk?Possibly in the
nextPage()
function inTrial.js
, see line 60 hereaxios.get()
request actually being used? Not sure how the app could be hosted on stanford-cogsci.org but making this request successfully to cogtoolslab.orgapp.js
insideserver
?cogtoolslab.org
hard coded is [here] (https://github.com/cogtoolslab/gallerize/blob/master/src/components/SingleCard.js#L219) ... are we using this?The text was updated successfully, but these errors were encountered: