Add an option to jsPsych.simulate() to accept a complete data object (e.g., jsPsych.data.get()) from a run of the same experiment and replay the behavior in visual mode.
For experiments with randomization, this would require some method of recreating the same randomized sequence. Generating a more accurate playback would also require collecting more data in some plugins, like the timing of particular form entries. Getting to the point of being able to generate very accurate playbacks could be a way to identify useful directions to move in development.
Add an option to
jsPsych.simulate()to accept a complete data object (e.g.,jsPsych.data.get()) from a run of the same experiment and replay the behavior in visual mode.For experiments with randomization, this would require some method of recreating the same randomized sequence. Generating a more accurate playback would also require collecting more data in some plugins, like the timing of particular form entries. Getting to the point of being able to generate very accurate playbacks could be a way to identify useful directions to move in development.