@kinleyid Nice!
I've thinking about how to try and facilitate sharing this kind of work in the #jsPsych community. I'd be curious for your thoughts on this proposal: https://github.com/jspsych/shareable-timelines-draft
And the first draft demo:
https://github.com/jspsych/shareable-timelines-draft/blob/main/src/index.ts
https://github.com/jspsych/shareable-timelines-draft/blob/main/example/index.html
First time using canvas with #jspsych
Mocking up a demo of Hyman (1953) for my cognitive psych OER.
For the past few weeks I've been working on building a service that connects online experiments to the OSF, so that data are automatically sent to the OSF and you don't need a server to run experiments.
It's almost ready, and I'm looking for a few people who would be willing to try it out for real and provide feedback. Volunteers must be willing to tolerate bugs and such. If this goes smoothly then it should be ready for a wider launch in January.
If you're interested get in touch!
Added a new feature today to my work-in-progress data pipe system for online experiments.
In addition to allowing data to be posted to the OSF, I've also implemented a basic condition assignment feature. You can set the number of conditions in an experiment, and then make GET requests against the API to get the current condition value. After each request the condition cycles to the next value. This should help with balanced random assignment without needing to run a backend 🎉