-
The advanced configuration page for Cognition experiments says the following about how participants are assigned to different conditions: “If you specify a number of conditions greater than 1, then Cognition will attempt to assign new participants to conditions to keep them all with equal N.” I have a few questions about how this works that I don’t think have been answered in previous discussions.
And while I’m here, I might as well ask these two general questions about Cognition that I’ve been meaning to post for a while:
Thanks as always to @javidalpe and the rest of the Cognition team for their awesome work on this platform! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
This is kind of a hacky solution, but I think it will work. On your final trial of the experiment, you can probably render content on the screen in the var last_trial = {
type: 'whatever',
on_finish: () => {
jsPsych.getDisplayElement().innerHTML = '<p>Thanks! Uploading data to server.</p>'
}
} |
Beta Was this translation helpful? Give feedback.
-
Great questions @fzenk !
|
Beta Was this translation helpful? Give feedback.
Great questions @fzenk !
condition
to the task url. For example: https://blablabla.cognition.run/?condition=3 You will need a different task if you want to have a fixed condition.Accepting participants
. There is no way of automate it. But this is a great feature request! Should we count both unfinished and finished, or just finished? What should cognition do if limit is set to 3 and 5 participants are fini…