Nick
Nick
After looking again at the jatos.js code, it seems risky to call onLoad if the batch channel hasn't received the version value — at least if a task relies on...
@jodeleeuw @bjoluc My code that worked in 6.x/7.x populated certain timeline variables with function values in order to defer evaluation until the trial is about to run. The reason for...
@bjoluc Thanks for the information! Not sure if I read the code correctly, but it looks like the new version also will only do one step of calling a function,...
Ah I see, thanks. If I wanted to roll my own magic, I think I could just add a conditional evaluateTimelineVariable() in my recursive function. Is the TimelineVariable class visible...