UiL-OTS-labs / jspsych-uil-utils

A small set of utilities that can be reused throughout jsPsych style experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uil.saveJson() is trying to save an undefined variable

maartenuni opened this issue · comments

When offline, saveJson() saves an initialized json string. When copying much of saveData to the newer saveJson some of the old data variable weren't updated to json in the new function, therefore the old data variable is undefined.