Josh de Leeuw
Josh de Leeuw
The configuration page in the docs references installation issues with `canvas`, which are now fixed. We can remove this piece. The info boxes are also not displaying correctly. @jadeddelta or...
Currently when an `HTMLElement` becomes jsPsych's display element, the following structure is created (assuming the display element is a div): ``` /* plugins dump stuff here */ ``` I don't...
If a page gets reloaded during an experiment, recover to that point in the experiment. Likely requires hooking into `localStorage` and maintaining experiment state/data.