FelixHenninger / lab.js

Online research made easy
https://lab.js.org/
Other
245 stars 109 forks source link

Keep the session of the experiment and restore it on reload #227

Open Kodzhabashev opened 7 months ago

Kodzhabashev commented 7 months ago

I am developing a plugin for our system where I would like to use Lab.js.

So far I am able to load a json saved from the builder and run the experiment in our system and handle automatically all the data save.

I would like to find a way to keep the state of the experiment. If the experiment is too big sometimes our participants want to be able to stop and later continue from where they stopped.

I tried to load the the data and the state in a study but once I run the study it always starts from scratch.

I tried to find some info in the documentation if it is possible but I could not find anything.

Maybe if it is not possible I can fork the project and expand it myself if some little guidance is provided?

Kodzhabashev commented 7 months ago

@FelixHenninger any idea how can I achieve that?