-
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Oct 28, 2025
Replies: 1 comment 1 reply
-
|
Hi @wxlpmnb When timeline variables are referenced inside a function, the correct function to call is stimulus: function() {
var stim = `<p>Hello</p>` + jsPsych.evaluateTimelineVariable('tableau');
return stim;
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wxlpmnb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @wxlpmnb
When timeline variables are referenced inside a function, the correct function to call is
jsPsych.evaluateTimelineVariable().